about summary refs log tree commit diff
path: root/posix/bug-regex3.c
Commit message (Collapse)AuthorAgeFilesLines
* Update. glibc-2.2.2 cvs/glibc-2_2_2Ulrich Drepper2001-02-151-0/+44
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.