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/ctype/ctype.tex libc ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2005-10-28 21:33:24

Modified files:
	newlib         : ChangeLog 
	newlib/libc/ctype: ctype.tex islower.c isupper.c iswalnum.c 
	                   iswalpha.c iswblank.c iswcntrl.c iswdigit.c 
	                   iswgraph.c iswlower.c iswprint.c iswpunct.c 
	                   iswspace.c iswupper.c iswxdigit.c tolower.c 
	                   toupper.c towctrans.c towlower.c towupper.c 
	newlib/libc/string: strcasecmp.c strcoll.c strings.tex strlwr.c 
	                    strncasecmp.c strupr.c wcscoll.c wcslcat.c 
	                    wcslcpy.c wcsnlen.c wcsstr.c wcstrings.tex 
	                    wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c 
	                    wmemset.c 

Log message:
	2005-10-28  Bob Wilson  <bob.wilson@acm.org>
	
	* libc/ctype/ctype.tex: Use hyphens as appropriate, but not  otherwise.
	* libc/ctype/islower.c: Likewise.
	* libc/ctype/isupper.c: Likewise.
	* libc/ctype/iswalnum.c: Likewise.
	* libc/ctype/iswalpha.c: Likewise.
	* libc/ctype/iswblank.c: Likewise.
	* libc/ctype/iswcntrl.c: Likewise.
	* libc/ctype/iswdigit.c: Likewise.
	* libc/ctype/iswgraph.c: Likewise.
	* libc/ctype/iswlower.c: Likewise.
	* libc/ctype/iswprint.c: Likewise.
	* libc/ctype/iswpunct.c: Likewise.
	* libc/ctype/iswspace.c: Likewise.
	* libc/ctype/iswupper.c: Likewise.
	* libc/ctype/iswxdigit.c: Likewise.
	* libc/ctype/tolower.c: Likewise.
	* libc/ctype/toupper.c: Likewise.
	* libc/ctype/towctrans.c: Likewise.
	* libc/ctype/towlower.c: Likewise.
	* libc/ctype/towupper.c: Likewise.
	* libc/string/strcasecmp.c: Likewise.
	* libc/string/strcoll.c: Likewise.
	* libc/string/strings.tex: Likewise.
	* libc/string/strlwr.c: Likewise.
	* libc/string/strncasecmp.c: Likewise.
	* libc/string/strupr.c: Likewise.
	* libc/string/wcscoll.c: Likewise.
	* libc/string/wcslcat.c: Likewise.
	* libc/string/wcslcpy.c: Likewise.
	* libc/string/wcsnlen.c: Likewise.
	* libc/string/wcsstr.c: Likewise.
	* libc/string/wcstrings.tex: Likewise.
	* libc/string/wmemchr.c: Likewise.
	* libc/string/wmemcmp.c: Likewise.
	* libc/string/wmemcpy.c: Likewise.
	* libc/string/wmemmove.c: Likewise.
	* libc/string/wmemset.c: Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.833&r2=1.834
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/ctype/ctype.tex.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/ctype/islower.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/ctype/isupper.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/ctype/iswalnum.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/ctype/iswalpha.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/ctype/iswblank.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/ctype/iswcntrl.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/ctype/iswdigit.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/ctype/iswgraph.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/ctype/iswlower.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/ctype/iswprint.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/ctype/iswpunct.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/ctype/iswspace.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/ctype/iswupper.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/ctype/iswxdigit.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/ctype/tolower.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/ctype/toupper.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/ctype/towctrans.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/ctype/towlower.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/ctype/towupper.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/strcasecmp.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/strcoll.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/strings.tex.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/strlwr.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/strncasecmp.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/strupr.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/wcscoll.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/wcslcat.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/wcslcpy.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/wcsnlen.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/wcsstr.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/wcstrings.tex.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/wmemchr.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/wmemcmp.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/wmemcpy.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/wmemmove.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/wmemset.c.diff?cvsroot=src&r1=1.2&r2=1.3


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