summaryrefslogtreecommitdiff
path: root/libgfortran/io
Commit message (Expand)AuthorAgeFilesLines
* All files: Update FSF address.Kelley Cook2005-08-1713-26/+26
* re PR libfortran/23428 (inquire(iolength= ) for complex give incorrect value)Thomas Koenig2005-08-161-3/+7
* re PR libfortran/20006 ($ format extension doesn't work)Francois-Xavier Coudert2005-08-111-0/+1
* check.c (gfc_check_ttynam_sub, [...]): Add check functions for new intrinsics...François-Xavier Coudert2005-08-092-0/+18
* re PR libfortran/23154 (Currupt string and segfault in formatted read.)Jerry DeLisle2005-08-091-1/+3
* Forgot to remove and add these files in the previous commit.Steven G. Kargl2005-08-073-162/+117
* io.h: Change DEFAULT_TEMPDIR to /tmp instead of /var/tmp.Francois-Xavier Coudert2005-08-062-2/+4
* * io/unix.c: Add O_RDWR to open() call.Francois-Xavier Coudert2005-08-061-1/+1
* transfer.c (data_transfer_init): Truncate file in sequential WRITE when last_...Paul Thomas2005-08-041-1/+1
* re PR libfortran/22436 (print *,tiny(1._10) yields asterisks)Francois-Xavier Coudert2005-07-301-5/+20
* PR fortran/22570 and related issues.Paul Thomas2005-07-301-17/+25
* write.c (write_float): Revise output of IEEE exceptional values to comply wit...Jerry DeLisle2005-07-241-4/+34
* re PR libfortran/22570 (Null Characters instead of blanks in text output.)Jerry DeLisle2005-07-221-3/+3
* [multiple changes]Paul Thomas2005-07-222-26/+56
* write.c (write_float): Fix field width checks for printing 'Infinity' or 'Inf'.Jerry DeLisle2005-07-171-3/+3
* [multiple changes]Paul Thomas2005-07-143-117/+163
* [multiple changes]Paul Thomas2005-07-132-2/+20
* io/unix.c: Add member special_file to type unix_stream.Thomas Koenig2005-07-121-4/+8
* re PR libfortran/22412 ([4.0 only] Fortran B edit descriptor error)David Edelsohn2005-07-111-3/+3
* PR libfortran/21875 (FM111.f)Jerry DeLisle2005-07-091-19/+39
* [multiple changes]Thomas Koenig2005-07-091-1/+35
* For the 60th anniversary of Chinese people��s Anti-Japan war victory.Feng Wang2005-07-071-2/+0
* unpack_generic.c: Remove const from parameter.Andreas Jaeger2005-07-011-1/+1
* re PR libfortran/22170 ([4.0 only] Handle format slash error)Francois-Xavier Coudert2005-06-281-3/+1
* c99_functions.c (log10l): New log10l function for systems where this is not a...Francois-Xavier Coudert2005-06-234-67/+136
* unix.c (stream_at_bof): Don't assume that all non-mmapped files are non-seeka...Janne Blomqvist2005-06-181-6/+6
* re PR libfortran/19155 ([4.0 only] blanks not treated as zeros in 'E' format ...Francois-Xavier Coudert2005-06-171-1/+1
* re PR libfortran/19216 (list directed read with leading slash (NIST FM923))Francois-Xavier Coudert2005-06-161-5/+0
* * io/transfer.c (formatted_transfer): Fix typo in error message.Francois-Xavier Coudert2005-06-161-1/+1
* re PR libfortran/16436 (gfortran TL edit descriptor failure - test f77-edit-t...Francois-Xavier Coudert2005-06-162-24/+18
* re PR libfortran/19155 ([4.0 only] blanks not treated as zeros in 'E' format ...Francois-Xavier Coudert2005-06-121-20/+22
* re PR libfortran/20179 (cannot mix C and Fortran I/O)Francois-Xavier Coudert2005-05-301-2/+5
* re PR libfortran/20006 ($ format extension doesn't work)Francois-Xavier Coudert2005-05-292-3/+5
* re PR libfortran/21376 (libfortran "E" output format causes FPE)Peter Wainwright2005-05-221-2/+5
* unit.c (get_unit): Mark argument as unused.Andreas Jaeger2005-05-171-3/+3
* configure.ac: Add additional warning flags.Andreas Jaeger2005-05-176-33/+42
* eoshift1.m4: Initialize variables to avoid warnings.Andreas Jaeger2005-05-151-2/+2
* system_clock.c (system_clock_4, [...]): Add missing returns, reformat a bit.Andreas Jaeger2005-05-151-1/+1
* unit.c (is_internal_unit): Add void as parameter list.Andreas Jaeger2005-05-152-9/+9
* Remove extra whitespace.Andreas Jaeger2005-05-154-37/+35
* normalize.c (almostone_r4, [...]): Fix parameter list.Andreas Jaeger2005-05-156-13/+13
* chdir.c, [...]: Include <string.h> for prototypes.Andreas Jaeger2005-05-151-2/+1
* re PR libfortran/21324 (#undef GFC_CLEAR_MEMORY causes testsuite failures)Thomas Koenig2005-05-123-0/+6
* re PR libfortran/19478 (reading back from /dev/null)Bud Davis2005-05-111-2/+4
* re PR libfortran/21471 ('POSITION = "APPEND"' doesn't seem to work)Francois-Xavier Coudert2005-05-111-0/+7
* re PR libfortran/20788 (Loading libgfortran.so clobbers C redirection of stdi...Francois-Xavier Coudert2005-05-101-2/+4
* re PR libfortran/19155 ([4.0 only] blanks not treated as zeros in 'E' format ...Francois-Xavier Coudert2005-05-091-6/+9
* configure.ac: Check for ftruncate and chsize.Francois-Xavier Coudert2005-04-291-0/+7
* rewind.c (st_rewind): Flush the stream when resetting the mode from WRITING t...David Edelsohn2005-04-261-3/+7
* Fix bug that causes testsuite failure in namelist_13.f90 on some systems.Paul Thomas2005-04-232-3/+5