summaryrefslogtreecommitdiff
path: root/testdata/testinput1
Commit message (Expand)AuthorAgeFilesLines
...
* Fix problem with possessively repeated groups with minima greater than one.ph102011-11-181-0/+14
* Fix bad compiling of possessively repeated conditional subpattern.ph102011-11-181-0/+6
* Fixed several items that were being incorrectly rejected as "not fixed length"ph102011-11-151-0/+24
* Caseless matching of backreferences with fixed length repetitions was broken.ph102011-11-151-0/+10
* Commit changes for JIT supportph102011-08-221-0/+3
* Fix three compile-time bugs (Bugzilla #1123).ph102011-07-251-0/+14
* Permit quantifiers on parenthesized assertions.ph102011-07-241-0/+44
* Remove atomic from single repeats; convert possessive atomic to possessive ph102011-07-181-0/+9
* Fix capturing not happening in assertion conditions.ph102011-07-171-0/+6
* Re-do atomic group processing to fix backtrack capture bugs. Recursion is also ph102011-07-161-0/+18
* Fix atomic group and assertion capturing problems.ph102011-07-091-0/+24
* Refactoring to reduce stack usage for possessively quantified subpatterns. Also ph102011-06-021-0/+3
* Remove OP_OPT by handling /i and /m entirely at compile time. Fixes bug with ph102011-05-251-0/+45
* Complete incomplete fix for UTF-8 caseless references of different lengths.ph102011-05-021-0/+6
* Give error if \c is followed by a byte > 127 (in ASCII/UTF-8 modes).ph102010-11-201-0/+3
* Fix \s bug in character classes (always removing VT).ph102010-10-131-0/+3
* Fix #947, recursive back reference bug.ph102010-01-111-4/+3
* Fix options set and reset at top level bug.ph102009-12-111-0/+7
* Minor doc fix; update tests by adding comments to each file, and generally ph102009-09-161-1/+4
* Fix looping bug by recognizing that a conditional with only one branch may ph102009-03-201-0/+3
* Fix bug with (?(?=.*b)b|^) thinking it must match at start of line; also fix ph102009-03-031-0/+6
* The pattern (?(?=.*b)b|^) was incorrectly processed as requiring a match at the ph102009-03-031-0/+16
* A UTF-8 test had accidentally been put in the wrong test.ph102008-08-241-2/+0
* Forgot to add test for previous bug.ph102008-07-101-0/+3
* Fix CVE-2008-2371 (outer level option with alternatives caused crash).ph102008-07-091-0/+2
* Make POSIX character class parsing more like Perl.ph102007-12-311-0/+11
* Diagnose conditional numerical reference to a non-existent subpattern.ph102007-11-161-5/+0
* Fix loop for null-matching condition nested in an outer unlimited repeat.ph102007-08-031-0/+9
* Add support for \h, \H, \v, \V.ph102007-06-131-2/+2
* Fix bug in detecting potentially empty groups.ph102007-06-041-0/+3
* Tidies and final updates for 7.1.ph102007-04-241-5/+0
* Various new tidies.ph102007-03-261-0/+5
* Load pcre-7.0 into code/trunk.nigel2007-02-241-8/+143
* Load pcre-6.7 into code/trunk.nigel2007-02-241-2/+39
* Load pcre-6.0 into code/trunk.nigel2007-02-241-0/+8
* Load pcre-4.3 into code/trunk.nigel2007-02-241-0/+3
* Load pcre-4.2 into code/trunk.nigel2007-02-241-0/+12
* Load pcre-4.1 into code/trunk.nigel2007-02-241-0/+3
* Load pcre-4.0 into code/trunk.nigel2007-02-241-2/+1875
* Load pcre-3.6 into code/trunk.nigel2007-02-241-0/+12
* Load pcre-3.5 into code/trunk.nigel2007-02-241-4/+21
* Load pcre-3.3 into code/trunk.nigel2007-02-241-1/+21
* Load pcre-2.08a into code/trunk.nigel2007-02-241-0/+1901