Log of /code/trunk/testdata/testoutput10
Parent Directory
|
Revision Log
Revision
1376 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Oct 12 18:02:11 2013 UTC
(7 years, 4 months ago)
by
ph10
File length: 47173 byte(s)
Diff to
previous 1364
Add U+0085 and U+180E to what \s matches in UCP mode, to match Perl.
Revision
1334 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 15 16:53:18 2013 UTC
(7 years, 9 months ago)
by
ph10
File length: 50609 byte(s)
Diff to
previous 1260
Fix segfault when pcre_dfa_exec() is called with an output vector of length
less than 2.
Revision
1260 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 27 15:41:22 2013 UTC
(8 years ago)
by
ph10
File length: 50509 byte(s)
Diff to
previous 1218
Add \p{Xuc} to match characters identifiable by Universal Character Names.
Revision
1218 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Nov 11 17:27:22 2012 UTC
(8 years, 3 months ago)
by
ph10
File length: 48967 byte(s)
Diff to
previous 1046
Fix really stupid bug in multicase matching, and deficiency in the tests.
Revision
1046 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 25 16:27:58 2012 UTC
(8 years, 5 months ago)
by
ph10
File length: 48797 byte(s)
Diff to
previous 1045
All the remaining changes for handling characters with more than one other
case.
Revision
1045 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 23 16:50:00 2012 UTC
(8 years, 5 months ago)
by
ph10
File length: 42324 byte(s)
Diff to
previous 1011
Update character class handling to use new character case information; rework
\h, \H, \v, and \V to use the same apparatus with centrally defined lists.
Revision
925 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 22 14:24:56 2012 UTC
(9 years ago)
by
ph10
File length: 36831 byte(s)
Diff to
previous 836
Upgrade DFA support to handle OP_NOTI with multibyte characters (other related
opcodes were OK).
Revision
836 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 28 17:16:11 2011 UTC
(9 years, 2 months ago)
by
ph10
File length: 36667 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, 2 months ago)
by
ph10
File length: 19690 byte(s)
Diff to
previous 793
Rolled back trunk to r755 to prepare for merging the 16-bit branch.
Revision
793 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 7 16:52:34 2011 UTC
(9 years, 2 months ago)
by
ph10
File length: 19690 byte(s)
Diff to
previous 716
Computation of memory needed for the table of names of groups was giving an
unnecessarily large value.
Revision
716 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 4 16:38:05 2011 UTC
(9 years, 4 months ago)
by
ph10
File length: 19690 byte(s)
Diff to
previous 621
Make (*THEN) work as in Perl in subpatterns that do not contain | alternatives.
Revision
621 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 18 10:14:09 2011 UTC
(9 years, 7 months ago)
by
ph10
File length: 19699 byte(s)
Diff to
previous 604
Remove atomic from single repeats; convert possessive atomic to possessive
non-atomic (because they are the same).
Revision
604 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 2 19:04:54 2011 UTC
(9 years, 9 months ago)
by
ph10
File length: 19749 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, 9 months ago)
by
ph10
File length: 19768 byte(s)
Diff to
previous 550
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
518 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue May 18 15:47:01 2010 UTC
(10 years, 9 months ago)
by
ph10
File length: 19331 byte(s)
Diff to
previous 450
Added PCRE_UCP and related stuff to make \w etc use Unicode properties.
Revision
450 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 16 10:56:40 2009 UTC
(11 years, 5 months ago)
by
ph10
File length: 18184 byte(s)
Diff to
previous 342
Minor doc fix; update tests by adding comments to each file, and generally
tidying.
Revision
342 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 20 17:10:13 2008 UTC
(12 years, 10 months ago)
by
ph10
File length: 18180 byte(s)
Diff to
previous 223
Slight performance improvement by using the new OP_ALLANY opcode for cases of
the metacharacter "." when DOTALL is set. Also, some tidies consequent upon its
invention.
Revision
223 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 20 11:07:53 2007 UTC
(13 years, 6 months ago)
by
ph10
File length: 18174 byte(s)
Diff to
previous 206
Fix loop for classes containing \p or \P and just one ascii character.
Revision
206 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 3 14:53:04 2007 UTC
(13 years, 7 months ago)
by
ph10
File length: 16323 byte(s)
Diff to
previous 192
Fix loop for null-matching condition nested in an outer unlimited repeat.
Revision
163 -
(
view)
(
annotate)
-
[select for diffs]
Added
Fri May 4 15:10:45 2007 UTC
(13 years, 10 months ago)
by
ph10
File length: 15697 byte(s)
New test for internal sizes and offsets when link size is 2.
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.