Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-05-24 04:13:57 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-05-24 04:13:57 +0400
commit7a364eb36494dcac90196db3d93d15086d6c1bc1 (patch)
tree9df83ec6d394ab772dbcb50a69b427fe111cc697 /newlib/ChangeLog
parentbb2b4dedc6b053ee59d03cb436e937ecb9fd6571 (diff)
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.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 3aa09e495..32bf90f04 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,13 @@
+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.
+
2002-05-23 Gareth Pearce <tilps@hotmail.com>
* libc/stdio/Makefile.am: Modify to add setbuffer.c and setlinebuf.c.