OSDN Git Service

2002-05-23 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Fri, 24 May 2002 00:13:56 +0000 (00:13 +0000)
committerjjohnstn <jjohnstn>
Fri, 24 May 2002 00:13:56 +0000 (00:13 +0000)
commit8caaf11f686277707f386e21d5d58fd630094d6c
tree6014ac37b9862e2424f769bf2c6f0f06db3d6e85
parent1489666a7621c7272b277ddfdb879501410d833b
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.
newlib/ChangeLog
newlib/libc/string/Makefile.am
newlib/libc/string/Makefile.in
newlib/libc/string/strsep.c [new file with mode: 0644]
newlib/libc/string/strtok.c
newlib/libc/string/strtok_r.c