summaryrefslogtreecommitdiff
path: root/doc/pcre2api.3
Commit message (Expand)AuthorAgeFilesLines
* Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.ph102016-10-021-6/+13
* Documentation detrail and make HTML for 10.22-RC1.ph102016-06-291-6/+6
* Return an error code when pcre2_get_error_message() does not recognize an error ph102016-06-171-24/+74
* Implement PCRE2_NO_JIT, update HTML docs as well.ph102016-06-051-19/+28
* Documentation clarificationph102016-02-271-6/+10
* Implemented pcre2_code_copy().ph102016-02-261-15/+35
* Correct information about multi-threaded compilation.ph102016-02-251-22/+10
* Ensure all _free() functions do nothing for NULL, and document this.ph102016-02-061-2/+9
* Expand documenation about multi-threading.ph102016-02-051-16/+62
* Don't set PCRE2_NO_AUTO_CAPTURE when REG_NOSUB is passed to regcomp().ph102016-01-311-4/+6
* File tidies, version updates, etc. for 10.21-RC1ph102015-12-171-65/+77
* Implement PCRE2_SUBSTITUTE_{OVERFLOW_LENGTH,UNKNOWN_UNSET}.ph102015-12-121-29/+70
* Implement PCRE2_SUBSTITUTE_UNSET_EMPTY.ph102015-12-041-18/+31
* Documentation clarification.ph102015-12-031-7/+6
* Documentation updates.ph102015-11-211-15/+19
* Implement PCRE2_INFO_HASBACKSLASHC.ph102015-11-141-2/+7
* Don't split CRLF in pcre2_substitute() when it's a valid newline sequence.ph102015-11-131-2/+7
* Small optimizations in pcre2_study.cph102015-11-111-4/+7
* Implement pcre2_set_max_pattern_length()ph102015-11-051-2/+17
* Forbid \K patterns that end before they start in pcre2_substitute().ph102015-11-031-5/+8
* Implement --never-backslash-Cph102015-10-171-5/+6
* Implement PCRE2_SUBSTITUTE_EXTENDED.ph102015-10-071-34/+91
* Documentation for offset limits.ph102015-09-221-3/+46
* Fix documentation typos.ph102015-09-031-5/+5
* Complete escape processing for PCRE2_ALT_VERBNAMESph102015-09-011-3/+6
* Implemented PCRE2_ALT_VERBNAMESph102015-08-301-2/+11
* Add ${*MARK} feature to pcre2_substitute().ph102015-08-291-7/+14
* Runtime UTF checks now take not of the starting offset.ph102015-08-181-6/+13
* Fix typos.ph102015-07-291-10/+10
* Update Unicode tables to 8.0.0.ph102015-07-171-3/+3
* Source and document file tidies for 10.20-RC1.ph102015-06-181-8/+7
* Implement PCRE2_ALT_CIRCUMFLEX.ph102015-04-221-4/+17
* Implement PCRE2_NEVER_BACKSLASH_C.ph102015-04-131-7/+15
* Implement pcre2_callout_enumerate().ph102015-03-231-12/+46
* Add serialization functions and tests with updated pcre2test. Fix ph102015-01-231-8/+40
* Fix conditional group backreference bug.ph102015-01-131-4/+8
* Add PCRE2_NO_DOTSTAR_ANCHOR and revise documentation for .* optimizing.ph102015-01-021-21/+35
* Improvements for substring handling with partial matches.ph102014-12-221-38/+71
* File tidies for 10.00-RC2.ph102014-12-191-19/+19
* Update and improve substring handling and its documentation.ph102014-12-141-39/+95
* Improve interfaces to substring functions, and fix bugs.ph102014-12-131-12/+23
* (1) uint32_t for substring number args; (2) correct PRIV(memctl_malloc) ph102014-12-011-8/+8
* Use allocator from code for pcre2_match_data_create_from_pattern if NULL ph102014-11-281-6/+10
* Move context argument to last in pcre2_jit_stack_create().ph102014-11-281-6/+6
* Add user data to recursion guard; get ready for RC1 (again)ph102014-11-261-11/+16
* Document that ~(PCRE2_SIZE)0 is a reserved value.ph102014-11-251-0/+12
* Change callouts to pass the user data as a separate argument.ph102014-11-251-2/+2
* Tidy up API for pcre2_config.ph102014-11-251-29/+29
* Final preparations for 10.00-RC1ph102014-11-241-2/+2
* More documentation and test updates.ph102014-11-231-2/+9