gcc/libgfortran/io
Francois-Xavier Coudert 94887ef478 re PR libfortran/19678 (DOS files don't work for list directed input)
PR libfortran/19678
        PR libfortran/19679
        * gfortran.dg/dos_eol.f: New test.

        PR libfortran/19678
        * list_read.c (next_char, eat_separator, finish_separator, read_real)
        (namelist_read): Add support for '\r' as well as '\n' as EOL
        character.

        PR libfortran/19679
        * list_read.c (read_sf): Add a '\r' in a test to support DOS
        line-endings when line length is exceeded.

From-SVN: r97041
2005-03-25 13:35:29 +00:00
..
backspace.c re PR libfortran/19280 (Inconsistent licensing of libgfortran) 2005-01-12 21:27:33 +00:00
close.c re PR libfortran/19280 (Inconsistent licensing of libgfortran) 2005-01-12 21:27:33 +00:00
endfile.c re PR libfortran/19280 (Inconsistent licensing of libgfortran) 2005-01-12 21:27:33 +00:00
format.c re PR libfortran/15332 (colon edit descriptor not handled correctly) 2005-03-25 07:04:27 +00:00
inquire.c re PR libfortran/19647 (inquire(delim=) returns garbage) 2005-01-30 13:16:19 +00:00
io.h * io.h: Setting higher default record length. 2005-03-16 19:33:07 +00:00
list_read.c re PR libfortran/19678 (DOS files don't work for list directed input) 2005-03-25 13:35:29 +00:00
lock.c re PR libfortran/19280 (Inconsistent licensing of libgfortran) 2005-01-12 21:27:33 +00:00
open.c open.c (new_unit): set record length to max_offset rather than using a hard-coded limit (which was... 2005-03-16 19:32:08 +00:00
read.c re PR libfortran/19524 (5 times uninitialized var in libgfortran) 2005-01-25 22:40:25 +01:00
rewind.c re PR libfortran/19314 (inquire(position=) segfaults at runtime) 2005-01-22 03:51:12 +00:00
transfer.c re PR libfortran/19678 (DOS files don't work for list directed input) 2005-03-25 13:35:29 +00:00
unit.c re PR libfortran/19052 (unit 0 not preconnected to standard error) 2005-01-22 19:14:31 -05:00
unix.c re PR libfortran/19052 (unit 0 not preconnected to standard error) 2005-01-22 19:14:31 -05:00
write.c * libgfortran/io/write.c (output_float): fix typo in last commit. 2005-03-23 22:31:56 +00:00