]> git.ipfire.org Git - thirdparty/glibc.git/commit
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 12 Nov 2003 19:09:20 +0000 (19:09 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 12 Nov 2003 19:09:20 +0000 (19:09 +0000)
commit14744156b935eb7fb1a2013fdc3ce6613defa94d
treeb6dfa5ab8046feddf82d275f25b9baee162dddfc
parent3c0fb5745f66c8920ed4cfa8d3ead55216b15ec1
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>
ChangeLog
posix/Makefile
posix/bug-regex20.c [new file with mode: 0644]
posix/regcomp.c
posix/regex_internal.h