fish-shell/pcre2-10.34
Aaron Gyes b418e36f22 Take an axe to vendored PCRE2 bits & update it to 10.34
This commit updates PCRE2 to 10.34, and we no longer include what's in their
tarball as-is. I've yanked out a lot of uneccessary stuff for the sake of the
size of our codebase.

original pcre2-10.34 dir: 11.5MB
pcre2 dir in this commit:  1.6MB

 * Remove documentation, makefiles, test suites, etc. LICENSE remains.
 * Disable building tests when configuring PCRE2
 * Yard out JIT support: delete src/jit, src/pcre2_jit_*.c, and code doing
   stuff to code->executable_jit that needs a jit header (it was already NULL
   because we've always built with JIT disabled).
 * Remove most .c and .h files not needed to compile: pcre2grep code,
   pcre2test code, dftables.c, pcre2_printint.c, pcre2_fuzzsupport.c ...
 * Remove FindBZip2, FindZLIB, FindReadline, FindEditline. These were used
   only by pcre2grep and made CMake's report misleading with regard to
   optional packages being used.
 * Remove configure.ac except for version number and date which CMake checks

Next time we update PCRE2, refer to this commit message as well as a diff
between pcre2-10.34.tar.gz and ./pcre2-10.34/. Or better yet, cease including
pcre2.
2020-02-18 08:16:15 -08:00
..
cmake Take an axe to vendored PCRE2 bits & update it to 10.34 2020-02-18 08:16:15 -08:00
src Take an axe to vendored PCRE2 bits & update it to 10.34 2020-02-18 08:16:15 -08:00
CMakeLists.txt Take an axe to vendored PCRE2 bits & update it to 10.34 2020-02-18 08:16:15 -08:00
config-cmake.h.in Take an axe to vendored PCRE2 bits & update it to 10.34 2020-02-18 08:16:15 -08:00
configure.ac Take an axe to vendored PCRE2 bits & update it to 10.34 2020-02-18 08:16:15 -08:00
LICENCE Take an axe to vendored PCRE2 bits & update it to 10.34 2020-02-18 08:16:15 -08:00