summaryrefslogtreecommitdiff
path: root/libgfortran/io
Commit message (Expand)AuthorAgeFilesLines
* re PR libfortran/36202 ([mingw] Namelist read fails with CRLF)Jerry DeLisle2008-05-111-12/+4
* re PR libfortran/36131 (wrong IO)Jerry DeLisle2008-05-061-7/+1
* re PR libfortran/36094 (Runtime error show_locus not working correctly)Jerry DeLisle2008-05-021-1/+1
* list_read.c (snprintf): Define if HAVE_SNPRINTF isn't defined.Jakub Jelinek2008-04-091-36/+49
* PR fortran/25829 28655Jerry DeLisle2008-04-078-31/+234
* PR fortran/25829 28655Jerry DeLisle2008-04-0510-104/+472
* re PR fortran/35699 (run-time abort writing zero sized section to direct acce...Jerry DeLisle2008-03-281-6/+8
* unix.c (fd_close): Do not close STDIN.Jerry DeLisle2008-03-271-1/+1
* re PR fortran/35632 (stream io broken on FreeBSD due to ftruncate changes.)Jerry DeLisle2008-03-221-3/+5
* re PR fortran/35627 (namelist read error)Jerry DeLisle2008-03-201-8/+8
* re PR fortran/35617 (read namelist error)Jerry DeLisle2008-03-181-0/+5
* re PR libfortran/35293 (truncation errors with gfortran.dg/streamio_11.f90, 3...Hans-Peter Nilsson2008-03-051-6/+18
* re PR libfortran/35063 (Clean up use of destroy_unit_mutex())Janne Blomqvist2008-03-011-7/+1
* re PR libfortran/35132 (Formatted stream I/O write should truncate)Jerry DeLisle2008-02-211-3/+14
* re PR fortran/35036 (illegal E format descriptor produces wrong output)Jerry DeLisle2008-02-211-0/+13
* [multiple changes]Jerry DeLisle2008-02-101-8/+28
* re PR libfortran/34887 (reverse tabbing before slash descriptor (regression v...Thomas Koenig2008-01-261-13/+10
* re PR fortran/34876 (Can't read/write array sections with negative stride not...Jerry DeLisle2008-01-251-3/+16
* inquire.c (inquire_via_unit): If a unit is opened...Jerry DeLisle2008-01-202-20/+62
* transfer.c (formatted_transfer_scalar): Set max_pos to the greater of the cur...Jerry DeLisle2008-01-181-2/+5
* write.c (write_real): Increase default precision forTobias Burnus2008-01-181-2/+2
* re PR fortran/34676 (IO error delayed)Jerry DeLisle2008-01-051-3/+8
* re PR fortran/34565 (internal write to string array fails)Thomas Koenig2008-01-035-22/+60
* transfer.c (read_sf): Check if readlen was less than the requested number of ...Jerry DeLisle2007-12-261-1/+8
* re PR libfortran/34530 (namelist read broken when whitespace after &namelist)Tobias Burnus2007-12-201-15/+22
* re PR libfortran/34427 (Revision 130708 breaks namelist input)Jerry DeLisle2007-12-171-20/+34
* re PR libfortran/34370 (file positioning after nonadvancing i/o)Thomas Koenig2007-12-134-28/+88
* re PR libfortran/34427 (Revision 130708 breaks namelist input)Tobias Burnus2007-12-131-21/+90
* re PR fortran/34411 (hang-up during read of non-expected input)Jerry DeLisle2007-12-111-0/+7
* [multiple changes]Tobias Burnus2007-12-091-1/+0
* re PR fortran/34319 (I/O: Support "NaN", "Infinity" and "INF" as input)Tobias Burnus2007-12-081-2/+91
* re PR libfortran/33985 (access="stream",form="unformatted" doesn't buffer)Jerry DeLisle2007-12-021-10/+23
* re PR libfortran/34291 (Segfault in io/list_read.c handling of end conditions)Jerry DeLisle2007-11-301-2/+5
* re PR libfortran/33985 (access="stream",form="unformatted" doesn't buffer)Jerry DeLisle2007-11-071-6/+3
* re PR libfortran/33985 (access="stream",form="unformatted" doesn't buffer)Jerry DeLisle2007-11-031-3/+5
* re PR fortran/33795 (Environment variable GFORTRAN_UNBUFFERED_<number> not wo...Francois-Xavier Coudert2007-10-191-2/+14
* re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul...Jerry DeLisle2007-10-151-1/+12
* re PR libfortran/33672 (Additional runtime checks needed for namelist reads)Jerry DeLisle2007-10-151-22/+74
* re PR libfortran/33253 (namelist: reading back a string with apostrophe)Jerry DeLisle2007-10-041-6/+46
* re PR libfortran/33253 (namelist: reading back a string with apostrophe)Jerry DeLisle2007-10-031-1/+4
* re PR libfortran/33469 (Default formats for real input are not precise enough)Francois-Xavier Coudert2007-10-021-6/+6
* re PR fortran/33400 (Formatted read fails if line ends without line break)Jerry DeLisle2007-09-281-2/+8
* re PR libfortran/33421 (Weird quotation of namelist output of character arrays)Jerry DeLisle2007-09-281-3/+1
* re PR libfortran/23272 ([mingw32] inquire via filename fails)Francois-Xavier Coudert2007-09-201-4/+90
* re PR libfortran/21185 (Improve testsuite results on newlib targets)Francois-Xavier Coudert2007-09-151-1/+32
* * io/io.h: Include libgfortran.h first.Francois-Xavier Coudert2007-09-121-1/+1
* re PR fortran/33307 (I/O read/positioning problem)Jerry DeLisle2007-09-071-1/+0
* libgfortran.h: Include config.h first.David Edelsohn2007-09-062-4/+4
* re PR libfortran/33253 (namelist: reading back a string with apostrophe)Jerry DeLisle2007-09-061-8/+12
* re PR libfortran/33225 (Missing last digit in some formatted output (on 32bit...Jerry DeLisle2007-09-052-755/+814