summaryrefslogtreecommitdiff
path: root/testdata/testoutput1
Commit message (Expand)AuthorAgeFilesLines
* Fix patterns that incorrectly set "anchored" or "start of line" for .* inside ph102012-07-101-0/+62
* Fix capture problem with repeated, empty-string-matching groups.ph102012-06-161-0/+10
* Documentation and other tidying for release.ph102012-06-011-4/+0
* Confine (*COMMIT) inside positive assertions, as documented.ph102012-02-261-0/+8
* Stop (*COMMIT) escaping from a recursive subroutine call.ph102012-02-251-0/+4
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-1/+1663
* Support \C in lookbehinds and DFA matching when not in UTF-8 mode.ph102011-11-191-0/+18
* Fix problem with possessively repeated groups with minima greater than one.ph102011-11-181-0/+23
* Fix bad compiling of possessively repeated conditional subpattern.ph102011-11-181-0/+8
* Fixed several items that were being incorrectly rejected as "not fixed length"ph102011-11-151-0/+36
* Caseless matching of backreferences with fixed length repetitions was broken.ph102011-11-151-0/+16
* Commit changes for JIT supportph102011-08-221-0/+4
* Fix three compile-time bugs (Bugzilla #1123).ph102011-07-251-0/+20
* Permit quantifiers on parenthesized assertions.ph102011-07-241-0/+73
* Remove atomic from single repeats; convert possessive atomic to possessive ph102011-07-181-0/+12
* Fix capturing not happening in assertion conditions.ph102011-07-171-0/+11
* Re-do atomic group processing to fix backtrack capture bugs. Recursion is also ph102011-07-161-0/+31
* Fix atomic group and assertion capturing problems.ph102011-07-091-0/+51
* Refactoring to reduce stack usage for possessively quantified subpatterns. Also ph102011-06-021-0/+6
* Remove OP_OPT by handling /i and /m entirely at compile time. Fixes bug with ph102011-05-251-0/+70
* Complete incomplete fix for UTF-8 caseless references of different lengths.ph102011-05-021-0/+8
* Give error if \c is followed by a byte > 127 (in ASCII/UTF-8 modes).ph102010-11-201-0/+4
* Fix \s bug in character classes (always removing VT).ph102010-10-131-0/+4
* Fix #947, recursive back reference bug.ph102010-01-111-6/+3
* Fix options set and reset at top level bug.ph102009-12-111-0/+12
* 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/+5
* Fix bug with (?(?=.*b)b|^) thinking it must match at start of line; also fix ph102009-03-031-0/+8
* The pattern (?(?=.*b)b|^) was incorrectly processed as requiring a match at the ph102009-03-031-0/+24
* 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/+4
* 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/+18
* Diagnose conditional numerical reference to a non-existent subpattern.ph102007-11-161-6/+0
* Fix loop for null-matching condition nested in an outer unlimited repeat.ph102007-08-031-0/+17
* Add support for \h, \H, \v, \V.ph102007-06-131-3/+3
* Fix bug in detecting potentially empty groups.ph102007-06-041-0/+5
* Tidies and final updates for 7.1.ph102007-04-241-8/+0
* Various new tidies.ph102007-03-261-0/+8
* Load pcre-7.0 into code/trunk.nigel2007-02-241-12/+230
* Load pcre-6.7 into code/trunk.nigel2007-02-241-2/+74
* Load pcre-6.5 into code/trunk.nigel2007-02-241-2/+0
* Load pcre-6.4 into code/trunk.nigel2007-02-241-1/+1
* Load pcre-6.3 into code/trunk.nigel2007-02-241-1/+1
* Load pcre-6.2 into code/trunk.nigel2007-02-241-1/+1
* Load pcre-6.1 into code/trunk.nigel2007-02-241-1/+1
* Load pcre-6.0 into code/trunk.nigel2007-02-241-1/+13
* Load pcre-5.0 into code/trunk.nigel2007-02-241-1/+1
* Load pcre-4.5 into code/trunk.nigel2007-02-241-2/+1
* Load pcre-4.4 into code/trunk.nigel2007-02-241-1/+1