Log of /code/trunk/testdata/testinput5
Parent Directory
|
Revision Log
Revision
1725 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Feb 20 15:45:01 2018 UTC
(3 years ago)
by
ph10
File length: 12037 byte(s)
Diff to
previous 1602
Fix \C backtracking in UTF-8 issue for repeated character classes, which were
overlooked when it was fixed for other repeats.
Revision
1519 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Feb 6 17:55:54 2015 UTC
(6 years, 1 month ago)
by
ph10
File length: 11851 byte(s)
Diff to
previous 1415
Fix compile loop for subroutine reference when preceded by a non-ASCII
single-character class such as [^\ff].
Revision
1415 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Dec 22 20:47:08 2013 UTC
(7 years, 2 months ago)
by
zherczeg
File length: 11811 byte(s)
Diff to
previous 1388
The auto-possessification of character sets were improved. The JIT compiler also optimizes more character set checks.
Revision
1388 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 5 15:24:45 2013 UTC
(7 years, 4 months ago)
by
ph10
File length: 11717 byte(s)
Diff to
previous 1386
Add a simple tripwire to pcretest to lock out certain modifiers.
Revision
1370 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 9 10:18:26 2013 UTC
(7 years, 4 months ago)
by
ph10
File length: 11673 byte(s)
Diff to
previous 978
Add \o{} and tidy up \x{} handling. Minor update to RunTest.
Revision
978 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jun 17 16:55:07 2012 UTC
(8 years, 8 months ago)
by
ph10
File length: 11555 byte(s)
Diff to
previous 973
Apply character value checks to \u.... in JavaScript mode, for compatibility
with \x{....} in non-JavaScript mode.
Revision
953 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 29 17:41:57 2012 UTC
(8 years, 11 months ago)
by
zherczeg
File length: 11969 byte(s)
Diff to
previous 932
Fixed a bug for backward assertions with REVERSE 0 in the JIT compiler
Revision
916 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 15 09:50:53 2012 UTC
(9 years ago)
by
ph10
File length: 11367 byte(s)
Diff to
previous 915
Fix several partial matching bugs for backrefs, \R, \X, and CRLF line endings.
Revision
849 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 4 17:02:01 2012 UTC
(9 years, 2 months ago)
by
ph10
File length: 10479 byte(s)
Diff to
previous 836
Allow octal escapes up to \777 in 16-bit non-UTF mode.
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: 10488 byte(s)
Diff to
previous 652
Merging all the changes from the pcre16 branch into the trunk.
Revision
652 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 1 16:42:03 2011 UTC
(9 years, 7 months ago)
by
ph10
File length: 12442 byte(s)
Diff to
previous 651
More test re-arrangements (to match different configurations)
Revision
623 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jul 19 09:58:42 2011 UTC
(9 years, 7 months ago)
by
ph10
File length: 12418 byte(s)
Diff to
previous 612
Fix \X* bug when first character has the mark property. Also improve code for
property and script handling.
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: 12359 byte(s)
Diff to
previous 603
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
603 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri May 27 10:14:09 2011 UTC
(9 years, 9 months ago)
by
ph10
File length: 12357 byte(s)
Diff to
previous 600
Fixed some omissions in pcre_study() for the new caseless opcodes.
Revision
598 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat May 7 15:37:31 2011 UTC
(9 years, 10 months ago)
by
ph10
File length: 12051 byte(s)
Diff to
previous 574
Pass back detailed info when UTF-8 check fails at runtime.
Revision
574 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Nov 20 17:47:27 2010 UTC
(10 years, 3 months ago)
by
ph10
File length: 11809 byte(s)
Diff to
previous 569
Give error if \c is followed by a byte > 127 (in ASCII/UTF-8 modes).
Revision
569 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Nov 7 16:14:50 2010 UTC
(10 years, 4 months ago)
by
ph10
File length: 11799 byte(s)
Diff to
previous 567
Add PCRE_ERROR_SHORTUTF8 to PCRE_PARTIAL_HARD processing.
Revision
567 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Nov 6 17:10:00 2010 UTC
(10 years, 4 months ago)
by
ph10
File length: 11751 byte(s)
Diff to
previous 560
Test for ridiculous values of starting offsets; tidy UTF-8 code.
Revision
556 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 26 11:06:44 2010 UTC
(10 years, 4 months ago)
by
ph10
File length: 11466 byte(s)
Diff to
previous 541
Fix #-comment bugs in UTF-8 mode with PCRE_NEWLINE_ANY.
Revision
541 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 14 15:19:33 2010 UTC
(10 years, 8 months ago)
by
ph10
File length: 11275 byte(s)
Diff to
previous 538
Add /T option to pcretest and additional tests with non-standard tables.
Revision
538 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 9 19:30:57 2010 UTC
(10 years, 8 months ago)
by
ph10
File length: 11072 byte(s)
Diff to
previous 524
Fix pcre_study() problem with non-C-locale chartables in UTF-8 mode.
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: 10722 byte(s)
Diff to
previous 450
Fix PCRE_PARTIAL_HARD for patterns that end optionally, e.g. abc*
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: 10470 byte(s)
Diff to
previous 428
Minor doc fix; update tests by adding comments to each file, and generally
tidying.
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: 10822 byte(s)
Diff to
previous 426
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: 10776 byte(s)
Diff to
previous 412
Remove restrictions on pcre_exec() partial matching.
Revision
364 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 11 14:53:41 2008 UTC
(12 years, 7 months ago)
by
ph10
File length: 6865 byte(s)
Diff to
previous 355
Several bugs concerned with skipping over UTF-8 characters at the start of
matching (8.0/13, 8.0/14).
Revision
355 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 7 17:45:23 2008 UTC
(12 years, 8 months ago)
by
ph10
File length: 6832 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: 6788 byte(s)
Diff to
previous 295
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: 6527 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
190 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 19 10:38:20 2007 UTC
(13 years, 7 months ago)
by
ph10
File length: 5541 byte(s)
Diff to
previous 178
Fix bug with .*$ when run in not-DOTALL UTF-8 mode; small performance
improvement for .* in DOTALL UTF-8 mode.
Revision
161 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu May 3 10:28:07 2007 UTC
(13 years, 10 months ago)
by
ph10
File length: 4787 byte(s)
Diff to
previous 96
Use the pcretest "Z" option so all tests can be run with all link sizes.
Revision
96 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Mar 2 13:10:43 2007 UTC
(14 years ago)
by
nigel
File length: 4766 byte(s)
Diff to
previous 93
r6896@hex: nm | 2007-03-02 13:09:14 +0000
Added EOL and keywork properties throughout
Revision
49 -
(
view)
(
annotate)
-
[select for diffs]
Added
Sat Feb 24 21:39:33 2007 UTC
(14 years ago)
by
nigel
File length: 1948 byte(s)
Load pcre-3.3 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.