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/include/math.h libc/ ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	cr-0x5f1
Changes by:	corinna@sourceware.org	2006-10-19 08:39:46

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include: math.h 
	newlib/libc/include/machine: setjmp.h 
	newlib/libc/posix: popen.c 
	newlib/libc/reent: reent.c 
	newlib/libc/stdio: vfprintf.c 
	newlib/libc/time: gmtime.c 
	newlib/libm/common: s_lib_ver.c 

Log message:
	Apply the following mainline patches to cr-0x5f1 branch:
	
	2006-10-11  Yang Tse  <yangsita@gmail.com>
	
	* libc/include/machine/setjmp.h: Use __extension__ keyword for gcc's
	braced-groups.
	
	2006-10-11  Corinna Vinschen  <corinna@vinschen.de>
	
	* libc/reent/reeent.c (_reclaim_reent): Free _REENT_MP_RESULT.
	
	2006-09-13  Patrick Mansfield <patmans@us.ibm.com>
	
	* libc/include/math.h: Remove _CONST from _LIB_VERSION, as it is
	supposed to be writable.
	* libm/common/s_lib_ver.c: Ditto.
	
	2006-09-06  Eric Blake  <ebb9@byu.net>
	
	* libc/stdio/vfprintf.c (_vfprintf_r, get_arg): Add 'hh', 'j',
	't', and 'z' modifiers.
	
	2006-08-22  Eric Blake  <ebb9@byu.net>
	
	* libc/posix/popen.c (popen): Don't close output end of pipe in
	child if stdout was closed on entry.
	[HAVE_FCNTL]: In parent, mark file as close-on-exec, per POSIX.
	
	2006-08-17  Brian Ford  <Brian.Ford@FlightSafety.com>
	
	* libc/time/gmtime.c: Correct man page; clock is not a
	local time and no conversion occurs.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.916&r2=1.916.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/math.h.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.21&r2=1.21.6.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/machine/setjmp.h.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.27&r2=1.27.6.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/popen.c.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.5&r2=1.5.6.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/reent/reent.c.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.8&r2=1.8.6.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/vfprintf.c.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.44&r2=1.44.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/time/gmtime.c.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.2&r2=1.2.6.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/common/s_lib_ver.c.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.1.1.1&r2=1.1.1.1.6.1


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