aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
2008-02-21re PR libfortran/35132 (Formatted stream I/O write should truncate)Jerry DeLisle1-3/+14
2008-02-21re PR fortran/35036 (illegal E format descriptor produces wrong output)Jerry DeLisle1-0/+13
2008-02-10[multiple changes]Jerry DeLisle1-8/+28
2008-01-26re PR libfortran/34887 (reverse tabbing before slash descriptor (regression v...Thomas Koenig1-13/+10
2008-01-25re PR fortran/34876 (Can't read/write array sections with negative stride not...Jerry DeLisle1-3/+16
2008-01-20inquire.c (inquire_via_unit): If a unit is opened...Jerry DeLisle2-20/+62
2008-01-18transfer.c (formatted_transfer_scalar): Set max_pos to the greater of the cur...Jerry DeLisle1-2/+5
2008-01-18write.c (write_real): Increase default precision forTobias Burnus1-2/+2
2008-01-05re PR fortran/34676 (IO error delayed)Jerry DeLisle1-3/+8
2008-01-03re PR fortran/34565 (internal write to string array fails)Thomas Koenig5-22/+60
2007-12-26transfer.c (read_sf): Check if readlen was less than the requested number of ...Jerry DeLisle1-1/+8
2007-12-20re PR libfortran/34530 (namelist read broken when whitespace after &namelist)Tobias Burnus1-15/+22
2007-12-17re PR libfortran/34427 (Revision 130708 breaks namelist input)Jerry DeLisle1-20/+34
2007-12-13re PR libfortran/34370 (file positioning after nonadvancing i/o)Thomas Koenig4-28/+88
2007-12-13re PR libfortran/34427 (Revision 130708 breaks namelist input)Tobias Burnus1-21/+90
2007-12-11re PR fortran/34411 (hang-up during read of non-expected input)Jerry DeLisle1-0/+7
2007-12-09[multiple changes]Tobias Burnus1-1/+0
2007-12-08re PR fortran/34319 (I/O: Support "NaN", "Infinity" and "INF" as input)Tobias Burnus1-2/+91
2007-12-02re PR libfortran/33985 (access="stream",form="unformatted" doesn't buffer)Jerry DeLisle1-10/+23
2007-11-30re PR libfortran/34291 (Segfault in io/list_read.c handling of end conditions)Jerry DeLisle1-2/+5
2007-11-07re PR libfortran/33985 (access="stream",form="unformatted" doesn't buffer)Jerry DeLisle1-6/+3
2007-11-03re PR libfortran/33985 (access="stream",form="unformatted" doesn't buffer)Jerry DeLisle1-3/+5
2007-10-19re PR fortran/33795 (Environment variable GFORTRAN_UNBUFFERED_<number> not wo...Francois-Xavier Coudert1-2/+14
2007-10-15re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul...Jerry DeLisle1-1/+12
2007-10-15re PR libfortran/33672 (Additional runtime checks needed for namelist reads)Jerry DeLisle1-22/+74
2007-10-04re PR libfortran/33253 (namelist: reading back a string with apostrophe)Jerry DeLisle1-6/+46
2007-10-03re PR libfortran/33253 (namelist: reading back a string with apostrophe)Jerry DeLisle1-1/+4
2007-10-02re PR libfortran/33469 (Default formats for real input are not precise enough)Francois-Xavier Coudert1-6/+6
2007-09-28re PR fortran/33400 (Formatted read fails if line ends without line break)Jerry DeLisle1-2/+8
2007-09-28re PR libfortran/33421 (Weird quotation of namelist output of character arrays)Jerry DeLisle1-3/+1
2007-09-20re PR libfortran/23272 ([mingw32] inquire via filename fails)Francois-Xavier Coudert1-4/+90
2007-09-15re PR libfortran/21185 (Improve testsuite results on newlib targets)Francois-Xavier Coudert1-1/+32
2007-09-12* io/io.h: Include libgfortran.h first.Francois-Xavier Coudert1-1/+1
2007-09-07re PR fortran/33307 (I/O read/positioning problem)Jerry DeLisle1-1/+0
2007-09-06libgfortran.h: Include config.h first.David Edelsohn2-4/+4
2007-09-06re PR libfortran/33253 (namelist: reading back a string with apostrophe)Jerry DeLisle1-8/+12
2007-09-05re PR libfortran/33225 (Missing last digit in some formatted output (on 32bit...Jerry DeLisle2-755/+814
2007-09-03re PR libfortran/33253 (namelist: reading back a string with apostrophe)Jerry DeLisle1-1/+3
2007-09-03re PR fortran/31675 (Fortran front-end and libgfortran should have a common h...Francois-Xavier Coudert9-151/+151
2007-08-31minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert14-54/+18
2007-08-31re PR libfortran/33225 (Missing last digit in some formatted output (on 32bit...Jerry DeLisle2-810/+754
2007-08-29re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul...Jerry DeLisle1-11/+1
2007-08-28write.c (stdbool.h): Add include.Jerry DeLisle2-754/+810
2007-08-26re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul...Jerry DeLisle1-1/+11
2007-08-10re PR fortran/33039 (Read NAMELIST: reads wrong namelist name)Jerry DeLisle1-0/+8
2007-08-10re PR fortran/32987 (TAB in FORMAT: accept extension, warn with -std=f*)Tobias Burnus1-1/+1
2007-08-03re PR libfortran/32977 (All gfortran tests fail on Tru64 UNIX V4.0F: vsnprint...Thomas Koenig1-2/+17
2007-07-29re PR libfortran/32858 (printf-capabilities for runtime_error())Thomas Koenig6-162/+80
2007-07-27Fortran frontend changelog:Janne Blomqvist1-7/+7
2007-07-27* io/unix.c (stream_ttyname): Mark argument as potentialy unused.Francois-Xavier Coudert1-1/+1