diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-26 03:46:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-26 03:46:22 +0000 |
commit | 479248949b9cc41fc0b133b3510232d8a1b57767 (patch) | |
tree | d16f781c00facd9096371a768ba4093caad84b7e /ChangeLog | |
parent | 1827fc4c9819187f1084fecd92f3071e3482defa (diff) | |
download | glibc-479248949b9cc41fc0b133b3510232d8a1b57767.tar.gz glibc-479248949b9cc41fc0b133b3510232d8a1b57767.tar.xz glibc-479248949b9cc41fc0b133b3510232d8a1b57767.zip |
Update.
2000-01-25 Ulrich Drepper <drepper@cygnus.com> * posix/fnmatch_loop.c: Fix problem with FNM_LEADING_DIR. * posix/testfnm.c: Add a few more tests. Rearrange test output.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2af39fe53a..6bd0d8593f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-01-25 Ulrich Drepper <drepper@cygnus.com> + + * posix/fnmatch_loop.c: Fix problem with FNM_LEADING_DIR. + * posix/testfnm.c: Add a few more tests. Rearrange test output. + 2000-01-25 Andreas Schwab <schwab@suse.de> * posix/testfnm.c: Add new test case. Use FNM_PATHNAME instead of |