diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-08-31 11:56:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-31 11:56:19 +0200 |
commit | 0cee288c1147f0f719682c544ea21b13faddf347 (patch) | |
tree | ebb259da2bb6b8d25976c02dbd21681647bf38d7 /thirdparty/README.md | |
parent | 3b0b0a1d99e2eb8e6d2ca05c74b9ce5b0c556fce (diff) | |
parent | e3e2f063244804bb147418dc219ba6db8219304b (diff) | |
download | redot-engine-0cee288c1147f0f719682c544ea21b13faddf347.tar.gz |
Merge pull request #10148 from leezh/pcre2
Replacement of internal RegEx with PCRE2
Diffstat (limited to 'thirdparty/README.md')
-rw-r--r-- | thirdparty/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md index 56b4a07d9b..7b70a8e342 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -321,6 +321,18 @@ Files extracted from upstream source: - celt/ and silk/ subfolders - COPYING +## pcre2 + +- Upstream: http://www.pcre.org/ +- Version: 10.23 +- License: BSD-3-Clause + +Files extracted from upstream source: + +- Files listed in NON-AUTOTOOLS-BUILD steps 1-4 +- All .h files in src/ +- src/pcre2_jit_*.c and src/sljit/* +- AUTHORS and COPYING ## pvrtccompressor |