aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-10-27 03:00:50 +0000
committerUlrich Drepper <drepper@redhat.com>2001-10-27 03:00:50 +0000
commit95eaff64c7276cce271e368f097dea0c40ccb8b5 (patch)
tree576e87e14f93654e3099c9f423a123f11d33b2d9 /ChangeLog
parentbe29c482f7aa4042f2b4eaf6a55eed299a2d94e2 (diff)
downloadglibc-95eaff64c7276cce271e368f097dea0c40ccb8b5.tar
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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d34f0e0fa1..2ee7f912c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>