summaryrefslogtreecommitdiff
path: root/pcre_compile.c
Commit message (Expand)AuthorAgeFilesLines
* Tidies of documenation and code while preparing for release.ph102010-11-241-38/+38
* Fix internal error for recursive named back references.ph102010-11-231-9/+43
* Added support for (*NO_START_OPT)ph102010-11-211-0/+2
* Give error if \c is followed by a byte > 127 (in ASCII/UTF-8 modes).ph102010-11-201-4/+10
* Fix #-comment bugs in UTF-8 mode with PCRE_NEWLINE_ANY.ph102010-10-261-11/+41
* Fix \s bug in character classes (always removing VT).ph102010-10-131-2/+7
* Fix problem with (*THEN) not backing up far enough.ph102010-10-101-5/+24
* Tidyup for 8.10-RC2 test release.ph102010-06-161-5/+5
* Fix forward reference in the presence of (?#( (open parens in comment).ph102010-06-151-13/+26
* Prepare for release candidate.ph102010-06-031-74/+74
* One more (int) cast.ph102010-06-021-1/+1
* Extend auto-possessify to handle some Unicode properties.ph102010-06-011-44/+164
* Added a lot of (int) casts to avoid compiler warnings in systems where ph102010-06-011-28/+28
* Add knowledge of \R to auto-possessify feature.ph102010-05-291-10/+20
* Added PCRE_UCP and related stuff to make \w etc use Unicode properties.ph102010-05-181-103/+192
* Add support for \N.ph102010-05-031-9/+11
* Make \R and \X in a character class behave more like Perlph102010-05-031-7/+6
* Fix compile problems when heap is in useph102010-03-301-32/+32
* Add support for *MARK and names for *PRUNE, *SKIP, *THEN.ph102010-03-271-24/+95
* 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