Log of /code/trunk/testdata/testinput11
Parent Directory
|
Revision Log
Revision
1631 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 10 19:13:17 2016 UTC
(5 years, 2 months ago)
by
ph10
File length: 3255 byte(s)
Diff to
previous 1555
Fix workspace overflow for (*ACCEPT) with deeply nested parentheses.
Revision
1529 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 2 17:09:58 2015 UTC
(6 years, 1 month ago)
by
ph10
File length: 2722 byte(s)
Diff to
previous 1495
Fix bad compilation for patterns like /((?+1)(\1))/ with forward reference
subroutine and recursive back reference within the same group.
Revision
1495 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 12 18:22:54 2014 UTC
(6 years, 9 months ago)
by
ph10
File length: 2706 byte(s)
Diff to
previous 836
Fix compiler crash/misbehaviour for zero-repeated groups that include a
recursive back reference.
Revision
836 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 28 17:16:11 2011 UTC
(9 years, 3 months ago)
by
ph10
File length: 2678 byte(s)
Diff to
previous 835
Merging all the changes from the pcre16 branch into the trunk.
Revision
835 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 28 16:10:09 2011 UTC
(9 years, 3 months ago)
by
ph10
File length: 11463 byte(s)
Diff to
previous 771
Rolled back trunk to r755 to prepare for merging the 16-bit branch.
Revision
747 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 15 17:35:10 2011 UTC
(9 years, 5 months ago)
by
ph10
File length: 11463 byte(s)
Diff to
previous 743
Fixed several items that were being incorrectly rejected as "not fixed length"
in lookbehinds.
Revision
743 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 8 09:59:38 2011 UTC
(9 years, 5 months ago)
by
ph10
File length: 11180 byte(s)
Diff to
previous 716
Marks in non-capturing atomic groups were not being passed out.
Revision
716 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 4 16:38:05 2011 UTC
(9 years, 6 months ago)
by
ph10
File length: 11124 byte(s)
Diff to
previous 682
Make (*THEN) work as in Perl in subpatterns that do not contain | alternatives.
Revision
643 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 29 15:56:39 2011 UTC
(9 years, 8 months ago)
by
ph10
File length: 9882 byte(s)
Diff to
previous 642
Allow all characters except closing parens in MARK:NAME etc.
Revision
642 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 28 18:59:40 2011 UTC
(9 years, 8 months ago)
by
ph10
File length: 9798 byte(s)
Diff to
previous 640
Avoid false positive for infinite recursion by not checking conditionals at
compile time, but add tests at runtime that also catch infinite mutual
recursion.
Revision
621 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 18 10:14:09 2011 UTC
(9 years, 9 months ago)
by
ph10
File length: 9524 byte(s)
Diff to
previous 619
Remove atomic from single repeats; convert possessive atomic to possessive
non-atomic (because they are the same).
Revision
612 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 2 15:20:59 2011 UTC
(9 years, 9 months ago)
by
ph10
File length: 9438 byte(s)
Diff to
previous 610
Fix two study bugs concerned with minimum subject lengths; add features to
pcretest so that all tests can be run with or without study; adjust tests so
that this happens.
Revision
610 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 28 15:58:34 2011 UTC
(9 years, 9 months ago)
by
ph10
File length: 9256 byte(s)
Diff to
previous 609
Fixed newly introduced bug for patterns like /(?:(b))++/, where the capturing
was happening, but not setting the correct return code.
Revision
609 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 15 18:09:23 2011 UTC
(9 years, 10 months ago)
by
ph10
File length: 9232 byte(s)
Diff to
previous 608
Fix bug with /\A.*?(?:a|b(*THEN)c)/ by removing the tail recursion optimization
for the final branch. Also fix a similar bug for conditional subpatterns.
Revision
608 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jun 12 16:25:55 2011 UTC
(9 years, 10 months ago)
by
ph10
File length: 8953 byte(s)
Diff to
previous 604
Fix problems with capturing parens and *ACCEPT with recursion.
Revision
604 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 2 19:04:54 2011 UTC
(9 years, 10 months ago)
by
ph10
File length: 8819 byte(s)
Diff to
previous 602
Refactoring to reduce stack usage for possessively quantified subpatterns. Also
fixed a number of bugs related to repeated subpatterns. Some further tidies
consequent on the removal of OP_OPT are also in this patch.
Revision
602 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 25 08:29:03 2011 UTC
(9 years, 10 months ago)
by
ph10
File length: 8146 byte(s)
Diff to
previous 578
Remove OP_OPT by handling /i and /m entirely at compile time. Fixes bug with
patterns like /(?i:([^b]))(?1)/, where the /i option was mishandled.
Revision
578 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 23 15:34:55 2010 UTC
(10 years, 4 months ago)
by
ph10
File length: 8065 byte(s)
Diff to
previous 559
Fix internal error for recursive named back references.
Revision
559 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 27 09:45:20 2010 UTC
(10 years, 5 months ago)
by
ph10
File length: 8031 byte(s)
Diff to
previous 554
Tidy up test comments, now that Perl >= 5.10 is generally around.
Revision
554 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 25 15:01:05 2010 UTC
(10 years, 5 months ago)
by
ph10
File length: 8028 byte(s)
Diff to
previous 551
Add test for a (*SKIP) bug that was fixed by other changes.
Revision
544 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 15 17:20:55 2010 UTC
(10 years, 10 months ago)
by
ph10
File length: 7798 byte(s)
Diff to
previous 543
Fix forward reference in the presence of (?#( (open parens in comment).
Revision
503 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 7 17:35:52 2010 UTC
(11 years, 1 month ago)
by
ph10
File length: 5664 byte(s)
Diff to
previous 500
Fix incorrect compile time error for certain types of recursive patterns.
Revision
500 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Mar 6 19:00:29 2010 UTC
(11 years, 1 month ago)
by
ph10
File length: 5544 byte(s)
Diff to
previous 473
Fix bugs with \K in atomic groups, subroutines, and assertions.
Revision
473 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jan 2 12:40:07 2010 UTC
(11 years, 3 months ago)
by
ph10
File length: 5347 byte(s)
Diff to
previous 464
Fix bugs relating to the use of (*SKIP) etc in assertions.
Revision
464 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 18 19:50:34 2009 UTC
(11 years, 6 months ago)
by
ph10
File length: 5133 byte(s)
Diff to
previous 459
Document more clearly capturing behaviour for recursion and subroutines.
Revision
459 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 4 09:21:39 2009 UTC
(11 years, 6 months ago)
by
ph10
File length: 4750 byte(s)
Diff to
previous 457
Fix problems with conditional references to duplicate named subpatterns.
Revision
457 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Oct 3 16:24:08 2009 UTC
(11 years, 6 months ago)
by
ph10
File length: 4567 byte(s)
Diff to
previous 454
Allow duplicate names for same-numbered groups; forbid different names.
Revision
453 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 18 19:12:35 2009 UTC
(11 years, 7 months ago)
by
ph10
File length: 4251 byte(s)
Diff to
previous 450
Add more explanation about recursive subpatterns, and make it possible to
process the documenation without building a whole release.
Revision
450 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 16 10:56:40 2009 UTC
(11 years, 7 months ago)
by
ph10
File length: 3888 byte(s)
Diff to
previous 448
Minor doc fix; update tests by adding comments to each file, and generally
tidying.
Revision
448 -
(
view)
(
annotate)
-
[select for diffs]
Added
Tue Sep 15 19:11:48 2009 UTC
(11 years, 7 months ago)
by
ph10
File length: 3812 byte(s)
Re-organize tests to make is possible to test 5.10 features against Perl.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.