aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/inquire.c
AgeCommit message (Expand)Author
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-01-11Implement CONVERT specifier for OPEN.Thomas Koenig
2022-01-03Update copyright years.Jakub Jelinek
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-08-07PR 53796 Make inquire(file=, recl=) conform to F2018Janne Blomqvist
2019-01-01Update copyright years.Jakub Jelinek
2018-08-21re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig
2018-07-31Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira
2018-07-25re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig
2018-01-03Update copyright years.Jakub Jelinek
2017-12-14re PR libfortran/78549 (Very slow formatted internal file output)Jerry DeLisle
2017-11-28PR 53796 Improve INQUIRE(RECL=...) handlingJanne Blomqvist
2017-11-22PR 83097 Use __BYTE_ORDER__ predefined macro instead of runtime checkJanne Blomqvist
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-10-05re PR libfortran/77868 (Fail to NULL guard check for internal unit in inquire...Jerry DeLisle
2016-10-052016-10-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>Jerry DeLisle
2016-09-23re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle
2016-01-04Update copyright years.Jakub Jelinek
2015-01-23re PR fortran/61933 (Inquire on internal units)Jerry DeLisle
2015-01-15re PR fortran/61933 (Inquire on internal units)Jerry DeLisle
2015-01-05Update copyright years.Jakub Jelinek
2014-09-18Fix indentationJanne Blomqvist
2014-09-18PR libfortran/62768 Use gfc_unit.filename also when HAVE_TTYNAME{_R} is not d...Janne Blomqvist
2014-09-17PR libfortran/62768 Handle filenames with embedded null characters.Janne Blomqvist
2014-03-04re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement)Jerry DeLisle
2014-02-21re PR fortran/60286 (INQUIRE reports STDOUT as not writable)Tobias Burnus
2014-01-02Update copyright years in libgfortran/Richard Sandiford
2013-01-14Update copyright years in libgfortran.Richard Sandiford
2012-12-27re PR fortran/48976 (INQUIRE with STREAM= not supported)Jerry DeLisle
2011-11-09PR 50016 Slow I/O on MingW due to _commitJanne Blomqvist
2011-10-31Update file position for inquire lazily.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-08-14re PR fortran/44931 (For INPUT_UNIT, INQUIRE NAME= should not return "stdin")Jerry DeLisle
2010-07-31* io/inquire.c: Include io.h before string.h.David Edelsohn
2010-07-29re PR fortran/44931 (For INPUT_UNIT, INQUIRE NAME= should not return "stdin")Jerry DeLisle
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-11-02Split up io/io.hJanne Blomqvist
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2008-11-22re PR libfortran/37839 (st_parameter_dt has unwanted padding, is out of sync ...Jakub Jelinek
2008-09-26re PR fortran/37498 (Incorrect array value returned - 4.3 ABI Broken)Jerry DeLisle
2008-06-13re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8")Jerry DeLisle
2008-04-07PR fortran/25829 28655Jerry DeLisle
2008-01-20inquire.c (inquire_via_unit): If a unit is opened...Jerry DeLisle
2007-10-15re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul...Jerry DeLisle