summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Fix typos.ph102016-12-312-2/+2
* Upgrade pcre2grep for Windows courtesy of Jason Hood.ph102016-12-311-15/+24
* Add callout_error to pcre2test and stop the fuzzer after 100 callouts.ph102016-12-281-8/+15
* Fail hyphen after POSIX character class.ph102016-12-271-6/+6
* Add the -ac option (auto_callout) to pcre2test.ph102016-12-231-14/+18
* Make the recursion limit apply to DFA matching.ph102016-12-235-26/+44
* Add pcre2_code_copy_with_tables().ph102016-11-2222-1398/+1874
* Add use_length to pcre2test.ph102016-11-041-6/+19
* Documentation update for fuzz support.ph102016-11-011-2/+24
* Documentation update.ph102016-10-311-46/+39
* Fix *MARK length check in UTF mode (it was checking characters, not code ph102016-10-261-3/+4
* Document current assert capture limitation.ph102016-10-231-2/+9
* Fix typo.ph102016-10-181-3/+3
* Add -t to pcre2grep.ph102016-10-161-7/+20
* Fix documentation error.ph102016-10-141-8/+4
* Dmitry Cherniachenko's patch for colouring pcre2grep output in Windows.ph102016-10-141-17/+20
* Implement buffer expansion in pcre2grep.ph102016-10-112-31/+52
* Missed typo fixed.ph102016-10-061-4/+4
* Fix typos in documentation.ph102016-10-061-9/+8
* Documentation clarificationph102016-10-051-3/+6
* Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.ph102016-10-026-121/+200
* Update pcre2test with the /utf8_input option, for generating wide characters in ph102016-08-034-263/+403
* Final file tidies for 10.22.ph102016-07-295-35/+46
* Ignore "allcaptures" after DFA matching.ph102016-07-061-3/+4
* Fix typo again - hopefully correctly this time.ph102016-07-031-8/+8
* Fix typos and add clarification to documentation.ph102016-07-021-15/+18
* Documentation detrail and make HTML for 10.22-RC1.ph102016-06-2919-108/+129
* Support \C in lookbehinds and DFA matching in UTF-32 mode.ph102016-06-201-11/+15
* Documentation clarification.ph102016-06-191-6/+11
* Return an error code when pcre2_get_error_message() does not recognize an error ph102016-06-178-428/+570
* Implement PCRE2_NO_JIT, update HTML docs as well.ph102016-06-0511-744/+838
* Fix typo in pcre2grep documentation.ph102016-06-053-30/+132
* Add a bit more sanity checking to pcre2_serialize_decode(), and document.ph102016-05-241-8/+19
* Add comment about binary zeros.ph102016-04-061-7/+11
* Add callout support to pcre2grepph102016-04-012-8/+69
* Documentation clarificationph102016-02-271-6/+10
* Update HTML docs.ph102016-02-266-311/+504
* Implemented pcre2_code_copy().ph102016-02-264-30/+98
* Correct information about multi-threaded compilation.ph102016-02-251-22/+10
* Fix pcre2test loop when a callout is in an initial lookbehind.ph102016-02-061-3/+5
* 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
* Tidy pcre2demo.cph102016-02-0210-999/+1080
* Don't set PCRE2_NO_AUTO_CAPTURE when REG_NOSUB is passed to regcomp().ph102016-01-313-32/+41
* Fix typo.ph102016-01-301-1/+1
* Two pcre2test extensions: quoted literal substrings in hex patterns and ph102016-01-291-17/+28
* File tidies, version updates, etc. for 10.21-RC1ph102015-12-1728-1262/+1590
* Implement PCRE2_SUBSTITUTE_{OVERFLOW_LENGTH,UNKNOWN_UNSET}.ph102015-12-123-76/+141
* Update forgotten documentph102015-12-041-1/+2
* Implement PCRE2_SUBSTITUTE_UNSET_EMPTY.ph102015-12-042-31/+52