summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Final source file tidies for 8.33 release.ph102013-05-2824-237/+237
* Update HTML documentation.ph102013-05-141-20/+134
* Updates to building documentation.ph102013-05-149-205/+1919
* Updated html docs.ph102013-05-126-634/+664
* Documentation clarification for 16/32 bit libraries.ph102013-05-125-59/+71
* Clarify wording in description of PCRE_MULTILINE.ph102013-05-101-8/+10
* Source tidies (trails spaces, html updates) for 8.33-RC1.ph102013-05-017-1556/+1805
* Documentation updates.ph102013-04-265-63/+156
* Code (but not yet documentation) for *LIMIT_MATCH and *LIMIT_RECURSION.ph102013-04-241-1/+1
* Implement PCRE_NEVER_UTFph102013-04-053-7/+19
* Further changes to backtracking verbs in assertions.ph102013-03-271-22/+34
* Improve and correct PCRE_NO_START_OPTIMIZE documentation.ph102013-03-261-16/+25
* Fix COMMIT in recursion; document backtracking verbs in assertions and ph102013-03-2215-1545/+1887
* Update backtracking verb documentation.ph102013-03-192-77/+114
* Correct unsupported items.ph102013-03-171-4/+5
* Document new multiple backtracking verb behaviour.ph102013-03-172-13/+19
* Improve wording for captures in negative assertions.ph102013-03-172-10/+8
* Update list of items not supported by JIT.ph102013-03-161-12/+5
* Document SKIP looks only for MARK: add tests to confirm.ph102013-03-151-13/+23
* Allow callout before assertion condition in a conditional group.ph102013-03-032-16/+33
* Typo fix in a man pagechpe2013-02-271-1/+1
* Correct Unicode string checking in the light of corrigendum #9.ph102013-02-272-17/+13
* Add \p{Xuc} to match characters identifiable by Universal Character Names.ph102013-02-272-6/+18
* Document PCRE's \p{Lu} behaviour as different from Perl when /i is specified (I ph102013-02-232-8/+15
* Document exit codes from pcretest when -C is used.ph102013-02-221-9/+16
* Make \A record a lookbehind value of 1.ph102013-02-221-6/+11
* Pass back the bumpalong value for partial matches.ph102013-02-201-29/+51
* Fix various save/revert cases for capture_last in recursion and also don't ph102013-02-131-9/+7
* Fix missing html files and remove link to removed file.ph102012-12-071-3/+0
* File tidies, preparing for 8.32-RC1.ph102012-11-1124-2140/+2102
* Support (*UTF) in all libraries.ph102012-11-114-29/+36
* Some 16/32 bit documentation updates. Also, undocument what happens to invalid ph102012-11-084-97/+80
* Add more words about $.ph102012-11-071-14/+19
* Temporarily remove 32-bit maskingchpe2012-11-031-10/+0
* More documentation updatesph102012-10-3156-3356/+5802
* Documentation update.ph102012-10-301-2/+32
* Coverage and other pcrebuild documentation update.ph102012-10-301-33/+70
* Some documentation updates.ph102012-10-302-65/+64
* Documentation edits for coverage.ph102012-10-271-7/+8
* build: Add code coverage reportingchpe2012-10-221-0/+20
* valgrind: Add --support-valgrind configure optionchpe2012-10-211-0/+12
* pcre32: Rename new values to pcre32_fullinfochpe2012-10-162-22/+22
* pcre32: docs: Document the 21-bit masking supportchpe2012-10-161-0/+10
* pcre32: Remove unused error codechpe2012-10-161-1/+1
* pcre32: docs: Document that non-character codepoints are excludedchpe2012-10-161-3/+11
* pcre32: docs: Take credit for the 32-bit librarychpe2012-10-161-8/+8
* pcre32: docs: pcre32 exists since 8.32chpe2012-10-165-5/+5
* pcre32: utf: Reject all non-characters and not just 0xfffechpe2012-10-163-3/+8
* pcre32: pcretest: Add explicit -8 optionchpe2012-10-161-0/+5
* pcre32: Reject characters > 0x10ffff in UTF-32 modechpe2012-10-161-0/+1