pcre2/src
George Sokianos 4a45482c9c Cleanup of Makefile.os4, added release rule and a README file for this release 2022-07-31 20:34:33 +01:00
..
sljit JIT compiler update 2022-07-14 03:41:42 +00:00
config.h.generic Final file tidies for 10.40 2022-04-15 16:57:57 +01:00
config.h.in Final file tidies for 10.40 2022-04-15 16:57:57 +01:00
pcre2.h.generic Final file tidies for 10.40 2022-04-15 16:57:57 +01:00
pcre2.h.in inttypes and stdint cleanup (#30) 2021-10-29 15:05:19 +01:00
pcre2_auto_possess.c Merge scriptx and bidi fields (#78) 2022-01-12 17:00:12 +00:00
pcre2_chartables.c.dist Renamed dftables as pcre2_dftables and enable it to write the tables in binary. 2020-03-20 18:09:59 +00:00
pcre2_compile.c Add an #ifdef to avoid the need even to link with pcre2_jit_compile.o when JIT is not supported 2022-06-30 17:37:51 +01:00
pcre2_config.c Renamed dftables as pcre2_dftables and enable it to write the tables in binary. 2020-03-20 18:09:59 +00:00
pcre2_context.c Correct tables argument data type for pcre2_set_character_tables() and fix 2019-07-28 15:58:24 +00:00
pcre2_convert.c Remove unused enum; add comments re unity builds 2022-04-24 16:44:33 +01:00
pcre2_dfa_match.c Remove unused enum; add comments re unity builds 2022-04-24 16:44:33 +01:00
pcre2_dftables.c File tidies for 10.36-RC1 2020-11-06 17:27:35 +00:00
pcre2_error.c Revised script handling (see ChangeLog) 2021-12-21 16:11:30 +00:00
pcre2_extuni.c Refactor Python scripts for generating Unicode property data 2021-12-26 17:49:58 +00:00
pcre2_find_bracket.c File tidies and documentation update for 10.32-RC1 Release Candidate. 2018-08-13 11:57:09 +00:00
pcre2_fuzzsupport.c Adjust code for PR100 to put declarations before code 2022-04-15 12:23:04 +01:00
pcre2_internal.h Refactor match_data() to always use the heap instead of having an initial frames vector on the stack; some consequential adjustmentsneeded. 2022-07-27 17:44:55 +01:00
pcre2_intmodedep.h Refactor match_data() to always use the heap instead of having an initial frames vector on the stack; some consequential adjustmentsneeded. 2022-07-27 17:44:55 +01:00
pcre2_jit_compile.c Fixed an issue in the backtracking optimization of character repeats in JIT (#135) 2022-07-14 05:25:39 +02:00
pcre2_jit_match.c doc: formatting/typo fixes to documentation (#47) 2021-11-27 16:27:49 +00:00
pcre2_jit_misc.c jit: use correct type when checking for max value (#73) 2022-01-06 14:46:43 +01:00
pcre2_jit_neon_inc.h Fix ARM64 compilation warning in JIT. 2020-11-13 08:04:06 +00:00
pcre2_jit_simd_inc.h jit: update SIMD code to latest syntax (#95) 2022-04-03 10:22:45 +02:00
pcre2_jit_test.c Fixed an issue in the backtracking optimization of character repeats in JIT (#135) 2022-07-14 05:25:39 +02:00
pcre2_maketables.c Renamed dftables as pcre2_dftables and enable it to write the tables in binary. 2020-03-20 18:09:59 +00:00
pcre2_match.c Fix overlooked comment edit 2022-07-27 18:00:40 +01:00
pcre2_match_data.c Refactor match_data() to always use the heap instead of having an initial frames vector on the stack; some consequential adjustmentsneeded. 2022-07-27 17:44:55 +01:00
pcre2_newline.c Final file updates for 10.21 release. 2016-01-12 14:44:34 +00:00
pcre2_ord2utf.c Remove all "register" declarations. 2016-11-03 17:35:59 +00:00
pcre2_pattern_info.c File tidies and documentation update for 10.32-RC1 Release Candidate. 2018-08-13 11:57:09 +00:00
pcre2_printint.c Final file tidies for 10.40 2022-04-15 16:57:57 +01:00
pcre2_script_run.c Merge scriptx and bidi fields (#78) 2022-01-12 17:00:12 +00:00
pcre2_serialize.c Renamed dftables as pcre2_dftables and enable it to write the tables in binary. 2020-03-20 18:09:59 +00:00
pcre2_string_utils.c Add support for Bidi_Control and Bidi_Class properties 2021-12-08 15:34:27 +00:00
pcre2_study.c Fix minor issues raised by Clang sanitize 2021-12-14 15:52:24 +00:00
pcre2_substitute.c Refactor match_data() to always use the heap instead of having an initial frames vector on the stack; some consequential adjustmentsneeded. 2022-07-27 17:44:55 +01:00
pcre2_substring.c Avoid pointer overflow for unset captures in pcre2_substring_list_get(), though 2018-01-12 18:48:27 +00:00
pcre2_tables.c Final file tidies for 10.40 2022-04-15 16:57:57 +01:00
pcre2_ucd.c Remove overlooked excess initializer 2022-03-03 16:44:06 +00:00
pcre2_ucp.h Initial code for Boolean property support 2022-01-09 14:46:43 +00:00
pcre2_ucptables.c Restore lost de-duplication 2022-01-10 11:31:27 +00:00
pcre2_valid_utf.c Fix bug in UTF-16 checker returning wrong offset for missing low surrogate. 2020-02-24 15:39:56 +00:00
pcre2_xclass.c Final file tidies for 10.40 2022-04-15 16:57:57 +01:00
pcre2demo.c Doc file tidies for 10.38-RC1 2021-08-31 17:14:42 +01:00
pcre2grep.c Implement -Z in pcre2grep and update documentation 2022-07-30 17:41:49 +01:00
pcre2posix.c Add check for NULL subject to POSIX regexec(). 2021-11-28 16:38:36 +00:00
pcre2posix.h More file tidies for 10.33-RC1 2019-03-04 18:07:04 +00:00
pcre2test.c Cleanup of Makefile.os4, added release rule and a README file for this release 2022-07-31 20:34:33 +01:00