Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 26 Feb 2002 19:06:03 +0000 (19:06 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 26 Feb 2002 19:06:03 +0000 (19:06 +0000)
commit3b0bdc723579a7c6df2cace0115a6ca0977d73f9
tree8b6d7f9ab35be46faadc9e778abc1ce632fe98d0
parent73f1b06797637163b8529f4c7fa4b02b90c0154c
Update.

* posix/Makefile (distribute): Add regcomp.c, regexec.c,
regex_internal.c, and regex_internal.h.
(CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
* posix/regex.c: Complete rewrite.
* posix/regexec.c: New file.
* posix/regcomp.c: New file.
* posix/regex_internal.c: New file.
* posix/regex_internal.h: New file.
* posix/regex.h (RE_ICASE): New macro.
Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
ChangeLog
NEWS
posix/Makefile
posix/regcomp.c [new file with mode: 0644]
posix/regex.h
posix/regex_internal.c [new file with mode: 0644]
posix/regex_internal.h [new file with mode: 0644]
posix/regexec.c [new file with mode: 0644]