]> mj.ucw.cz Git - libucw.git/commit
Added the local copy of the regex library back.
authorMartin Mares <mj@ucw.cz>
Wed, 18 Jun 2008 21:12:38 +0000 (23:12 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 18 Jun 2008 21:12:38 +0000 (23:12 +0200)
commite371dcc1cd2857036374dd9597705faed0427006
tree2ecf276d8c90119a5c36d458bdda35ed764dda5e
parent4a3645d50bfa8753f0d3e37d177863452bf824bb
Added the local copy of the regex library back.

This reverts commit 1ffba6c2db2074745a50af18d4d89292309cec0c.

I do not want to remove it in a minor release. It was intended to wait
in mainline for v3.13, but we did not plan v3.12.4 at that time.
12 files changed:
lib/Makefile
lib/default.cfg
lib/regex.c
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]