cosmopolitan/third_party/pcre
Jōshin 2fc507c98f
Fix more vi modelines (#1006)
* modelines: tw -> sw

shiftwidth, not textwidth.

* space-surround modelines

* fix irregular modelines

* Fix modeline in titlegen.c
2023-12-13 02:28:11 -05:00
..
BUILD.mk Fix more vi modelines (#1006) 2023-12-13 02:28:11 -05: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 Reduce header complexity of PCRE2 2023-12-10 06:08:25 -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 Reduce header complexity of PCRE2 2023-12-10 06:08:25 -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.