This is the mail archive of the newlib-cvs@sources.redhat.com 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
Changes by:	jjohnstn@sources.redhat.com	2002-06-24 13:03:40

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include: math.h 
	newlib/libc/include/sys: reent.h 
	newlib/libc/stdlib: mprec.h 
	newlib/libm/common: fdlibm.h 

Log message:
	2002-06-24  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/include/math.h: Remove <sys/types.h>.
	(__dmath): Use __ULong instead of _uint32_t.
	* libc/include/sys/reent.h: If long or int is not 32-bits,
	include <sys/types.h> to get definitions for _int32_t and _uint32_t.
	* libc/stdlib/mprec.h: Include <sys/types.h> to get integer defs.
	* libm/common/fdlibm.h: Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.349&r2=1.350
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/math.h.diff?cvsroot=src&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/sys/reent.h.diff?cvsroot=src&r1=1.16&r2=1.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/mprec.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libm/common/fdlibm.h.diff?cvsroot=src&r1=1.3&r2=1.4


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