summaryrefslogtreecommitdiff
path: root/pcre_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed several items that were being incorrectly rejected as "not fixed length"ph102011-11-151-1/+1
* Source tidies for 8.20-RC3.ph102011-10-111-1/+1
* Revert handling of atomic groups that do not include captures to the old way of ph102011-10-081-38/+40
* Make (*THEN) work as in Perl in subpatterns that do not contain | alternatives.ph102011-10-041-1/+1
* File tidies for 8.20-RC2 release.ph102011-09-231-1/+1
* Restore tail-recursion optimizations when no (*THEN) in pattern.ph102011-09-201-0/+2
* Final source and document tidies for 8.20-RC1.ph102011-09-111-1/+1
* Adjust JIT limit code; make JIT test return 1 if not successful.ph102011-08-281-1/+1
* Commit all the changes for JIT support, but without any documentation yet.ph102011-08-221-2/+15
* Documentation and general text tidies in preparation for test release.ph102011-08-021-5/+5
* Avoid false positive for infinite recursion by not checking conditionals at ph102011-07-281-16/+27
* Permit quantifiers on parenthesized assertions.ph102011-07-241-11/+11
* Fix isolated \k bug.ph102011-07-221-1/+1
* Re-do atomic group processing to fix backtrack capture bugs. Recursion is also ph102011-07-161-5/+4
* Fix problem with the interaction of (*ACCEPT) in an assertion with ph102011-07-021-12/+17
* Fix two study bugs concerned with minimum subject lengths; add features to ph102011-07-021-3/+3
* Refactoring to reduce stack usage for possessively quantified subpatterns. Also ph102011-06-021-52/+66
* Remove OP_OPT by handling /i and /m entirely at compile time. Fixes bug with ph102011-05-251-124/+196
* Pass back detailed info when UTF-8 check fails at runtime.ph102011-05-071-1/+1
* Fix small typos in pcre_internal.hph102011-05-011-3/+3
* Tidies of documenation and code while preparing for release.ph102010-11-241-1/+1
* Added support for (*NO_START_OPT)ph102010-11-211-19/+21
* Give error if \c is followed by a byte > 127 (in ASCII/UTF-8 modes).ph102010-11-201-1/+2
* Remove loops from GETCHAR etc. macros.ph102010-11-191-68/+102
* Fix problem with (*THEN) not backing up far enough.ph102010-10-101-2/+3
* Prepare for release candidate.ph102010-06-031-4/+4
* Fix crash for property test in non-UTF-8 mode.ph102010-05-311-2/+3
* Added PCRE_UCP and related stuff to make \w etc use Unicode properties.ph102010-05-181-4/+13
* Add new special properties Xan, Xps, Xsp, Xwd to help with \w etc.ph102010-05-051-2/+6
* Add support for \N.ph102010-05-031-6/+7
* Fix compile problems when heap is in useph102010-03-301-1/+1
* Add support for *MARK and names for *PRUNE, *SKIP, *THEN.ph102010-03-271-13/+22
* Tidies for 8.02-RC1 release.ph102010-03-101-1/+1
* Fix bugs with \K in atomic groups, subroutines, and assertions.ph102010-03-061-1/+0
* Add some checks for the eint vector size and the list of compile-time error ph102010-03-031-3/+4
* Fix missing data in coptable and poptable vectors; add compile-time checks for ph102010-03-031-2/+9
* If stdint.h is not available, include inttypes.h if available.ph102010-03-021-2/+5
* Fix #947, recursive back reference bug.ph102010-01-111-1/+3
* Tidying updates for 8.01-RC1 release.ph102010-01-061-5/+5
* Fix some discrepancies between "USPTR" and "unsigned char *".ph102010-01-041-5/+3
* Tidies to allow easier embedded compilation; avoid (double) where possible.ph102010-01-021-7/+22
* Fix PCRE_PARTIAL_HARD for patterns that end optionally, e.g. abc*ph102009-10-171-2/+6
* Tidy up, remove trailing spaces, etc. for 8.00-RC1.ph102009-10-051-3/+3
* Fix problems with conditional references to duplicate named subpatterns.ph102009-10-041-23/+32
* Allow duplicate names for same-numbered groups; forbid different names.ph102009-10-031-1/+1
* Added lower bound length-finding to pcre_study() and use it when matching; make ph102009-09-261-12/+15
* Allow fixed-length subroutine calls in lookbehinds.ph102009-09-221-0/+1
* Capture data when (*ACCEPT) is inside capturing parentheses.ph102009-09-151-3/+14
* Correct returned capture count after recursion has matched more than outer.ph102009-09-151-0/+1
* Added PCRE_NOTEMPTY_ATSTART to fix /g bug when \K is present.ph102009-09-111-8/+11