From: Martin Mares Date: Sat, 20 Mar 2004 23:23:57 +0000 (+0000) Subject: Better explanation. X-Git-Tag: holmes-import~1091 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=6e1baa98304a50b0ac592a2e05cc08c057895c69;p=libucw.git Better explanation. --- diff --git a/lib/regex/README b/lib/regex/README index c5675822..f8c26055 100644 --- a/lib/regex/README +++ b/lib/regex/README @@ -2,3 +2,8 @@ This directory contains regular expression routines from the GNU libc 2.3.2 which are significantly faster than the default regex libraries on most systems. They are distributed under the GNU LGPL. + +All files are exact copies of the original distribution, I only provided my +own regex.c, regex-sh.h and Makefile. + + Martin Mares, March 2004