about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-31 22:56:48 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-31 22:56:48 +0000
commit8685bf1336f88f94337a7476d185f46f7a38591c (patch)
tree4e818c238d57714550940a2826d471c2daad03c2 /ChangeLog
parent83f6a99044e85962c9d87b8b89734154096a0087 (diff)
downloadglibc-8685bf1336f88f94337a7476d185f46f7a38591c.tar.gz
glibc-8685bf1336f88f94337a7476d185f46f7a38591c.tar.xz
glibc-8685bf1336f88f94337a7476d185f46f7a38591c.zip
Update.
1999-07-31  Ulrich Drepper  <drepper@cygnus.com>

	* string/tester.c: Add tests with constant arguments for strcpy
	and stpcpy.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ef75a65f5..51c0f07ef4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-07-31  Ulrich Drepper  <drepper@cygnus.com>
+
+	* string/tester.c: Add tests with constant arguments for strcpy
+	and stpcpy.
+
 1999-07-31  H.J. Lu  <hjl@gnu.org>
 
 	* string/bits/string2.h (__strcpy_small): Fix a typo.