summaryrefslogtreecommitdiff
path: root/pcre_internal.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Further updates to partial matching.ph102009-09-051-1/+3
* Add new PCRE_PARTIAL_HARD option.ph102009-08-281-6/+6
* Remove restrictions on pcre_exec() partial matching.ph102009-08-261-1/+3
* Add support for (*UTF8).ph102009-04-111-0/+2
* Trailing space tidiesph102009-03-231-1/+1
* Force SUPPORT_UTF8 if SUPPORT_UCP is set (for non-"configure" users).ph102009-03-171-0/+7
* Update after detrailing for a test release.ph102009-03-171-9/+9
* Add support for UTF-8 in EBCDIC environments.ph102009-03-171-5/+542
* Add PCRE_NO_START_OPTIMIZEph102009-03-151-3/+4
* Fix Unicode property support in character classes for chars > 127 in non-UTF-8 ph102009-03-081-0/+20
* Bug fixes: forgot to commit these individually.ph102009-03-011-3/+4
* Source tidies for 7.8-RC1 ph102008-08-251-3/+3
* Patch to reduce warnings from certain compilers.ph102008-08-241-1/+4
* Several bugs concerned with skipping over UTF-8 characters at the start of ph102008-07-111-8/+0
* Add PCRE_CALL_CONVENTION for MSVC users; add some missing PCRE_EXP_DEFNs.ph102008-07-091-0/+14
* Final tidies for new Unicode property code; upgrade to Unicode 5.1.0.ph102008-07-041-8/+10
* Preliminary patch for upgraded Unicode Property support.ph102008-07-021-2/+29
* Tidies for the 7.7-RC1 distribution.ph102008-04-281-7/+7
* Fix DFA (?!) bug; add support for JavaScript empty classes.ph102008-04-191-121/+126
* Added PCRE_JAVASCRIPT_COMPAT option.ph102008-04-121-2/+4
* Do not discard subpatterns with {0} quantifiers, as they may be called as ph102008-04-121-3/+8
* Add Oniguruma syntax \g<...> and \g'...' for subroutine calls.ph102008-04-101-1/+1
* Update copyright year to 2008.ph102008-01-201-1/+1
* Tidies for the 7.5 release.ph102008-01-101-1/+1
* Fix UTF-8/newline=ANY with .* crash.ph102007-12-291-0/+8
* Add .gz and .bz2 optional support to pcregrep.ph102007-12-171-1/+1
* Change "alphameric" to "alphanumeric".ph102007-11-201-1/+1
* Diagnose conditional numerical reference to a non-existent subpattern.ph102007-11-161-1/+2
* Improve error messages for (?+-a) and (?-+a).ph102007-11-161-1/+1
* Fix (?&) non-diagnosis bug and missing length check for (?&a) etc.ph102007-11-151-1/+1
* Detrailed files for 7.4-RC1 test release.ph102007-09-131-2/+2
* Refactoring to reduce the number of relocations in a shared library.ph102007-09-111-2/+5