about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-04 20:00:19 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-04 20:00:19 +0000
commitf5c68a01e8b7329c8fcb687f59045ad96e708e46 (patch)
treed2d520f23564394e2970d77549d83a1fdd3bc2a5 /ChangeLog
parente7262a65347c4de6108a47145df659173f603611 (diff)
downloadglibc-f5c68a01e8b7329c8fcb687f59045ad96e708e46.tar.gz
glibc-f5c68a01e8b7329c8fcb687f59045ad96e708e46.tar.xz
glibc-f5c68a01e8b7329c8fcb687f59045ad96e708e46.zip
Update.
	* posix/tst-fnmatch.input: Add more test cases.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30643df0c6..0a0b648b35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-07-04  Ulrich Drepper  <drepper@redhat.com>
 
+	* posix/tst-fnmatch.input: Add more test cases.
+
 	* crypt/md5-crypt.c (__md5_crypt_r): If buffers for key and salt
 	are not aligned to alignof(md5_uint32) do it before calling
 	__md5_process_bytes.