changeset 5436:12e1874899a5

Add strtok_r.c.
author Simon Josefsson <simon@josefsson.org>
date Fri, 12 Nov 2004 00:05:45 +0000
parents 93bb789dad4b
children 349ceeeacd36
files config/ChangeLog config/srclist.txt
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-12  Simon Josefsson  <jas@extundo.com>
+
+	* srclist.txt: Add strtok_r.c, glibc bought our changes, but a
+	small doc fix is still pending.
+
 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
 
 	* srclist.txt: Add mktime.c; glibc bought all our changes.
--- a/config/srclist.txt
+++ b/config/srclist.txt
@@ -1,4 +1,4 @@
-# $Id: srclist.txt,v 1.50 2004-11-02 19:22:29 eggert Exp $
+# $Id: srclist.txt,v 1.51 2004-11-12 00:05:45 jas Exp $
 # Files for which we are not the source.  See ./srclistvars.sh for the
 # variable definitions.
 
@@ -97,6 +97,7 @@
 # c89 changes $LIBCSRC/string/strdup.c		lib gpl
 $LIBCSRC/sysdeps/generic/strtoll.c	lib gpl
 $LIBCSRC/sysdeps/generic/strtoul.c	lib gpl
+$LIBCSRC/sysdeps/generic/strtok_r.c	lib gpl
 $LIBCSRC/sysdeps/generic/memmem.c	lib gpl
 $LIBCSRC/time/mktime.c			lib gpl
 #