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/ctype.h


CVSROOT:	/cvs/src
Module name:	src
Changes by:	ericb@sourceware.org	2009-04-24 12:27:36

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include: ctype.h 

Log message:
	Be namespace clean in ctype.h.
	
	* libc/include/ctype.h (_tolower, _toupper, isalpha, isupper)
	(islower, isdigit, isxdigit, isspace, ispunct, isalnum)
	(isprint, isgraph, iscntrl, isblank, toupper, tolower)
	(isascii, toascii): Don't use 'c' as macro parameter name.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1342&r2=1.1343
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/ctype.h.diff?cvsroot=src&r1=1.18&r2=1.19


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