gcc/libgfortran/io
Jerry DeLisle b14c7e14ab re PR libfortran/25039 ([4.1 only] comma short-circuit field width)
2005-12-08  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR libgfortran/25039
	* io/io.h: Create a new flag sf_read_comma to control comma
	separators in numeric reads.
	* io/transfer.c (formatted_transfer_scalar): Initialize the flag.
	(read_sf): Check for commas coming in and if the flag is set,
	shortcut the read.
	* io/read.c (read_a) (read_x): Clear the flag for character reads and
	reset it after the reads.

From-SVN: r108271
2005-12-09 02:53:41 +00:00
..
close.c re PR fortran/14943 (read/write code generation is not thread safe) 2005-11-21 23:03:56 +01:00
file_pos.c re PR fortran/14943 (read/write code generation is not thread safe) 2005-11-21 23:03:56 +01:00
format.c format.c: Removing unused code. 2005-12-04 18:13:59 +00:00
inquire.c re PR fortran/14943 (read/write code generation is not thread safe) 2005-11-21 23:03:56 +01:00
io.h re PR libfortran/25039 ([4.1 only] comma short-circuit field width) 2005-12-09 02:53:41 +00:00
list_read.c re PR libfortran/24919 ([4.0] CRLF support in libgfortran) 2005-11-27 11:42:46 +00:00
lock.c re PR fortran/14943 (read/write code generation is not thread safe) 2005-11-21 23:03:56 +01:00
open.c libgfortran ChangeLog: 2005-11-26 11:12:36 +02:00
read.c re PR libfortran/25039 ([4.1 only] comma short-circuit field width) 2005-12-09 02:53:41 +00:00
size_from_kind.c random.c: Include config.h 2005-11-27 17:09:40 -05:00
transfer.c re PR libfortran/25039 ([4.1 only] comma short-circuit field width) 2005-12-09 02:53:41 +00:00
unit.c re PR fortran/25109 (formatted reads with embedded blanks in input fields) 2005-11-28 00:23:28 +00:00
unix.c re PR libfortran/24919 ([4.0] CRLF support in libgfortran) 2005-11-27 11:42:46 +00:00
unix.h re PR fortran/14943 (read/write code generation is not thread safe) 2005-11-21 23:03:56 +01:00
write.c * io/write.c (namelist_write): Correct type in previous commit. 2005-11-27 11:56:25 +00:00