diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-11-12 19:09:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-11-12 19:09:20 +0000 |
commit | 14744156b935eb7fb1a2013fdc3ce6613defa94d (patch) | |
tree | b6dfa5ab8046feddf82d275f25b9baee162dddfc /ChangeLog | |
parent | 3c0fb5745f66c8920ed4cfa8d3ead55216b15ec1 (diff) | |
download | glibc-14744156b935eb7fb1a2013fdc3ce6613defa94d.tar.gz glibc-14744156b935eb7fb1a2013fdc3ce6613defa94d.tar.xz glibc-14744156b935eb7fb1a2013fdc3ce6613defa94d.zip |
Update.
* posix/regcomp.c (optimize_utf8): New function. (re_compile_fastmap_iter): Use dfa->mb_cur_max > 1 instead of !icase. (re_compile_internal): Call optimize_utf8 if not case insensitive and in UTF-8 locale. * posix/regex_internal.h: Ifdef out some prototypes if RE_NO_INTERNAL_PROTOTYPES is defined to shut up warnings. * posix/Makefile (tests): Add bug-regex20. (bug-regex20-ENV): Add LOCPATH. * posix/bug-regex20.c: New test. 2003-11-12 Jakub Jelinek <jakub@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6021fb6620..57cc6c6b55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ 2003-11-12 Jakub Jelinek <jakub@redhat.com> + * posix/regcomp.c (optimize_utf8): New function. + (re_compile_fastmap_iter): Use dfa->mb_cur_max > 1 instead + of !icase. + (re_compile_internal): Call optimize_utf8 if not case insensitive + and in UTF-8 locale. + * posix/regex_internal.h: Ifdef out some prototypes if + RE_NO_INTERNAL_PROTOTYPES is defined to shut up warnings. + * posix/Makefile (tests): Add bug-regex20. + (bug-regex20-ENV): Add LOCPATH. + * posix/bug-regex20.c: New test. + +2003-11-12 Jakub Jelinek <jakub@redhat.com> + * io/ftw.c (NFTW_NEW_NAME, NFTW_OLD_NAME): Add prototypes. 2003-11-12 Jakub Jelinek <jakub@redhat.com> |