summaryrefslogtreecommitdiff
path: root/pcre_internal.h
Commit message (Expand)AuthorAgeFilesLines
* fix local symbol issues in pcre_printint.czherczeg2012-01-231-1/+9
* JIT test prints cpu infozherczeg2012-01-171-0/+1
* rename PCRE_SCHAR16 to PCRE_UCHAR16 and JIT compiler updatezherczeg2012-01-091-2/+2
* Add pcre16 prefix to 16 bit structszherczeg2012-01-051-4/+10
* add pcre16_callout_block and pcre16_extrazherczeg2012-01-041-1/+1
* Tidy compile-time error messages for 16-bit.ph102012-01-041-1/+1
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-210/+542
* Rolled back trunk to r755 to prepare for merging the 16-bit branch.ph102011-12-281-6/+2
* Source tidies for 8.21-RC1ph102011-12-061-3/+3
* Preserve the size of JIT compiled code. Add PCRE_INFO_JITSIZE and use it forph102011-12-021-0/+1
* Expand compile workspace for very many forward references. This ups the limit ph102011-11-301-0/+1
* Update *MARK handling to be more like Perl.ph102011-11-291-1/+3
* Test for workspace overflow with forward reference data.ph102011-11-221-1/+1
* Disallow \N in character classes, for Perl compatibility.ph102011-11-211-1/+1
* Support \C in lookbehinds and DFA matching when not in UTF-8 mode.ph102011-11-191-2/+2
* 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