Log of /code/trunk/testdata/testoutput7
Parent Directory
|
Revision Log
Revision
1664 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 4 17:15:38 2016 UTC
(4 years, 6 months ago)
by
ph10
File length: 48500 byte(s)
Diff to
previous 1611
Fix character class bug when a Unicode property was present with \D etc in a
non-ucp character class in a wide character mode.
Revision
1485 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 18 16:31:32 2014 UTC
(6 years, 8 months ago)
by
ph10
File length: 47290 byte(s)
Diff to
previous 1438
Fix bad starting data when char with more than one other case follows
circumflex in multiline UTF mode.
Revision
1438 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jan 10 16:13:10 2014 UTC
(7 years, 1 month ago)
by
ph10
File length: 47133 byte(s)
Diff to
previous 1414
Fix caseless character class bug for characters within a range that have more
than one other case.
Revision
1414 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Dec 22 16:27:35 2013 UTC
(7 years, 2 months ago)
by
zherczeg
File length: 46462 byte(s)
Diff to
previous 1387
A new flag is set, when property checks are present in an XCLASS.
Revision
1380 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 15 16:49:12 2013 UTC
(7 years, 4 months ago)
by
ph10
File length: 44225 byte(s)
Diff to
previous 1372
Explicit possessive quantifiers now use the new opcodes. Fixed an infelicity
with EXACT in caseless mode.
Revision
1351 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 27 11:18:33 2013 UTC
(7 years, 7 months ago)
by
ph10
File length: 30456 byte(s)
Diff to
previous 1260
Move a non-Perl compatible test out of the Perl-compatible file.
Revision
1260 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 27 15:41:22 2013 UTC
(8 years ago)
by
ph10
File length: 30318 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: 28984 byte(s)
Diff to
previous 1090
Fix really stupid bug in multicase matching, and deficiency in the tests.
Revision
1090 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 16 15:55:48 2012 UTC
(8 years, 4 months ago)
by
chpe
File length: 28593 byte(s)
Diff to
previous 1048
pcre32: pcretest: Don't convert data line to UTF-8 first
While reading the data lines, directly put them into the 8, 16 or
32 bit buffers instead of first converting them into UTF-8 and only
afterwards converting that buffer to 16/32 bit. This is necessary so
the in 32 bit mode the \x{} escapes can use the full 32-bit range
(while the non-standard 5/6 byte UTF-8 sequences can only express
characters up to 31-bits).
Revision
1048 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 28 16:03:14 2012 UTC
(8 years, 5 months ago)
by
ph10
File length: 28611 byte(s)
Diff to
previous 1046
Fix bugs in new caseless support code in the auto-possessifying function.
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: 27864 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: 25046 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
935 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Feb 25 14:57:36 2012 UTC
(9 years ago)
by
ph10
File length: 24060 byte(s)
Diff to
previous 836
Move tests incorrectly in test 6 (Perl-compatible) to test 7 (not).
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: 23727 byte(s)
Diff to
previous 754
Merging all the changes from the pcre16 branch into the trunk.
Revision
754 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Nov 19 18:32:18 2011 UTC
(9 years, 3 months ago)
by
ph10
File length: 120584 byte(s)
Diff to
previous 682
Support \C in lookbehinds and DFA matching when not in UTF-8 mode.
Revision
642 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 28 18:59:40 2011 UTC
(9 years, 7 months ago)
by
ph10
File length: 120390 byte(s)
Diff to
previous 637
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, 7 months ago)
by
ph10
File length: 119267 byte(s)
Diff to
previous 612
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, 8 months ago)
by
ph10
File length: 119258 byte(s)
Diff to
previous 604
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
604 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 2 19:04:54 2011 UTC
(9 years, 9 months ago)
by
ph10
File length: 119234 byte(s)
Diff to
previous 598
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
598 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat May 7 15:37:31 2011 UTC
(9 years, 9 months ago)
by
ph10
File length: 118728 byte(s)
Diff to
previous 576
Pass back detailed info when UTF-8 check fails at runtime.
Revision
567 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Nov 6 17:10:00 2010 UTC
(10 years, 3 months ago)
by
ph10
File length: 118193 byte(s)
Diff to
previous 553
Test for ridiculous values of starting offsets; tidy UTF-8 code.
Revision
553 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 22 15:57:50 2010 UTC
(10 years, 4 months ago)
by
ph10
File length: 118050 byte(s)
Diff to
previous 473
Change the way PCRE_PARTIAL_HARD handles \z, \Z, \b, \B, and $.
Revision
473 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jan 2 12:40:07 2010 UTC
(11 years, 2 months ago)
by
ph10
File length: 117488 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, 4 months ago)
by
ph10
File length: 117223 byte(s)
Diff to
previous 463
Document more clearly capturing behaviour for recursion and subroutines.
Revision
462 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Oct 17 19:55:02 2009 UTC
(11 years, 4 months ago)
by
ph10
File length: 116875 byte(s)
Diff to
previous 455
Fix PCRE_PARTIAL_HARD for patterns that end optionally, e.g. abc*
Revision
455 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Sep 26 19:12:32 2009 UTC
(11 years, 5 months ago)
by
ph10
File length: 116476 byte(s)
Diff to
previous 450
Added lower bound length-finding to pcre_study() and use it when matching; make
the value available via pcre_fullinfo(); also fixed bugs connected with
pcre_study() in pcre_dfa_exec().
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: 115684 byte(s)
Diff to
previous 442
Minor doc fix; update tests by adding comments to each file, and generally
tidying.
Revision
442 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 11 10:21:02 2009 UTC
(11 years, 5 months ago)
by
ph10
File length: 115529 byte(s)
Diff to
previous 435
Added PCRE_NOTEMPTY_ATSTART to fix /g bug when \K is present.
Revision
428 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 31 17:10:26 2009 UTC
(11 years, 6 months ago)
by
ph10
File length: 115216 byte(s)
Diff to
previous 427
Further partial match change: add PCRE_PARTIAL_HARD and make more intuitive.
Revision
426 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 26 15:38:32 2009 UTC
(11 years, 6 months ago)
by
ph10
File length: 114623 byte(s)
Diff to
previous 404
Remove restrictions on pcre_exec() partial matching.
Revision
397 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Mar 20 19:40:08 2009 UTC
(11 years, 11 months ago)
by
ph10
File length: 113959 byte(s)
Diff to
previous 389
Fix non-callout function supplied for pcre_dfa_exec() bug.
Revision
355 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 7 17:45:23 2008 UTC
(12 years, 7 months ago)
by
ph10
File length: 113003 byte(s)
Diff to
previous 341
Make pcretest generate a single byte for \x{} escapes in non-UTF-8 mode.
Revision
341 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Apr 19 16:41:04 2008 UTC
(12 years, 10 months ago)
by
ph10
File length: 113055 byte(s)
Diff to
previous 247
Fix DFA (?!) bug; add support for JavaScript empty classes.
Revision
247 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 17 09:38:32 2007 UTC
(13 years, 5 months ago)
by
ph10
File length: 112659 byte(s)
Diff to
previous 231
(1) Update tests 2,5,7,8 to run when --enable-bsr-anycrlf is used.
(2) Updates files changed by building test release.
Revision
231 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 11 11:15:33 2007 UTC
(13 years, 5 months ago)
by
ph10
File length: 112594 byte(s)
Diff to
previous 226
Add facility to make \R match only CR, LF, or CRLF.
Revision
226 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 21 11:46:08 2007 UTC
(13 years, 6 months ago)
by
ph10
File length: 110704 byte(s)
Diff to
previous 178
Don't advance by 2 if explicit \r or \n in the pattern. Add
PCRE_INFO_HASCRORLF.
Revision
141 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Mar 30 15:46:27 2007 UTC
(13 years, 11 months ago)
by
ph10
File length: 109188 byte(s)
Diff to
previous 131
Fixed obscure bug when matching a null string in multiline mode with
newline=any.
Revision
96 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Mar 2 13:10:43 2007 UTC
(14 years ago)
by
nigel
File length: 108966 byte(s)
Diff to
previous 93
r6896@hex: nm | 2007-03-02 13:09:14 +0000
Added EOL and keywork properties throughout
Revision
77 -
(
view)
(
annotate)
-
[select for diffs]
Added
Sat Feb 24 21:40:45 2007 UTC
(14 years ago)
by
nigel
File length: 103487 byte(s)
Load pcre-6.0 into code/trunk.
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.