diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-04-26 23:21:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-04-26 23:21:01 +0000 |
commit | d8aaef00a787dc18ce87e4c6448615095d511239 (patch) | |
tree | c66cfcc06de7fb84023baaa2580d8be6781f77d4 /ChangeLog | |
parent | 80127c749ba3b00d0a802170ae5842f599c6c34b (diff) | |
download | glibc-d8aaef00a787dc18ce87e4c6448615095d511239.tar.gz glibc-d8aaef00a787dc18ce87e4c6448615095d511239.tar.xz glibc-d8aaef00a787dc18ce87e4c6448615095d511239.zip |
Update.
1999-04-26 Ulrich Drepper <drepper@cygnus.com> * posix/fnmatch.c (internal_fnmatch): Renamed from fnmatch. Take extra parameter. Fix several more bugs involving wildcard and ranges. (fnmatch): New function. Call internal_fnmatch. * posix/testfnm.c: More test cases.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 95f538ef20..feee8234bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1999-04-26 Ulrich Drepper <drepper@cygnus.com> + + * posix/fnmatch.c (internal_fnmatch): Renamed from fnmatch. Take + extra parameter. Fix several more bugs involving wildcard and + ranges. + (fnmatch): New function. Call internal_fnmatch. + + * posix/testfnm.c: More test cases. + 1999-04-03 Andreas Jaeger <aj@arthur.rhein-neckar.de> * manual/install.texi (Configuring and compiling): Explain that |