diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-26 02:07:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-26 02:07:07 +0000 |
commit | 14a6b4e45f4297a39b704557491fcc16ff863ef7 (patch) | |
tree | 9b5549eb864f8c4a188da18c8178e7b4b007e72e /ChangeLog | |
parent | f00ebd7f811ac03665c877846cad3750b0815122 (diff) | |
download | glibc-14a6b4e45f4297a39b704557491fcc16ff863ef7.tar.gz glibc-14a6b4e45f4297a39b704557491fcc16ff863ef7.tar.xz glibc-14a6b4e45f4297a39b704557491fcc16ff863ef7.zip |
Update.
2000-01-23 Paul Eggert <eggert@twinsun.com> * posix/regex.c (GET_UNSIGNED_NUMBER): Allow only ASCII digits. 2000-01-23 Paul Eggert <eggert@twinsun.com> * posix/regex.c (compile_range): When matching a character range, use the current collating sequence, as POSIX requires.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3a5559def1..64bc37853b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2000-01-23 Paul Eggert <eggert@twinsun.com> + + * posix/regex.c (GET_UNSIGNED_NUMBER): Allow only ASCII digits. + +2000-01-23 Paul Eggert <eggert@twinsun.com> + + * posix/regex.c (compile_range): When matching a character + range, use the current collating sequence, as POSIX requires. + 2000-01-25 Ulrich Drepper <drepper@cygnus.com> * string/argz-stringify.c: Handle case of missing \0 at the end of |