Log of /code/trunk/testdata/testinput11
Parent Directory
|
Revision Log
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, 6 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.