summaryrefslogtreecommitdiff
path: root/doc/pcreapi.3
Commit message (Expand)AuthorAgeFilesLines
* Source tidies for 8.21-RC1ph102011-12-061-8/+8
* Preserve the size of JIT compiled code. Add PCRE_INFO_JITSIZE and use it forph102011-12-021-1/+7
* Documentation update.ph102011-12-011-5/+8
* Small tidies, and documentation update for JavaScript \x, \u, \U support.ph102011-11-141-1/+15
* Documentation clarifications.ph102011-09-231-4/+8
* Final source and document tidies for 8.20-RC1.ph102011-09-111-32/+32
* More documentation updates.ph102011-09-061-18/+46
* Documentation updates.ph102011-09-061-7/+8
* Documentation for JIT support.ph102011-08-281-37/+142
* Formatting tidies for 8.13 release.ph102011-08-161-2/+2
* Clarify PCRE_INFO_STUDYSIZE in documentation.ph102011-08-131-8/+21
* Documentation and general text tidies in preparation for test release.ph102011-08-021-24/+24
* Avoid false positive for infinite recursion by not checking conditionals at ph102011-07-281-1/+11
* Pass back detailed info when UTF-8 check fails at runtime.ph102011-05-071-25/+127
* Tidies of documenation and code while preparing for release.ph102010-11-241-2/+2
* Added support for (*NO_START_OPT)ph102010-11-211-4/+19
* Documentation updates and tidies.ph102010-11-171-40/+50
* Add PCRE_ERROR_SHORTUTF8 to PCRE_PARTIAL_HARD processing.ph102010-11-071-10/+25
* Clarify documentation about ovector setting.ph102010-11-061-3/+8
* Test for ridiculous values of starting offsets; tidy UTF-8 code.ph102010-11-061-10/+36
* Fix broken /g code in pcretest and -g code in pcredemo.ph102010-11-031-2/+5
* Change the way PCRE_PARTIAL_HARD handles \z, \Z, \b, \B, and $.ph102010-10-221-7/+22
* Final updates for 8.10 release.ph102010-06-251-18/+18
* Another documentation update.ph102010-06-211-1/+11
* Even more explanatory wording for PCRE_NO_START_OPTIMIZE.ph102010-06-201-9/+40
* Tidyup for 8.10-RC2 test release.ph102010-06-161-1/+1
* Improve documentation for PCRE_NO_START_OPTIMIZE.ph102010-06-151-10/+16
* Prepare for release candidate.ph102010-06-031-1/+1
* Check for running out of memory when using heap for recursion.ph102010-06-011-1/+5
* Forgot to mention pcrecpp.h in previous fix.ph102010-05-261-2/+2
* Put the comment about Windows static linking in more places.ph102010-05-261-1/+7
* Added PCRE_UCP and related stuff to make \w etc use Unicode properties.ph102010-05-181-6/+27
* Make \R and \X in a character class behave more like Perlph102010-05-031-3/+4
* Fix compile problems when heap is in useph102010-03-301-3/+3
* Add support for *MARK and names for *PRUNE, *SKIP, *THEN.ph102010-03-271-3/+27
* Tidy up, remove trailing spaces, etc. for 8.00-RC1.ph102009-10-051-20/+20
* Allow duplicate names for same-numbered groups; forbid different names.ph102009-10-031-12/+42
* Documentation updateph102009-10-021-11/+13
* Added lower bound length-finding to pcre_study() and use it when matching; make ph102009-09-261-12/+32
* Allow fixed-length subroutine calls in lookbehinds.ph102009-09-221-4/+7
* Added PCRE_NOTEMPTY_ATSTART to fix /g bug when \K is present.ph102009-09-111-15/+23
* Fix typo.ph102009-09-091-3/+3
* Further updates to partial matching.ph102009-09-051-14/+15
* Add pcredemo man page, containing a listing of pcredemo.c.ph102009-09-011-4/+12
* Further partial match change: add PCRE_PARTIAL_HARD and make more intuitive.ph102009-08-311-32/+39
* Remove restrictions on pcre_exec() partial matching.ph102009-08-261-15/+15
* Add support for (*UTF8).ph102009-04-111-8/+9
* Update after detrailing for a test release.ph102009-03-171-4/+4
* Add support for UTF-8 in EBCDIC environments.ph102009-03-171-3/+5
* Add PCRE_NO_START_OPTIMIZEph102009-03-151-2/+13