This is the mail archive of the newlib-cvs@sourceware.org mailing list for the newlib 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]

src/newlib ChangeLog libc/stdio/fclose.c libc/ ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2006-12-14 22:47:12

Modified files:
	newlib         : ChangeLog 
	newlib/libc/stdio: fclose.c fflush.c 

Log message:
	2006-12-14  Jeff Johnston  <jjohnstn@redhat.com>
	Eric Blake  <ebb9@byu.net>
	
	* libc/stdio/fflush.c (fflush): On seekable streams, always flush
	read but unused data.
	* libc/stdio/fclose.c (_fclose_r): Always flush streams, since
	even read streams may have side effects that must happen.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.960&r2=1.961
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/fclose.c.diff?cvsroot=src&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/fflush.c.diff?cvsroot=src&r1=1.7&r2=1.8


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