src/newlib ChangeLog libc/ctype/ctype_.c

jjohnstn@sourceware.cygnus.com jjohnstn@sourceware.cygnus.com
Mon Jun 11 12:26:00 GMT 2001


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sources.redhat.com	2001-06-11 12:26:00

Modified files:
	newlib         : ChangeLog 
	newlib/libc/ctype: ctype_.c 

Log message:
	2001-06-11  Egor Duda  <deo@logos-m.ru>
	
	* libc/ctype/ctype_.c: When compiled with gcc on platforms
	with signed char, make _ctype_[-128] ... _ctype[-1] refer to
	initialized memory region. Platform can define COMPACT_CTYPE
	to avoid allocation of the additional 128 bytes of data.
	Add pointer to _ctype_ array. Always initialize all _ctype_
	array elements.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.161&r2=1.162
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/ctype/ctype_.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2



More information about the Newlib-cvs mailing list