diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-10-27 03:00:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-10-27 03:00:50 +0000 |
commit | 95eaff64c7276cce271e368f097dea0c40ccb8b5 (patch) | |
tree | 576e87e14f93654e3099c9f423a123f11d33b2d9 /ChangeLog | |
parent | Update. (diff) | |
download | glibc-95eaff64c7276cce271e368f097dea0c40ccb8b5.tar.gz glibc-95eaff64c7276cce271e368f097dea0c40ccb8b5.tar.bz2 glibc-95eaff64c7276cce271e368f097dea0c40ccb8b5.zip |
Update.
* posix/tst-fnmatch.input: Add tests for - at beginning and end of
bracket expression.
* string/tst-strxfrm.c (test): Also test __strxfrm_l.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,9 +2,12 @@ * posix/fnmatch_loop.c: Recognize - at end of bracket expression correctly. + * posix/tst-fnmatch.input: Add tests for - at beginning and end of + bracket expression. * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get nrules value. + * string/tst-strxfrm.c (test): Also test __strxfrm_l. 2001-10-24 H.J. Lu <hjl@gnu.org> |