summaryrefslogtreecommitdiff
path: root/pcre_compile.c
Commit message (Expand)AuthorAgeFilesLines
* Tidies for 8.02-RC1 release.ph102010-03-101-20/+20
* Improve compile-time overrun checking.ph102010-03-091-2/+7
* Previous patch for fixing problem with recursion loop checking was incorrect.ph102010-03-081-1/+7
* Fix incorrect compile time error for certain types of recursive patterns.ph102010-03-071-7/+31
* Fix bugs with \K in atomic groups, subroutines, and assertions.ph102010-03-061-0/+1
* Add some checks for the eint vector size and the list of compile-time error ph102010-03-031-4/+11
* Fix DEFINE bug for forward reference with a possessive quantifier.ph102010-03-021-1/+10
* Fix #947, recursive back reference bug.ph102010-01-111-5/+38
* Tidying updates for 8.01-RC1 release.ph102010-01-061-3/+3
* Fix some discrepancies between "USPTR" and "unsigned char *".ph102010-01-041-1/+1
* Tidies to allow easier embedded compilation; avoid (double) where possible.ph102010-01-021-20/+25
* Fix options set and reset at top level bug.ph102009-12-111-2/+12
* Tidy up, remove trailing spaces, etc. for 8.00-RC1.ph102009-10-051-82/+82
* Fix problems with conditional references to duplicate named subpatterns.ph102009-10-041-1/+12
* Allow duplicate names for same-numbered groups; forbid different names.ph102009-10-031-6/+54
* Added lower bound length-finding to pcre_study() and use it when matching; make ph102009-09-261-7/+10
* Allow fixed-length subroutine calls in lookbehinds.ph102009-09-221-19/+102
* Capture data when (*ACCEPT) is inside capturing parentheses.ph102009-09-151-2/+32
* Fix internal error for forward reference with [^m] interposing.ph102009-09-061-7/+10
* Remove restrictions on pcre_exec() partial matching.ph102009-08-261-16/+34
* Add support for (*UTF8).ph102009-04-111-24/+29
* Wrap fileno/isatty defs for Windows in #ifndefsph102009-04-101-29/+29
* Fix forward references when duplicate group numbers are involved.ph102009-03-271-44/+156
* Trailing space tidiesph102009-03-231-5/+5
* Fix looping bug by recognizing that a conditional with only one branch may ph102009-03-201-10/+18
* Update after detrailing for a test release.ph102009-03-171-71/+71
* Add support for UTF-8 in EBCDIC environments.ph102009-03-171-250/+320
* Add PCRE_NO_START_OPTIMIZEph102009-03-151-1/+1
* Fix bug with (?(?=.*b)b|^) thinking it must match at start of line; also fix ph102009-03-031-9/+9
* The pattern (?(?=.*b)b|^) was incorrectly processed as requiring a match at the ph102009-03-031-2/+30
* Source tidies for 7.8-RC1 ph102008-08-251-2/+2
* Patch to reduce warnings from certain compilers.ph102008-08-241-5/+11
* Fix CVE-2008-2371 (outer level option with alternatives caused crash).ph102008-07-091-12/+9
* Add PCRE_CALL_CONVENTION for MSVC users; add some missing PCRE_EXP_DEFNs.ph102008-07-091-2/+2
* Preliminary patch for upgraded Unicode Property support.ph102008-07-021-5/+5
* Tidies for the 7.7-RC1 distribution.ph102008-04-281-75/+75
* Slight performance improvement by using the new OP_ALLANY opcode for cases of ph102008-04-201-6/+8
* Fix DFA (?!) bug; add support for JavaScript empty classes.ph102008-04-191-8/+30
* Fix incorrect error for patterns like /(?2)[]a()b](abc)/ph102008-04-181-1/+24
* Added PCRE_JAVASCRIPT_COMPAT option.ph102008-04-121-2/+13
* Do not discard subpatterns with {0} quantifiers, as they may be called as ph102008-04-121-24/+35
* Fix bug in Oniguruma \g support.ph102008-04-111-4/+5
* Add Oniguruma syntax \g<...> and \g'...' for subroutine calls.ph102008-04-101-15/+104
* Added some missing "const"s to declarations of static tables in ph102008-03-081-2/+2
* Remove a line of dead code, identified by coverity and reported by Nuno Lopes.ph102008-03-051-1/+0
* Tidies for 7.6-RC1 test release.ph102008-01-211-8/+8
* Update copyright year to 2008.ph102008-01-201-1/+1
* Fix buffer overrun for class with very many characters whose codepoints are ph102008-01-141-1/+14
* Tidies for the 7.5 release.ph102008-01-101-18/+18
* Make POSIX character class parsing more like Perl.ph102007-12-311-14/+33