]> mj.ucw.cz Git - libucw.git/commit
Removed CONFIG_OWN_REGEX and the copy of regex library in lib/regex.
authorMartin Mares <mj@ucw.cz>
Wed, 4 Jun 2008 15:30:26 +0000 (17:30 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 4 Jun 2008 15:30:26 +0000 (17:30 +0200)
commitb7144bb712247f407b977e96e521b76fceb90b48
treeb799d8d0005ed2a3950c47276314d8b22b0d37a9
parente05da120ee4f6a48086b46332180676ef359fdae
Removed CONFIG_OWN_REGEX and the copy of regex library in lib/regex.

The implementations of libc with bad regex libraries are almost extinct now.
If it ever turns out that it is needed on other systems, it suffices
to revert this commit.
12 files changed:
lib/Makefile
lib/default.cfg
lib/regex.c
lib/regex/Makefile [deleted file]
lib/regex/README [deleted file]
lib/regex/regcomp.c [deleted file]
lib/regex/regex-sh.h [deleted file]
lib/regex/regex.c [deleted file]
lib/regex/regex.h [deleted file]
lib/regex/regex_internal.c [deleted file]
lib/regex/regex_internal.h [deleted file]
lib/regex/regexec.c [deleted file]