Update. cvs/glibc-2_2_2 glibc-2.2.2
authorUlrich Drepper <drepper@redhat.com>
Thu, 15 Feb 2001 22:27:29 +0000 (22:27 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 15 Feb 2001 22:27:29 +0000 (22:27 +0000)
commit2d0aea11b0637e7ad3c5df6da3395a8248416811
tree98af7885decf41874348c95617e1f31837b1cf8d
parent093b0a7df155f48803cde51ebf0694e2963a3b0c
Update.

2001-02-15  Jakub Jelinek  <jakub@redhat.com>

* posix/regex.c (init_syntax_once): Add prototype.
(TRANSLATE): If MBS_SUPPORT, translate all characters up to '\xff'.
(re_search_2): Avoid warning.
(count_mbs_length): Add prototype.
* posix/tst-regex3.c: New file.
* posix/Makefile (tests): Add bug-regex3.
ChangeLog
localedata/ChangeLog
localedata/locales/i18n
posix/Makefile
posix/bug-regex3.c [new file with mode: 0644]
posix/regex.c