aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
2005-08-06* io/unix.c: Add O_RDWR to open() call.Francois-Xavier Coudert1-1/+1
2005-08-04transfer.c (data_transfer_init): Truncate file in sequential WRITE when last_...Paul Thomas1-1/+1
2005-07-30re PR libfortran/22436 (print *,tiny(1._10) yields asterisks)Francois-Xavier Coudert1-5/+20
2005-07-30PR fortran/22570 and related issues.Paul Thomas1-17/+25
2005-07-24write.c (write_float): Revise output of IEEE exceptional values to comply wit...Jerry DeLisle1-4/+34
2005-07-22re PR libfortran/22570 (Null Characters instead of blanks in text output.)Jerry DeLisle1-3/+3
2005-07-22[multiple changes]Paul Thomas2-26/+56
2005-07-17write.c (write_float): Fix field width checks for printing 'Infinity' or 'Inf'.Jerry DeLisle1-3/+3
2005-07-14[multiple changes]Paul Thomas3-117/+163
2005-07-13[multiple changes]Paul Thomas2-2/+20
2005-07-12io/unix.c: Add member special_file to type unix_stream.Thomas Koenig1-4/+8
2005-07-11re PR libfortran/22412 ([4.0 only] Fortran B edit descriptor error)David Edelsohn1-3/+3
2005-07-09PR libfortran/21875 (FM111.f)Jerry DeLisle1-19/+39
2005-07-09[multiple changes]Thomas Koenig1-1/+35
2005-07-07For the 60th anniversary of Chinese people��s Anti-Japan war victory.Feng Wang1-2/+0
2005-07-01unpack_generic.c: Remove const from parameter.Andreas Jaeger1-1/+1
2005-06-28re PR libfortran/22170 ([4.0 only] Handle format slash error)Francois-Xavier Coudert1-3/+1
2005-06-23c99_functions.c (log10l): New log10l function for systems where this is not a...Francois-Xavier Coudert4-67/+136
2005-06-18unix.c (stream_at_bof): Don't assume that all non-mmapped files are non-seeka...Janne Blomqvist1-6/+6
2005-06-17re PR libfortran/19155 ([4.0 only] blanks not treated as zeros in 'E' format ...Francois-Xavier Coudert1-1/+1
2005-06-16re PR libfortran/19216 (list directed read with leading slash (NIST FM923))Francois-Xavier Coudert1-5/+0
2005-06-16* io/transfer.c (formatted_transfer): Fix typo in error message.Francois-Xavier Coudert1-1/+1
2005-06-16re PR libfortran/16436 (gfortran TL edit descriptor failure - test f77-edit-t...Francois-Xavier Coudert2-24/+18
2005-06-12re PR libfortran/19155 ([4.0 only] blanks not treated as zeros in 'E' format ...Francois-Xavier Coudert1-20/+22
2005-05-30re PR libfortran/20179 (cannot mix C and Fortran I/O)Francois-Xavier Coudert1-2/+5
2005-05-29re PR libfortran/20006 ($ format extension doesn't work)Francois-Xavier Coudert2-3/+5
2005-05-22re PR libfortran/21376 (libfortran "E" output format causes FPE)Peter Wainwright1-2/+5
2005-05-17unit.c (get_unit): Mark argument as unused.Andreas Jaeger1-3/+3
2005-05-17configure.ac: Add additional warning flags.Andreas Jaeger6-33/+42
2005-05-15eoshift1.m4: Initialize variables to avoid warnings.Andreas Jaeger1-2/+2
2005-05-15system_clock.c (system_clock_4, [...]): Add missing returns, reformat a bit.Andreas Jaeger1-1/+1
2005-05-15unit.c (is_internal_unit): Add void as parameter list.Andreas Jaeger2-9/+9
2005-05-15Remove extra whitespace.Andreas Jaeger4-37/+35
2005-05-15normalize.c (almostone_r4, [...]): Fix parameter list.Andreas Jaeger6-13/+13
2005-05-15chdir.c, [...]: Include <string.h> for prototypes.Andreas Jaeger1-2/+1
2005-05-12re PR libfortran/21324 (#undef GFC_CLEAR_MEMORY causes testsuite failures)Thomas Koenig3-0/+6
2005-05-11re PR libfortran/19478 (reading back from /dev/null)Bud Davis1-2/+4
2005-05-11re PR libfortran/21471 ('POSITION = "APPEND"' doesn't seem to work)Francois-Xavier Coudert1-0/+7
2005-05-10re PR libfortran/20788 (Loading libgfortran.so clobbers C redirection of stdi...Francois-Xavier Coudert1-2/+4
2005-05-09re PR libfortran/19155 ([4.0 only] blanks not treated as zeros in 'E' format ...Francois-Xavier Coudert1-6/+9
2005-04-29configure.ac: Check for ftruncate and chsize.Francois-Xavier Coudert1-0/+7
2005-04-26rewind.c (st_rewind): Flush the stream when resetting the mode from WRITING t...David Edelsohn1-3/+7
2005-04-23Fix bug that causes testsuite failure in namelist_13.f90 on some systems.Paul Thomas2-3/+5
2005-04-18correct memory leaks in namelist code for derived typesPaul Thomas1-2/+10
2005-04-18re PR libfortran/20950 ([4.0 only] segfault in INQUIRE asking for SEQUENTIAL ...Francois-Xavier Coudert1-7/+10
2005-04-17re PR fortran/17472 ([4.0 only] namelist does not handle arrays)Paul Thomas5-258/+1356
2005-04-10[multiple changes]Thomas Koenig1-8/+37
2005-04-10re PR libfortran/19872 ([4.0 only] closed and re-opened file not overwriten)Bud Davis1-0/+7
2005-04-09re PR fortran/13257 ([4.0 only] Error instead of warning for missing comma in...Andrew Pinski1-2/+3
2005-04-08backspace.c (unformatted_backspace): Do not dereference the pointer to the st...Eric Botcazou1-4/+7