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]

src/newlib ChangeLog libc/ctype/ctype_.c


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


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