summaryrefslogtreecommitdiff
path: root/doc/pcreapi.3
Commit message (Expand)AuthorAgeFilesLines
* Fix minor documentation typos.ph102019-07-221-3/+3
* Remove no-longer-true statement from the documentation.ph102015-12-181-6/+5
* Preparations for next release.ph102014-03-041-10/+10
* Implement pcre_stack_guard.ph102014-02-091-4/+20
* Reword pcretest messages and clarify "first char" meaning.ph102014-01-031-43/+41
* Source tidies for 8.34-RC1.ph102013-11-191-9/+9
* Document the same tables must be used at compile and match time.ph102013-11-121-31/+42
* Rename the (as yet unreleased) PCRE_NO_AUTO_POSSESSIFY option to ph102013-11-121-4/+4
* In /x mode, allow white space before a possessive + character.ph102013-11-101-9/+16
* Add (*NO_AUTO_POSSESS) and document interaction between auto-possessification ph102013-11-091-3/+6
* Give errors for [A-\d] and [a-[:digit:]] etc.ph102013-11-061-0/+2
* Implement compile-time nested parentheses limit, specified at build time.ph102013-11-051-2/+9
* Add \o{} and tidy up \x{} handling. Minor update to RunTest.ph102013-10-091-3/+7
* Add VT to the set of characters recognized as white space.ph102013-10-051-7/+10
* Refactored auto-possessification code.ph102013-10-011-7/+21
* Refactor the code for creating the name/number table.ph102013-09-031-9/+11
* Implement PCRE_INFO_MATCH_EMPTY and fix 2 bugs concerned with scanning for ph102013-07-051-3/+8
* Fix error in description of PCRE_INFO_FIRSTCHARACTER.ph102013-07-021-16/+4
* Update man pages to avoid the use of .ti (which causes difficulties for some ph102013-06-141-144/+112
* Final source file tidies for 8.33 release.ph102013-05-281-1/+1
* Documentation clarification for 16/32 bit libraries.ph102013-05-121-39/+47
* Clarify wording in description of PCRE_MULTILINE.ph102013-05-101-8/+10
* Documentation updates.ph102013-04-261-10/+43
* Code (but not yet documentation) for *LIMIT_MATCH and *LIMIT_RECURSION.ph102013-04-241-1/+1
* Implement PCRE_NEVER_UTFph102013-04-051-2/+11
* Improve and correct PCRE_NO_START_OPTIMIZE documentation.ph102013-03-261-16/+25
* Typo fix in a man pagechpe2013-02-271-1/+1
* Correct Unicode string checking in the light of corrigendum #9.ph102013-02-271-4/+6
* Make \A record a lookbehind value of 1.ph102013-02-221-6/+11
* File tidies, preparing for 8.32-RC1.ph102012-11-111-12/+12
* Some 16/32 bit documentation updates. Also, undocument what happens to invalid ph102012-11-081-12/+12
* More documentation updatesph102012-10-311-3/+22
* Some documentation updates.ph102012-10-301-44/+42
* pcre32: Rename new values to pcre32_fullinfochpe2012-10-161-10/+10
* pcre32: docs: pcre32 exists since 8.32chpe2012-10-161-1/+1
* pcre32: utf: Reject all non-characters and not just 0xfffechpe2012-10-161-0/+5
* pcre32: fullinfo: Add variants of (FIRST|LAST)LITERAL that are 32-bit cleanchpe2012-10-161-0/+73
* pcre32: Add 32-bit librarychpe2012-10-161-21/+60
* More documentation updates/tidies for EBCDIC environments.ph102012-09-081-12/+26
* Add support for PCRE_STUDY_EXTRA_NEEDED.ph102012-08-281-11/+14
* Apply character value checks to \u.... in JavaScript mode, for compatibility ph102012-06-171-1/+2
* Document update for 8.31-RC1 test release.ph102012-06-021-9/+9
* Spelling corrections in documentation.ph102012-05-261-6/+6
* Check for overlong name in (*MARK) etc.ph102012-05-041-2/+3
* Fix long-standing DFA testing restart bug in pcretest, and add some ph102012-04-191-5/+12
* Update documentation to clarify that UTF-8/16 checking is done on complete ph102012-04-141-5/+10
* Add date and PCRE version to .TH macros of all man pages.ph102012-03-311-1/+1
* Fix typo.ph102012-03-101-1/+1
* Add support for PCRE_INFO_MAXLOOKBEHIND.ph102012-02-241-1/+8
* Improve documentation for (*MARK); update HTML.ph102012-02-241-1/+1