summaryrefslogtreecommitdiff
path: root/libgfortran/io/unix.h
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-10-06Use gfc_charlen_type instead of int for string lenghtsJanne Blomqvist
2018-01-07PR 78534, 83704 Handle large formatted I/OJanne Blomqvist
2018-01-03Update copyright years.Jakub Jelinek
2017-04-11close.c: Fix white space in pointer declarations and comment formats where ap...Jerry DeLisle
2017-01-01Update copyright years.Jakub Jelinek
2016-10-26New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese
2016-01-04Update copyright years.Jakub Jelinek
2015-09-04libgfortran: Use remove(3) instead of unlink(2) when deleting files.Janne Blomqvist
2015-01-05Update copyright years.Jakub Jelinek
2014-06-08PR 56981 Flush buffer at record boundary if possible.Janne Blomqvist
2014-05-22PR 60324 Handle long path names, don't use PATH_MAX.Janne Blomqvist
2014-01-02Update copyright years in libgfortran/Richard Sandiford
2013-04-29PR 56981 Improve unbuffered performance on special files.Janne Blomqvist
2013-01-14Update copyright years in libgfortran.Richard Sandiford
2012-03-16Share vtables instead of replicating them for each unit.Janne Blomqvist
2011-10-31Introduce a size member function to struct stream.Janne Blomqvist
2011-10-31Simplify handling of special files.Janne Blomqvist
2011-01-27PR 47432 Use ttyname_r() if availableJanne Blomqvist
2010-11-04PR 44931 Move struct unix_stream to unix.cJanne Blomqvist
2010-11-04Remove prot from unix_streamJanne Blomqvist
2010-11-03Remove unused empty_internal_buffer functionJanne Blomqvist
2010-07-29re PR fortran/44931 (For INPUT_UNIT, INQUIRE NAME= should not return "stdin")Jerry DeLisle
2010-07-19re PR fortran/44953 (FAIL: gfortran.dg/char4_iunit_1.f03 * execution test)Jerry DeLisle
2010-07-13re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle
2010-05-08Fix typo in symbol visibility specificationJanne Blomqvist
2010-04-01transfer.c: Update copyright.Paul Thomas
2010-03-20re PR fortran/43409 (I/O: INQUIRE for SIZE does not work.)Jerry DeLisle
2009-12-04PR libfortran/40812 Large file support for MinGWJanne Blomqvist
2009-11-19Move includes after include guardsJanne Blomqvist
2009-11-03Forgot files from r153825Janne Blomqvist
2007-01-17re PR libfortran/27107 (Make dependency on io/io.h broken)Francois-Xavier Coudert
2005-11-21re PR fortran/14943 (read/write code generation is not thread safe)Jakub Jelinek