summaryrefslogtreecommitdiff
path: root/libgfortran/io
Commit message (Expand)AuthorAgeFilesLines
...
* correct memory leaks in namelist code for derived typesPaul Thomas2005-04-181-2/+10
* re PR libfortran/20950 ([4.0 only] segfault in INQUIRE asking for SEQUENTIAL ...Francois-Xavier Coudert2005-04-181-7/+10
* re PR fortran/17472 ([4.0 only] namelist does not handle arrays)Paul Thomas2005-04-175-258/+1356
* [multiple changes]Thomas Koenig2005-04-101-8/+37
* re PR libfortran/19872 ([4.0 only] closed and re-opened file not overwriten)Bud Davis2005-04-101-0/+7
* re PR fortran/13257 ([4.0 only] Error instead of warning for missing comma in...Andrew Pinski2005-04-091-2/+3
* backspace.c (unformatted_backspace): Do not dereference the pointer to the st...Eric Botcazou2005-04-081-4/+7
* re PR libfortran/20755 (gfortran - prints the same number with 1p4G12.3 two d...Francois-Xavier Coudert2005-04-051-1/+3
* re PR libfortran/20068 (Backspace problems)Dale Ranta2005-04-031-4/+11
* re PR libfortran/20660 (INQUIRE incorrectly reports the existence of UNITS)Francois-Xavier Coudert2005-03-312-1/+12
* re PR libfortran/20163 ([4.0 only] gfortran - error opening direct access file)François-Xavier Coudert2005-03-291-0/+3
* re PR libfortran/19678 (DOS files don't work for list directed input)Francois-Xavier Coudert2005-03-252-4/+10
* re PR libfortran/15332 (colon edit descriptor not handled correctly)Francois-Xavier Coudert2005-03-251-0/+1
* * libgfortran/io/write.c (output_float): fix typo in last commit.François-Xavier Coudert2005-03-231-1/+1
* re PR libfortran/18025 (libgfortran: format, incompatible "minimum width" edi...Francois-Xavier Coudert2005-03-231-1/+1
* * io.h: Setting higher default record length.François-Xavier Coudert2005-03-161-3/+4
* open.c (new_unit): set record length to max_offset rather than using a hard-c...Francois-Xavier Coudert2005-03-161-1/+1
* write.c (output_float): special check when writing 0.0 with EN and ES formats.Francois-Xavier Coudert2005-03-161-2/+4
* [multiple changes]Francois-Xavier Coudert2005-03-111-1/+17
* * io/write.c: Update copyright years.Tobias Schlüter2005-02-271-1/+1
* re PR libfortran/20101 (zero prints incorrectly with 1pe12.4)Francois-Xavier Coudert2005-02-271-1/+2
* write.c (output_float): Fix typo in condition.Tobias Schlüter2005-02-271-1/+1
* [multiple changes]Bud Davis2005-02-231-4/+2
* [multiple changes]Bud Davis2005-02-221-1/+1
* * io/write.c(output_float): Typo in error message.Steven G. Kargl2005-02-211-1/+1
* re PR libfortran/19647 (inquire(delim=) returns garbage)Bud Davis2005-01-301-1/+1
* re PR libfortran/19595 ([4.0 only] eor does not work)Thomas Koenig2005-01-291-1/+1
* re PR libfortran/19524 (5 times uninitialized var in libgfortran)Tobias Schlüter2005-01-251-2/+0
* Update Copyright.Paul Brook2005-01-231-1/+1
* re PR libfortran/19451 (Read after a write with a read only file)Thomas Koenig2005-01-231-0/+3
* re PR libfortran/19052 (unit 0 not preconnected to standard error)David Edelsohn2005-01-224-4/+42
* re PR libfortran/18982 (open(status="new") does not generate an error if the ...Thomas Koenig2005-01-221-30/+41
* re PR fortran/19194 (Missing RECL parameter in OPEN statement)Tobias Schlüter2005-01-221-53/+39
* re PR libfortran/19314 (inquire(position=) segfaults at runtime)Bud Davis2005-01-223-6/+25
* re PR libfortran/18778 (ENDFILE is not functionnal)Bud Davis2005-01-161-0/+3
* re PR libfortran/18983 (can't open /dev/null as an output file)Bud Davis2005-01-151-3/+7
* re PR libfortran/19280 (Inconsistent licensing of libgfortran)Toon Moene2005-01-1215-9/+142
* re PR libfortran/18398 (Formatted I/O problems)Bud Davis2005-01-071-1/+2
* re PR libfortran/19071 (complex formatted output has too many items)Bud Davis2004-12-241-8/+8
* libgfortran.h (itoa): Rename to gfc_itoa.Aaron W. LaFramboise2004-12-191-2/+2
* re PR libfortran/17597 (list directed read has error)Bud Davis2004-12-151-1/+1
* transfer.c (us_read): Use memcpy/memset instead of assignment to fill unalign...Steve Ellcey2004-12-141-8/+10
* * io/transfer.c (read_sf): Change bitwise "and" to logical "and".David Edelsohn2004-12-131-1/+1
* acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.Richard Henderson2004-12-129-216/+223
* io.h (open_external): Change prototype.Steve Ellcey2004-12-083-30/+62
* c99_functions.c, [...]: Whitespace fixes.Richard Henderson2004-12-069-249/+116
* re PR libfortran/18710 (img part of complex number not written to direct acce...Tobias Schlüter2004-12-021-3/+15
* re PR libfortran/18284 (BACKSPACE broken)Bud Davis2004-12-022-0/+4
* inquire.c (inquire_via_unit): do not allow a direct access file to be opened ...Bud Davis2004-12-021-2/+7
* flush.c: New file.Steven G. Kargl2004-12-022-1/+18