cosmopolitan/third_party/pcre
Justine Tunney a6baba1b07
Stop using .com extension in monorepo
The WIN32 CreateProcess() function does not require an .exe or .com
suffix in order to spawn an executable. Now that we have Cosmo bash
we're no longer so dependent on the cmd.exe prompt.
2024-03-03 03:12:19 -08:00
..
BUILD.mk Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
config.h Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
LICENCE Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2.h Reduce header complexity of PCRE2 2023-12-10 06:08:25 -08:00
pcre2_auto_possess.c Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2_chartables.c Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2_compile.c Release Cosmopolitan v3.3 2024-02-20 13:27:59 -08:00
pcre2_config.c Reduce header complexity of PCRE2 2023-12-10 06:08:25 -08:00
pcre2_context.c Reduce header complexity of PCRE2 2023-12-10 06:08:25 -08:00
pcre2_convert.c Reduce header complexity of PCRE2 2023-12-10 06:08:25 -08:00
pcre2_dfa_match.c Reduce header complexity of PCRE2 2023-12-10 06:08:25 -08:00
pcre2_error.c Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2_extuni.c Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2_find_bracket.c Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2_internal.h Reduce header complexity of PCRE2 2023-12-10 06:08:25 -08:00
pcre2_intmodedep.h Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2_maketables.c Reduce header complexity of PCRE2 2023-12-10 06:08:25 -08:00
pcre2_match.c Release Cosmopolitan v3.3 2024-02-20 13:27:59 -08:00
pcre2_match_data.c Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2_newline.c Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2_ord2utf.c Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2_pattern_info.c Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2_printint.inc Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2_script_run.c Reduce header complexity of PCRE2 2023-12-10 06:08:25 -08:00
pcre2_serialize.c Reduce header complexity of PCRE2 2023-12-10 06:08:25 -08:00
pcre2_string_utils.c Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2_study.c Reduce header complexity of PCRE2 2023-12-10 06:08:25 -08:00
pcre2_substitute.c Reduce header complexity of PCRE2 2023-12-10 06:08:25 -08:00
pcre2_substring.c Reduce header complexity of PCRE2 2023-12-10 06:08:25 -08:00
pcre2_tables.c Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2_tables.inc Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2_ucd.c Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2_ucd.inc Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2_ucp.h Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2_ucptables.inc Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2_valid_utf.c Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2_valid_utf.inc Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2_xclass.c Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2grep.1 Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2grep.c Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2posix.3 Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2posix.c Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2posix.h Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
pcre2posix_test.c Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00
README.cosmo Add PCRE2 library to third_party 2023-12-10 05:59:18 -08:00

DESCRIPTION

  PCRE2 is a regular expression library

LICENSE

  PCRE2 License

ORIGIN

  https://github.com/PCRE2Project/pcre2/archive/refs/tags/pcre2-10.42.tar.gz

LOCAL CHANGES

  Removed JIT code.