This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc/libgfortran ChangeLog io/transfer.c io/uni ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	jvdelisle@gcc.gnu.org	2005-10-07 17:01:48

Modified files:
	libgfortran    : ChangeLog 
	libgfortran/io : transfer.c unix.c write.c 

Log message:
	2005-10-07  Jerry DeLisle  <jvdelisle@verizon.net>
	
	* io/transfer.c (write_block): Add test for end-of-file condition,
	removed from mem_alloc_w_at. (next_record_w): Clean up checks for
	NULL pointer returns from s_alloc_w.
	* io/unix.c (mem_alloc_w_at): Remove call to generate_error end-of-file.
	* io/write.c (write_float): Add checks for NULL pointer returns from
	write_block calls. (write_integer): Same.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/ChangeLog.diff?cvsroot=gcc&r1=1.318&r2=1.319
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/io/transfer.c.diff?cvsroot=gcc&r1=1.61&r2=1.62
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/io/unix.c.diff?cvsroot=gcc&r1=1.41&r2=1.42
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/io/write.c.diff?cvsroot=gcc&r1=1.50&r2=1.51


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]