From 5251717fd86625b605dfd158472c7bbbf14218cf Mon Sep 17 00:00:00 2001 From: Charles Wilson Date: Wed, 19 May 2010 03:17:29 +0000 Subject: [PATCH] Added msys-regex.xml --- msys/msys-regex.xml | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 msys/msys-regex.xml diff --git a/msys/msys-regex.xml b/msys/msys-regex.xml new file mode 100644 index 0000000..0cf8014 --- /dev/null +++ b/msys/msys-regex.xml @@ -0,0 +1,62 @@ + + + + + + + Regex provides an implementation of the GNU, POSIX, and + BSD regular expression functions. Current versions are derived + from the GNULIB implementation of the regex module, but an older + version of the runtime derived from the venerable GNU regex + library, with a slightly different interface, is available for + legacy MSYS applications. + + The msys-regex package provides the documentation + for the regex library, while the associated msys-libregex + package provides the runtime library and related development + files. + + + + + + + + + + + + + + + + + Regex provides an implementation of the GNU, POSIX, and + BSD regular expression functions. Current versions are derived + from the GNULIB implementation of the regex module, but an older + version of the runtime derived from the venerable GNU regex + library, with a slightly different interface, is available for + legacy MSYS applications. + + The msys-libregex package the runtime library and + related development files, while the associated msys-regex + package provides the documentation. + + + + + + + + + + + + + + + + + + + -- 2.11.0