src/newlib ChangeLog libc/include/string.h lib ...

jjohnstn@sources.redhat.com jjohnstn@sources.redhat.com
Thu May 23 11:46:00 GMT 2002


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sources.redhat.com	2002-05-23 11:46:05

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include: string.h 
	newlib/libc/string: bcmp.c bcopy.c bzero.c 

Log message:
	2002-05-23  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/include/string.h (bcmp, bcopy, bzero): Change prototypes
	to use void * pointers and comply with Single Unix spec.
	* libc/string/bcmp.c: Change to use void * instead of char *.
	* libc/string/bcopy.c: Ditto.
	* libc/string/bzero.c: Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.312&r2=1.313
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/string.h.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/bcmp.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/bcopy.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/bzero.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2



More information about the Newlib-cvs mailing list