Log of /code/trunk/testdata/testinput7
Parent Directory
|
Revision Log
Revision
1664 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 4 17:15:38 2016 UTC
(4 years, 7 months ago)
by
ph10
File length: 13825 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: 13717 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: 13696 byte(s)
Diff to
previous 1387
Fix caseless character class bug for characters within a range that have more
than one other case.
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: 13385 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: 10518 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: 10407 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: 9525 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: 9414 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: 9432 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: 9363 byte(s)
Diff to
previous 1011
All the remaining changes for handling characters with more than one other
case.
Revision
935 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Feb 25 14:57:36 2012 UTC
(9 years ago)
by
ph10
File length: 8418 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: 8246 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: 83336 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: 83253 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
612 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 2 15:20:59 2011 UTC
(9 years, 8 months ago)
by
ph10
File length: 82601 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: 82597 byte(s)
Diff to
previous 576
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
567 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Nov 6 17:10:00 2010 UTC
(10 years, 3 months ago)
by
ph10
File length: 82245 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: 82171 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: 81874 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: 81687 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: 81493 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: 81290 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: 80811 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: 80656 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: 80481 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: 80116 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: 79973 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: 79771 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: 79823 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: 79569 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
226 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 21 11:46:08 2007 UTC
(13 years, 6 months ago)
by
ph10
File length: 78705 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: 77779 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: 77627 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: 74550 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.