diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-04-01 19:44:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-04-01 19:44:33 +0000 |
commit | 9700b0390e40c7ffaed2a74ae3285edfe6080bd3 (patch) | |
tree | 51b814dcdce050fc10f562542b36bd5956ed6fce /ChangeLog | |
parent | ed09a96ca8b1b9c830343b977f317ca11d691a27 (diff) | |
download | glibc-9700b0390e40c7ffaed2a74ae3285edfe6080bd3.tar.gz glibc-9700b0390e40c7ffaed2a74ae3285edfe6080bd3.tar.xz glibc-9700b0390e40c7ffaed2a74ae3285edfe6080bd3.zip |
* posix/fnmatch.c (STRUCT): Define.
(fnmatch): Pass NULL as last argument to internal_fn{,w}match. * posix/fnmatch_loop.c (struct STRUCT): New type. (FCT): Add ends argument. If ends != NULL and normal * is seen in the pattern, store current pattern and string pointers and return. Adjust recursive calls. (EXT): Adjust FCT callers. (STRUCT): Undef at the end of the file. * posix/Makefile (tests): Add tst-fnmatch2. * posix/tst-fnmatch2.c: New test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0df66d519e..8461b5337c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2007-03-27 Jakub Jelinek <jakub@redhat.com> + + * posix/fnmatch.c (STRUCT): Define. + (fnmatch): Pass NULL as last argument to internal_fn{,w}match. + * posix/fnmatch_loop.c (struct STRUCT): New type. + (FCT): Add ends argument. If ends != NULL and normal * is + seen in the pattern, store current pattern and string pointers + and return. Adjust recursive calls. + (EXT): Adjust FCT callers. + (STRUCT): Undef at the end of the file. + * posix/Makefile (tests): Add tst-fnmatch2. + * posix/tst-fnmatch2.c: New test. + 2007-04-01 Jakub Jelinek <jakub@redhat.com> * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success |