aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
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
2005-04-05re PR libfortran/20755 (gfortran - prints the same number with 1p4G12.3 two d...Francois-Xavier Coudert1-1/+3
2005-04-03re PR libfortran/20068 (Backspace problems)Dale Ranta1-4/+11
2005-03-31re PR libfortran/20660 (INQUIRE incorrectly reports the existence of UNITS)Francois-Xavier Coudert2-1/+12
2005-03-29re PR libfortran/20163 ([4.0 only] gfortran - error opening direct access file)François-Xavier Coudert1-0/+3
2005-03-25re PR libfortran/19678 (DOS files don't work for list directed input)Francois-Xavier Coudert2-4/+10
2005-03-25re PR libfortran/15332 (colon edit descriptor not handled correctly)Francois-Xavier Coudert1-0/+1
2005-03-23* libgfortran/io/write.c (output_float): fix typo in last commit.François-Xavier Coudert1-1/+1
2005-03-23re PR libfortran/18025 (libgfortran: format, incompatible "minimum width" edi...Francois-Xavier Coudert1-1/+1
2005-03-16* io.h: Setting higher default record length.François-Xavier Coudert1-3/+4
2005-03-16open.c (new_unit): set record length to max_offset rather than using a hard-c...Francois-Xavier Coudert1-1/+1
2005-03-16write.c (output_float): special check when writing 0.0 with EN and ES formats.Francois-Xavier Coudert1-2/+4
2005-03-11[multiple changes]Francois-Xavier Coudert1-1/+17
2005-02-27* io/write.c: Update copyright years.Tobias Schlüter1-1/+1
2005-02-27re PR libfortran/20101 (zero prints incorrectly with 1pe12.4)Francois-Xavier Coudert1-1/+2
2005-02-27write.c (output_float): Fix typo in condition.Tobias Schlüter1-1/+1
2005-02-23[multiple changes]Bud Davis1-4/+2
2005-02-22[multiple changes]Bud Davis1-1/+1
2005-02-21* io/write.c(output_float): Typo in error message.Steven G. Kargl1-1/+1
2005-01-30re PR libfortran/19647 (inquire(delim=) returns garbage)Bud Davis1-1/+1
2005-01-29re PR libfortran/19595 ([4.0 only] eor does not work)Thomas Koenig1-1/+1
2005-01-25re PR libfortran/19524 (5 times uninitialized var in libgfortran)Tobias Schlüter1-2/+0
2005-01-23Update Copyright.Paul Brook1-1/+1
2005-01-23re PR libfortran/19451 (Read after a write with a read only file)Thomas Koenig1-0/+3
2005-01-22re PR libfortran/19052 (unit 0 not preconnected to standard error)David Edelsohn4-4/+42
2005-01-22re PR libfortran/18982 (open(status="new") does not generate an error if the ...Thomas Koenig1-30/+41
2005-01-22re PR fortran/19194 (Missing RECL parameter in OPEN statement)Tobias Schlüter1-53/+39