summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2020-04-03 08:30:08 +0200
committerNIIBE Yutaka <gniibe@fsij.org>2020-04-03 08:30:08 +0200
commitba247a114c75a84473c11c1484013b09fbb9bcd1 (patch)
treea76cedce73621da0142ceb7d71ae51cad8696ec3 /AUTHORS
parentscd:p15: Implement do_with_keygrip and capabilities. (diff)
downloadgnupg2-ba247a114c75a84473c11c1484013b09fbb9bcd1.tar.xz
gnupg2-ba247a114c75a84473c11c1484013b09fbb9bcd1.zip
gpg: Add regular expression support.
* AUTHORS, COPYING.other: Update. * Makefile.am (SUBDIRS): Add regexp sub directory. * configure.ac (DISABLE_REGEX): Remove. * g10/Makefile.am (needed_libs): Add libregexp.a. * g10/trustdb.c: Remove DISABLE_REGEX support. * regexp/LICENSE, regexp/jimregexp.c, regexp/jimregexp.h, regexp/utf8.c, regexp/utf8.h: New from Jim Tcl. * regexp/UnicodeData.txt: New from Unicode. * regexp/Makefile.am, regexp/parse-unidata.awk: New. * tests/openpgp/Makefile.am: Remove DISABLE_REGEX support. * tools/Makefile.am: Remove DISABLE_REGEX support. GnuPG-bug-id: 4843 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS2
1 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 73454b5fd..14b434f1d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -259,6 +259,8 @@ The DNS resolver code is libdns by William Ahern; see COPYING.other.
The test driver is based on TinySCHEME by Dimitrios Souflis and
available under a permissive license; see COPYING.other.
+Regular expression implementation is taken from Jim Tcl, originally
+by Henry Spencer, and modified by others; see COPYING.other.
License
========