src/newlib ChangeLog libc/string/Makefile.am l ...
jjohnstn@sources.redhat.com
jjohnstn@sources.redhat.com
Thu May 23 17:13:00 GMT 2002
CVSROOT: /cvs/src
Module name: src
Changes by: jjohnstn@sources.redhat.com 2002-05-23 17:13:57
Modified files:
newlib : ChangeLog
newlib/libc/string: Makefile.am Makefile.in strtok.c strtok_r.c
Added files:
newlib/libc/string: strsep.c
Log message:
2002-05-23 Jeff Johnston <jjohnstn@redhat.com>
* libc/string/Makefile.am: Add support for strsep.c.
* libc/string/Makefile.in: Regenerated.
* libc/string/strsep.c: New file.
* libc/string/strtok.c: Change to call __strtok_r service routine.
* libc/string/strtok_r.c: Add __strtok_r routine which takes
additional flag parameter regarding whether to skip leading delimeters.
Change strtok_r to call __strtok_r.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.315&r2=1.316
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/strsep.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.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/Makefile.in.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/strtok.c.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/string/strtok_r.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
More information about the Newlib-cvs
mailing list