diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-02 03:38:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-02 03:38:10 +0000 |
commit | aae95a1b6a1356ca2c6bc1f23a211c29da9e1ea4 (patch) | |
tree | 44e5ba2a4bd78fe5fc28cd8648505f521934f272 /ChangeLog | |
parent | 495639394bc0d6fd9e7e093060b6bc1301d07842 (diff) | |
download | glibc-aae95a1b6a1356ca2c6bc1f23a211c29da9e1ea4.tar glibc-aae95a1b6a1356ca2c6bc1f23a211c29da9e1ea4.tar.gz glibc-aae95a1b6a1356ca2c6bc1f23a211c29da9e1ea4.tar.bz2 glibc-aae95a1b6a1356ca2c6bc1f23a211c29da9e1ea4.zip |
[BZ #361]
Update.
2004-09-01 Jakub Jelinek <jakub@redhat.com>
[BZ #361]
* posix/fnmatch_loop.c (FCT): For backslash between brackets, branch
to normal_bracket after fetching the next character.
* posix/tst-fnmatch.input: Add 25 new tests.
Reported by Markus Oberhumer <markus@oberhumer.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-09-01 Jakub Jelinek <jakub@redhat.com> + + [BZ #361] + * posix/fnmatch_loop.c (FCT): For backslash between brackets, branch + to normal_bracket after fetching the next character. + * posix/tst-fnmatch.input: Add 25 new tests. + Reported by Markus Oberhumer <markus@oberhumer.com>. + 2004-09-01 Ulrich Drepper <drepper@redhat.com> * elf/rtld.c (dl_main): First check existence of ld.so.preload |