gcc/libgfortran/io
Jerry DeLisle 9389649842 re PR libfortran/61640 (KIND=4 Character Array Internal Unit Read Fail)
2014-06-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR libgfortran/61640
	* io/list_read.c (next_char_internal): Adjust the read length to
	a single wide character. (eat_spaces): Add missing paren. 
	* io/unix.c (mem_read4): Use the correct mem_alloc function for
	wide character internal reads.

From-SVN: r212118
2014-06-29 02:49:45 +00:00
..
close.c PR 60324 Handle long path names, don't use PATH_MAX. 2014-05-22 06:51:25 +03:00
fbuf.c Introduce xrealloc, use it. 2014-05-26 23:56:45 +03:00
fbuf.h Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
file_pos.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
format.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
format.h Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
inquire.c re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement) 2014-03-04 04:33:40 +00:00
intrinsics.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
io.h re PR libfortran/52539 (I/O: Wrong result for UTF-8/UCS-4 list-directed and namelist read and nml write) 2014-05-18 02:29:27 +00:00
list_read.c re PR libfortran/61640 (KIND=4 Character Array Internal Unit Read Fail) 2014-06-29 02:49:45 +00:00
lock.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
open.c PR 60324 Handle long path names, don't use PATH_MAX. 2014-05-22 06:51:25 +03:00
read.c re PR libfortran/38199 (missed optimization: I/O performance) 2014-03-13 05:06:57 +00:00
size_from_kind.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
transfer.c Introduce xmallocarray, an overflow checking variant of xmalloc. 2014-06-17 06:50:34 +03:00
transfer128.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
unit.c Introduce xmallocarray, an overflow checking variant of xmalloc. 2014-06-17 06:50:34 +03:00
unix.c re PR libfortran/61640 (KIND=4 Character Array Internal Unit Read Fail) 2014-06-29 02:49:45 +00:00
unix.h PR 56981 Flush buffer at record boundary if possible. 2014-06-08 08:43:29 +03:00
write.c Introduce xmallocarray, an overflow checking variant of xmalloc. 2014-06-17 06:50:34 +03:00
write_float.def re PR fortran/60128 (Wrong ouput using en edit descriptor) 2014-03-08 06:04:34 +00:00