summaryrefslogtreecommitdiff
path: root/src/pcre2.h.in
Commit message (Expand)AuthorAgeFilesLines
...
* Documentation detrail and make HTML for 10.22-RC1.ph102016-06-291-1/+1
* Implement PCRE2_NO_JIT, update HTML docs as well.ph102016-06-051-1/+7
* Add a bit more sanity checking to pcre2_serialize_decode(), and document.ph102016-05-241-0/+1
* Implemented pcre2_code_copy().ph102016-02-261-1/+4
* Final file updates for 10.21 release.ph102016-01-121-1/+1
* Implement PCRE2_SUBSTITUTE_{OVERFLOW_LENGTH,UNKNOWN_UNSET}.ph102015-12-121-3/+5
* Update overflow checks in pcre2test to allow for ULONG_MAX==UINT32_MAX.ph102015-12-091-0/+1
* Implement PCRE2_SUBSTITUTE_UNSET_EMPTY.ph102015-12-041-2/+3
* Implement PCRE2_INFO_HASBACKSLASHC.ph102015-11-141-0/+1
* Check for too many replacements (more than INT_MAX) in pcre2_substitute()ph102015-11-111-0/+1
* Implement pcre2_set_max_pattern_length()ph102015-11-051-0/+3
* Forbid \K patterns that end before they start in pcre2_substitute().ph102015-11-031-0/+1
* Implement PCRE2_SUBSTITUTE_EXTENDED.ph102015-10-071-1/+5
* Implement PCRE2_USE_OFFSET_LIMIT and pcre2_set_offset_limit(). No documentation ph102015-09-221-0/+5
* Implemented PCRE2_ALT_VERBNAMESph102015-08-301-0/+1
* Source and document file tidies for 10.20-RC1.ph102015-06-181-1/+1
* Implement PCRE2_ALT_CIRCUMFLEX.ph102015-04-221-3/+5
* Implement PCRE2_NEVER_BACKSLASH_C.ph102015-04-131-0/+1
* Implement pcre2_callout_enumerate().ph102015-03-231-7/+24
* Test binary zero in callout strings; change offset to PCRE2_SIZE; some ph102015-03-161-1/+1
* Add string offset within the pattern to the data passed to a callout with a ph102015-03-141-0/+1
* Code for callouts with string arguments. Documentation not yet updated.ph102015-03-111-0/+3
* Add serialization functions and tests with updated pcre2test. Fix ph102015-01-231-4/+24
* Add PCRE2_NO_DOTSTAR_ANCHOR and revise documentation for .* optimizing.ph102015-01-021-5/+6
* Update and improve substring handling and its documentation.ph102014-12-141-14/+15
* Improve interfaces to substring functions, and fix bugs.ph102014-12-131-9/+10
* (1) uint32_t for substring number args; (2) correct PRIV(memctl_malloc) ph102014-12-011-3/+3
* Move context argument to last in pcre2_jit_stack_create().ph102014-11-281-2/+2
* Add user data to recursion guard; get ready for RC1 (again)ph102014-11-261-1/+2
* Change callouts to pass the user data as a separate argument.ph102014-11-251-2/+1
* Tidy up API for pcre2_config.ph102014-11-251-3/+3
* Code for pcre2_substitute(), and tests.ph102014-11-111-18/+19
* Preliminary substitute function (not yet tested or documented).ph102014-11-081-3/+20
* Remove pcre2_jit_stack argument from jit_match.zherczeg2014-11-071-2/+1
* The pcre2_jit_stack_assign is changed to use the matching context.zherczeg2014-11-061-2/+2
* Changed jit_stack_alloc to jit_stack_create.ph102014-11-031-2/+2
* Improve test coverage; minor typo in JIT test and other minor buglets fixed.ph102014-10-311-23/+24
* Remove length argument from pcre2_config; give width if where==NULL.ph102014-10-151-1/+1
* Remove leftchar/rightchar from the public API.ph102014-10-101-4/+0
* Remove match context argument from pcre2_jit_compile.ph102014-10-031-2/+1
* Remove the ability to change newlines and \R at match time.ph102014-10-011-15/+7
* Make PCRE2_NO_START_OPTIMIZE a compile-only option.ph102014-10-011-9/+9
* PCRE2 successfully compiles with --enable-jit now.zherczeg2014-09-301-1/+2
* More documentation.ph102014-09-291-1/+1
* Set the callout block version back to 0 for this new project and re-order the ph102014-09-191-8/+6
* API documentation and a lot of little related changes to the code.ph102014-09-191-44/+47
* Changed remaining size_t occurrences to PCRE2_SIZE.ph102014-08-311-8/+8
* Re-specify how the substring functions return lengths.ph102014-08-291-7/+7
* Implement (*NOTEMPTY) and (?(VERSION= features.ph102014-08-261-2/+2
* Change lengths to PCRE2_SIZE and revise OP_RECURSE processing.ph102014-08-161-32/+34