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/stdint.h lib ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2005-09-20 21:21:51

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include: stdint.h inttypes.h 

Log message:
	2005-09-20  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/include/stdint.h (__EXP): Rename to __STDINT_EXP
	and do not #undef the macro after it is used.  Fix typos.
	Also change 64-bit constants to use the __have_long64 and
	__have_longlong64 flags to determine if long or long long
	constants should be used.
	* libc/include/inttypes.h: Include stddef.h to get wchar_t
	type defined.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.809&r2=1.810
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/stdint.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/inttypes.h.diff?cvsroot=src&r1=1.1&r2=1.2


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