]> mj.ucw.cz Git - libucw.git/commit
After another couple of hours spent digging in regular expression libraries
authorMartin Mares <mj@ucw.cz>
Sat, 20 Mar 2004 23:22:52 +0000 (23:22 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 20 Mar 2004 23:22:52 +0000 (23:22 +0000)
commitc69a0f4956638e3e45c7603aa14513cca76fa5e6
treea7e5aab0e872b2e826fb98d3e800b53d1a6b3960
parent3cf2b0aaf15a2076c18de7e684703c175ed05d4e
After another couple of hours spent digging in regular expression libraries
I decided to use a copy of the glibc 2.3.2 regex routines.
lib/regex/Makefile [new file with mode: 0644]
lib/regex/README [new file with mode: 0644]
lib/regex/regcomp.c [new file with mode: 0644]
lib/regex/regex-sh.h [new file with mode: 0644]
lib/regex/regex.c [new file with mode: 0644]
lib/regex/regex.h [new file with mode: 0644]
lib/regex/regex_internal.c [new file with mode: 0644]
lib/regex/regex_internal.h [new file with mode: 0644]
lib/regex/regexec.c [new file with mode: 0644]