aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/inquire.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-21re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-16/+33
2018-07-31Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira1-33/+16
2018-07-25re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-16/+33
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-14re PR libfortran/78549 (Very slow formatted internal file output)Jerry DeLisle1-1/+4
2017-11-28PR 53796 Improve INQUIRE(RECL=...) handlingJanne Blomqvist1-1/+3
2017-11-22PR 83097 Use __BYTE_ORDER__ predefined macro instead of runtime checkJanne Blomqvist1-3/+2
2017-04-11close.c: Fix white space in pointer declarations and comment formats where ap...Jerry DeLisle1-2/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-26New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese1-0/+58
2016-10-05re PR libfortran/77868 (Fail to NULL guard check for internal unit in inquire...Jerry DeLisle1-1/+1
2016-10-052016-10-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>Jerry DeLisle1-1/+3
2016-09-23re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-23re PR fortran/61933 (Inquire on internal units)Jerry DeLisle1-2/+2
2015-01-15re PR fortran/61933 (Inquire on internal units)Jerry DeLisle1-12/+4
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-09-18Fix indentationJanne Blomqvist1-1/+1
2014-09-18PR libfortran/62768 Use gfc_unit.filename also when HAVE_TTYNAME{_R} is not d...Janne Blomqvist1-2/+2
2014-09-17PR libfortran/62768 Handle filenames with embedded null characters.Janne Blomqvist1-2/+2
2014-03-04re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement)Jerry DeLisle1-0/+1
2014-02-21re PR fortran/60286 (INQUIRE reports STDOUT as not writable)Tobias Burnus1-26/+20
2014-01-02Update copyright years in libgfortran/Richard Sandiford1-1/+1
2013-01-14Update copyright years in libgfortran.Richard Sandiford1-2/+1
2012-12-27re PR fortran/48976 (INQUIRE with STREAM= not supported)Jerry DeLisle1-0/+24
2011-11-09PR 50016 Slow I/O on MingW due to _commitJanne Blomqvist1-1/+4
2011-10-31Update file position for inquire lazily.Janne Blomqvist1-18/+30
2011-01-27PR 47432 Use ttyname_r() if availableJanne Blomqvist1-7/+8
2010-11-04PR 44931 Move struct unix_stream to unix.cJanne Blomqvist1-1/+1
2010-08-14re PR fortran/44931 (For INPUT_UNIT, INQUIRE NAME= should not return "stdin")Jerry DeLisle1-1/+12
2010-07-31* io/inquire.c: Include io.h before string.h.David Edelsohn1-1/+1
2010-07-29re PR fortran/44931 (For INPUT_UNIT, INQUIRE NAME= should not return "stdin")Jerry DeLisle1-1/+20
2010-04-01transfer.c: Update copyright.Paul Thomas1-1/+2
2010-03-20re PR fortran/43409 (I/O: INQUIRE for SIZE does not work.)Jerry DeLisle1-0/+11
2009-11-02Split up io/io.hJanne Blomqvist1-0/+1
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-15/+10
2008-11-22re PR libfortran/37839 (st_parameter_dt has unwanted padding, is out of sync ...Jakub Jelinek1-2/+4
2008-09-26re PR fortran/37498 (Incorrect array value returned - 4.3 ABI Broken)Jerry DeLisle1-128/+134
2008-06-13re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8")Jerry DeLisle1-5/+4
2008-04-07PR fortran/25829 28655Jerry DeLisle1-3/+162
2008-01-20inquire.c (inquire_via_unit): If a unit is opened...Jerry DeLisle1-17/+59
2007-10-15re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul...Jerry DeLisle1-1/+12
2007-09-03re PR fortran/31675 (Fortran front-end and libgfortran should have a common h...Francois-Xavier Coudert1-2/+2
2007-08-31minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert1-3/+1
2007-08-29re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul...Jerry DeLisle1-11/+1
2007-08-26re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul...Jerry DeLisle1-1/+11
2007-04-28re PR libfortran/31532 (INQUIRE(...,POSITION=...) not standard conforming)Jerry DeLisle1-1/+7
2006-09-15re PR fortran/29053 (Consecutive STREAM I/O file positions mixed up)Jerry DeLisle1-1/+1
2006-08-15re PR fortran/25828 ([f2003] ACCESS='STREAM' io support)Jerry DeLisle1-0/+6