aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
2011-02-14re PR fortran/47642 (real(kind=16) - libquadmath - segfault on amd64 FreeBSD)Jakub Jelinek2-5/+7
2011-02-05re PR libfortran/47567 (Wrong output for small absolute values with F editing)Jerry DeLisle1-7/+7
2011-01-29re PR libfortran/47434 (Wrong field width for NaN with (F0.n) formatting)Jerry DeLisle1-14/+32
2011-01-27PR 47432 Use ttyname_r() if availableJanne Blomqvist4-30/+54
2011-01-27re PR libfortran/47285 (G format outputs wrong number of characters when deci...Jerry DeLisle1-15/+22
2011-01-22PR 46267 strerror thread safetyJanne Blomqvist1-10/+0
2011-01-17PR47296 Segfault when running out of file descriptorsJanne Blomqvist1-8/+4
2011-01-16re PR fortran/46625 (libquadmath: Mangle internal symbols; rename __float128 ...Jakub Jelinek3-19/+9
2011-01-15re PR fortran/47296 (I/O Segfault when running out of file descriptors)Jerry DeLisle1-0/+2
2011-01-05re PR libfortran/47154 (END= does not work in namelist read)Jerry DeLisle1-12/+8
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek2-2/+3
2010-11-16re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert5-5/+143
2010-11-09Cache stat values, reduce syscallsJanne Blomqvist1-18/+35
2010-11-09re PR libfortran/46373 (fflush called when reading from a string)Jerry DeLisle1-1/+2
2010-11-04PR 44931 Move struct unix_stream to unix.cJanne Blomqvist3-25/+29
2010-11-04Remove prot from unix_streamJanne Blomqvist2-34/+6
2010-11-03Remove unused empty_internal_buffer functionJanne Blomqvist2-12/+0
2010-11-03re PR fortran/43899 (Wrong unused-variable warning with NAMELISTs)Jerry DeLisle1-1/+13
2010-11-02PR 45629 Remove usage of setjmp/longjmpJanne Blomqvist3-179/+245
2010-10-26re PR fortran/46010 (I/O: Namelist-reading bug)Jerry DeLisle2-5/+7
2010-10-19io.h: Remove definition of the BT enumerator.Jerry DeLisle4-82/+40
2010-10-16re PR tree-optimization/20165 (Pointer does not really escape with write)Thomas Koenig1-0/+60
2010-09-23re PR fortran/45710 (Adjust format and padding for WRITE of NAMELIST group to...Jerry DeLisle1-0/+14
2010-09-22re PR libfortran/45723 (opening /dev/null for appending writes)Jerry DeLisle1-1/+1
2010-09-14re PR fortran/45532 (gfortran namelist read error)Jerry DeLisle1-1/+2
2010-09-09acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_ISFINITE, [...]): Remove.Francois-Xavier Coudert1-1/+1
2010-08-23re PR libfortran/45323 (warnings compiling libgfortran/io/write.c: array subs...Tobias Burnus1-3/+3
2010-08-19re PR fortran/45108 (Namelist read: Not aborted when reading from STDIN)Jerry DeLisle1-12/+2
2010-08-14re PR fortran/44931 (For INPUT_UNIT, INQUIRE NAME= should not return "stdin")Jerry DeLisle1-1/+12
2010-08-07re PR fortran/45143 ([F2008,corrig1] Endless loop with unlimited edit descrip...Jerry DeLisle2-30/+42
2010-08-02Don't update the position flag for non-seekable files, check for stell() error.Janne Blomqvist1-6/+13
2010-08-01Use access(2) instead of stat(2) to test file existence.Janne Blomqvist1-35/+41
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 DeLisle3-23/+43
2010-07-19re PR fortran/44953 (FAIL: gfortran.dg/char4_iunit_1.f03 * execution test)Jerry DeLisle5-62/+134
2010-07-16re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle5-29/+141
2010-07-15re PR fortran/44934 (Bogus "Missing format for FORMATTED data transfer")Jerry DeLisle2-53/+60
2010-07-13re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle8-99/+522
2010-07-11re PR fortran/44698 (I/O: FLUSH does not actually flush the buffer?)Kai Tietz1-0/+4
2010-07-02re PR libfortran/43298 (fortran library does not read in NaN -Inf or Inf)Tobias Burnus2-8/+4
2010-06-30re PR libfortran/43298 (fortran library does not read in NaN -Inf or Inf)Jerry DeLisle1-0/+60
2010-06-28re PR libfortran/43298 (fortran library does not read in NaN -Inf or Inf)Tobias Burnus1-0/+29
2010-06-25decl.c (gfc_match_entry): Mark ENTRY as GFC_STD_F2008_OBS.Tobias Burnus2-8/+8
2010-06-19re PR fortran/44477 (Sequential I/O with END FILE: File position should be at...Jerry DeLisle2-11/+70
2010-05-08Fix typo in symbol visibility specificationJanne Blomqvist1-1/+1
2010-05-07Remove free_memJanne Blomqvist9-45/+50
2010-04-30unix.c (raw_truncate): Explicit cast from integer-scal to pointer.Kai Tietz1-4/+28
2010-04-24unix.c (tempfile): Correct logic for mktemp case.Kai Tietz1-8/+9
2010-04-01PR libfortran/43605 FTELL intrinsic, take 2.Janne Blomqvist1-15/+16
2010-04-01transfer.c: Update copyright.Paul Thomas8-8/+10