summaryrefslogtreecommitdiff
path: root/src/pcre2.h.in
Commit message (Expand)AuthorAgeFilesLines
* Renamed dftables as pcre2_dftables and enable it to write the tables in binary. ph102020-03-201-0/+1
* Implement PCRE2_SUBSTITUTE_REPLACEMENT_ONLY.ph102020-01-221-1/+2
* Implement PCRE2_SUBSTITUTE_MATCHED.ph102019-12-271-0/+1
* Implement PCRE2_SUBSTITUTE_LITERAL.ph102019-12-261-0/+1
* Add the pcre2_maketables_free() function.ph102019-09-031-1/+3
* Correct tables argument data type for pcre2_set_character_tables() and fix ph102019-07-281-1/+1
* Implemented pcre2_get_match_data_size().ph102019-07-161-0/+3
* Implement non-atomic positive assertions.ph102019-07-131-0/+1
* Implement support for invalid UTF in the pcre2_match() interpreter.ph102019-05-241-1/+3
* Implement a check on the number of capturing parentheses, which for some reason ph102019-04-221-0/+1
* Implement PCRE2_EXTRA_ALT_BSUX to support ECMAscript 6's \u{hhh..} syntax.ph102019-02-121-0/+1
* Unconditionally use inttypes.h instead of trying for stdint.h (simplification) ph102018-11-141-14/+5
* Upgrade the as yet unreleased substitute callout facility.ph102018-11-121-2/+6
* Implement PCRE2_COPY_MATCHED_SUBJECT.ph102018-10-171-30/+21
* Basic "script run" implementation. Not yet complete, and not yet documented.ph102018-10-021-0/+1
* Implement Perl 5.28's alphabetic lookaround syntax, e.g. (*pla:...) and also ph102018-09-241-0/+1
* Implement PCRE2_EXTRA_ESCAPED_CR_IS_LFph102018-09-211-0/+1
* Implement callouts from pcre2_substitute().ph102018-09-181-5/+18
* Start working on invalid utf subject support in JIT.zherczeg2018-09-121-0/+1
* Lock out \N{U+hhhh} in non-UTF (non-Unicode) modes.ph102018-09-021-1/+1
* File tidies and documentation update for 10.32-RC1 Release Candidate.ph102018-08-131-2/+2
* Add support for (?^) as now supported by Perl.ph102018-07-281-0/+1
* Add support for \N{U+dd...}, for ASCII and Unicode modes only.ph102018-07-271-0/+1
* Allow :NAME on (*ACCEPT), (*FAIL), and (*COMMIT) and fix bug with (*MARK) ph102018-07-211-0/+1
* Fix global search/replace in pcre2test and pcre2_substitute() when the pattern ph102018-07-021-1/+2
* Make stdint.h an optional inclusion, in case it's not present in some systems. ph102018-06-191-6/+18
* Add callout_flags to callout blocks, and set bits within it from pcre2_match() ph102017-12-221-0/+7
* Save extra compile options with the compiled pattern, and add an info call to ph102017-12-161-0/+1
* Define names for compiler error codes and use them in pcre2_convert.cph102017-09-171-5/+102
* Add PCRE2_CONFIG_COMPILED_WIDTHS and PCRE2_CONFIG_NEVER_BACKSLASH_C.ph102017-09-161-0/+3
* Put back pcre2_set_recursion_limit() as a real function, synonym for ph102017-07-211-1/+3
* Document experimental pattern conversion functions and remove unimplemented ph102017-07-121-2/+0
* Implement PCRE2_EXTRA_MATCH_LINE and PCRE2_EXTRA_MATCH_WORD for the benefit ph102017-06-161-2/+4
* Implement PCRE2_LITERAL and REG_NOSPEC.ph102017-06-151-0/+1
* Implement PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL.ph102017-06-011-0/+1
* Implement PCRE2_NEWLINE_NUL.ph102017-05-261-0/+1
* More conversion development.ph102017-05-251-4/+4
* More experimental convert code evolution.ph102017-05-231-1/+4
* Conversion code update (revised option definitions).ph102017-05-181-6/+9
* Add additional compile options and PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES.ph102017-05-171-0/+7
* Experimental pattern conversion code (no public documentation yet).ph102017-05-061-0/+45
* Implement PCRE2_EXTENDED_MORE and friends.ph102017-04-181-0/+1
* Add explicit heap limiting options to pcre2_match(), with associated features ph102017-04-111-0/+6
* Implement PCRE2_ENDANCHORED.ph102017-04-041-0/+1
* Add "framesize" to pcre2test to display pcre2_match() frame size, using the new ph102017-03-161-0/+1
* Change "limit recursion" to "limit depth" in code and build systems because the ph102017-03-121-8/+15
* Remove remaining (now unused) code under HEAP_MATCH_RECURSE, and make the build ph102017-03-111-1/+1
* Add pcre2_code_copy_with_tables().ph102016-11-221-1/+4
* Make idempotency guards more standards compliant.ph102016-11-201-3/+5
* Add PCRE2_CALL_CONVENTION into prototypes.ph102016-11-191-116/+150