index
:
delta/pcre.git
baserock/morph
master
oldtrunk8
pcre16
vcs.exim.org: pcre/code
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testdata
/
testinput1
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a few small bugs and typos and update docs for a final release.
ph10
2021-06-14
1
-0
/
+3
*
Fix zero-repeat leading subroutine call first character error.
ph10
2018-10-20
1
-0
/
+15
*
Fix recognition of (?# style comment between quantifier and '+' or '?'.
ph10
2017-02-20
1
-0
/
+3
*
Fix optimization bugs for patterns starting with lookaheads.
ph10
2016-10-18
1
-0
/
+6
*
Fix named forward reference to duplicate group number overflow bug.
ph10
2015-05-16
1
-0
/
+3
*
Fix comment between subroutine call and quantifier bug.
ph10
2015-03-29
1
-0
/
+3
*
Add recursion depth limit to auto-possessification.
ph10
2015-03-25
1
-0
/
+2
*
Fix crash when mutual recursion such as (\2)(\1) is studied.
ph10
2015-02-08
1
-0
/
+2
*
Fix bug when there are unset groups prior to (*ACCEPT) within a capturing
ph10
2014-11-05
1
-0
/
+3
*
Fix compile-time loop for recursive reference within a group with an indefinite
ph10
2014-08-08
1
-0
/
+6
*
Tidy Perl compatibility test script.
ph10
2014-08-08
1
-1
/
+1
*
Fix bad compile of [\Qx]... where x is any character.
ph10
2014-06-18
1
-0
/
+6
*
Fix not including VT in starting characters for \s.
ph10
2014-06-18
1
-0
/
+3
*
Fix two bugs concerned with duplicate named patterns.
ph10
2014-05-28
1
-0
/
+21
*
Fix auto-possessification bug.
ph10
2014-05-27
1
-0
/
+3
*
Another test case for previously fixed bug.
ph10
2014-05-27
1
-0
/
+3
*
Fix empty-matching possessive zero-repeat groups bug.
ph10
2014-05-27
1
-0
/
+9
*
Fixed an issue with nested table jumps.
zherczeg
2014-04-25
1
-0
/
+3
*
Wrong modifier messages in pcretest to go to stdout; update which modifiers are
ph10
2013-11-12
1
-1
/
+1
*
Fix \K bug in possessively repeated groups.
ph10
2013-11-11
1
-0
/
+15
*
In /x mode, allow white space before a possessive + character.
ph10
2013-11-10
1
-1
/
+19
*
Give errors for [A-\d] and [a-[:digit:]] etc.
ph10
2013-11-06
1
-7
/
+0
*
Add a simple tripwire to pcretest to lock out certain modifiers.
ph10
2013-11-05
1
-0
/
+2
*
Add \o{} and tidy up \x{} handling. Minor update to RunTest.
ph10
2013-10-09
1
-0
/
+3
*
Update \8 and \9 handling to match most recent Perl.
ph10
2013-10-08
1
-7
/
+15
*
Refactor named group handling for conditional tests.
ph10
2013-10-06
1
-0
/
+4
*
Refactored auto-possessification code.
ph10
2013-10-01
1
-0
/
+3
*
Make back references to duplicated named subpatterns more like Perl.
ph10
2013-09-06
1
-0
/
+11
*
Fix incorrect "first data item" recorded for an assertion condition.
ph10
2013-07-29
1
-5
/
+6
*
Tidy up comment in test input.
ph10
2013-04-26
1
-3
/
+3
*
Use tail recursion in maximizing character and character type repetitions, to
ph10
2013-04-22
1
-0
/
+20
*
Fix open parens in MAKE/SKIP/PRUNE/THEN name bug.
ph10
2013-04-01
1
-0
/
+12
*
Move tests that are now Perl-compatible from test 2 to test 1.
ph10
2013-03-29
1
-0
/
+27
*
Further changes to backtracking verbs in assertions.
ph10
2013-03-27
1
-0
/
+27
*
Move some tests from testinput2 to testinput1 because they are now
ph10
2013-03-22
1
-0
/
+78
*
Code changes for simpler backtracking handling (docs to follow).
ph10
2013-03-19
1
-33
/
+35
*
Another backtracking test.
ph10
2013-03-17
1
-0
/
+3
*
Document SKIP looks only for MARK: add tests to confirm.
ph10
2013-03-15
1
-0
/
+14
*
Further backtracking verb tests.
ph10
2013-03-15
1
-0
/
+12
*
Change backtracking behaviour to "first verb encountered".
ph10
2013-03-15
1
-0
/
+86
*
Fix the case where there are two or more SKIPs that may have to be ignored.
ph10
2013-03-08
1
-0
/
+12
*
Fix *SKIP infinite loop.
ph10
2013-03-08
1
-0
/
+3
*
Confine PRUNE and SKIP to recursive subpattern calls, like COMMIT.
ph10
2013-03-06
1
-0
/
+9
*
Fix patterns that incorrectly set "anchored" or "start of line" for .* inside
ph10
2012-07-10
1
-0
/
+41
*
Fix capture problem with repeated, empty-string-matching groups.
ph10
2012-06-16
1
-0
/
+6
*
Documentation and other tidying for release.
ph10
2012-06-01
1
-3
/
+0
*
Confine (*COMMIT) inside positive assertions, as documented.
ph10
2012-02-26
1
-0
/
+6
*
Stop (*COMMIT) escaping from a recursive subroutine call.
ph10
2012-02-25
1
-0
/
+3
*
Merging all the changes from the pcre16 branch into the trunk.
ph10
2011-12-28
1
-1
/
+933
*
Support \C in lookbehinds and DFA matching when not in UTF-8 mode.
ph10
2011-11-19
1
-0
/
+13
[next]