about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-23 22:34:22 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-23 22:34:22 +0000
commitef5166a66965fbbe024746d7a5fcefe424f4d8b7 (patch)
treeba0d607eea415adc73966ad77bc6886c6dffe339 /ChangeLog
parentd436a9f71094ec7fc8e946058af20a1c167df791 (diff)
downloadglibc-ef5166a66965fbbe024746d7a5fcefe424f4d8b7.tar.gz
glibc-ef5166a66965fbbe024746d7a5fcefe424f4d8b7.tar.xz
glibc-ef5166a66965fbbe024746d7a5fcefe424f4d8b7.zip
Update.
2001-02-23  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/i386/strtok.S: Continue to return NULL after the first
	time this happened.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b723a67bc3..d9ec1c8d70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-23  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/i386/strtok.S: Continue to return NULL after the first
+	time this happened.
+
 2001-02-23  Andreas Jaeger  <aj@suse.de>
 
 	* string/tester.c (test_strtok_r): Add testcase.