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

jjohnstn@sources.redhat.com jjohnstn@sources.redhat.com
Tue Jul 23 14:38:00 GMT 2002


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sources.redhat.com	2002-07-23 14:38:01

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include: string.h 
	newlib/libc/stdlib: Makefile.am Makefile.in 
	newlib/libc/string: Makefile.am Makefile.in strings.tex 
Added files:
	newlib/libc/string: memccpy.c mempcpy.c strdup.c strdup_r.c 
	                    strndup.c strndup_r.c 
Removed files:
	newlib/libc/stdlib: strdup.c strdup_r.c 

Log message:
	2002-07-23  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/include/string.h: Add mempcpy, strndup, and _strndup_r
	prototypes.
	* libc/stdlib/Makefile.am: Remove strdup.c and strdup_r.c.
	* libc/stdlib/Makefile.in: Regenerated.
	* libc/stdlib/strdup.c: Removed.
	* libc/stdlib/strdup_r.c: Removed.
	* libc/string/Makefile.am: Add strdup.c, strdup_r.c, memccpy.c,
	mempcpy.c, strndup.c, and strndup_r.c.
	* libc/string/Makefile.in: Regenerated.
	* libc/string/memccpy.c: New file.
	* libc/string/mempcpy.c: Ditto.
	* libc/string/strndup.c: Ditto.
	* libc/string/strndup_r.c: Ditto.
	* libc/string/strdup.c: New file moved from stdlib.
	* libc/string/strdup_r.c: Ditto.
	* libc/string/strings.tex: Add memccpy and mempcpy documentation.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.393&r2=1.394
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/string.h.diff?cvsroot=src&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/Makefile.am.diff?cvsroot=src&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/Makefile.in.diff?cvsroot=src&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/strdup.c.diff?cvsroot=src&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/strdup_r.c.diff?cvsroot=src&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/memccpy.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/mempcpy.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/strdup.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/strdup_r.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/strndup.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/strndup_r.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/Makefile.am.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/Makefile.in.diff?cvsroot=src&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/strings.tex.diff?cvsroot=src&r1=1.2&r2=1.3



More information about the Newlib-cvs mailing list