aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-04-26 07:50:45 +0000
committerUlrich Drepper <drepper@redhat.com>1999-04-26 07:50:45 +0000
commit45a89cc6c636d0e68b32e7c5ee43911209d19087 (patch)
treec7fcd9ec4983aec593be0927f20d92fbf24f5005 /ChangeLog
parent62ece32bb4a0aebd2895d9e16b235eee70ce5ce3 (diff)
downloadglibc-45a89cc6c636d0e68b32e7c5ee43911209d19087.tar
glibc-45a89cc6c636d0e68b32e7c5ee43911209d19087.tar.gz
glibc-45a89cc6c636d0e68b32e7c5ee43911209d19087.tar.bz2
glibc-45a89cc6c636d0e68b32e7c5ee43911209d19087.zip
Update.
1999-04-26 Ulrich Drepper <drepper@cygnus.com> * posix/fnmatch.c: Include string.h also for glibc. (fnmatch, case '?'): Optimize if cascades a bit. (fnmatch, case '*'): Correct handling if FNM_PATHNAME is set. * posix/testfnm.c: Add test cases for * with FNM_PATHNAME errors.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e4027a7209..bd10d114d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1999-04-26 Ulrich Drepper <drepper@cygnus.com>
+
+ * posix/fnmatch.c: Include string.h also for glibc.
+ (fnmatch, case '?'): Optimize if cascades a bit.
+ (fnmatch, case '*'): Correct handling if FNM_PATHNAME is set.
+
+ * posix/testfnm.c: Add test cases for * with FNM_PATHNAME errors.
+
1999-04-24 Ulrich Drepper <drepper@cygnus.com>
* iconv/gconv_builtin.h: Add definitions for UTF16 builtins.