Log of /code/trunk/testdata/testoutput4
Parent Directory
|
Revision Log
Revision
1066 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 6 18:11:36 2019 UTC
(2 years ago)
by
ph10
File length: 77615 byte(s)
Diff to
previous 1026
Allow non-ASCII in group names when UTF is set; revise group naming terminology
in documentation to use "capture group", as Perl does.
Revision
1026 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 14 15:56:36 2018 UTC
(2 years, 4 months ago)
by
ph10
File length: 77154 byte(s)
Diff to
previous 1025
Update Makefile.am for compiling with gcov. Add Script Run tests to improve
coverage.
Revision
1025 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 14 14:27:16 2018 UTC
(2 years, 4 months ago)
by
ph10
File length: 76459 byte(s)
Diff to
previous 1024
Upgrade the ucptest program (used only by maintainer) and script run tests.
Revision
1023 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 9 16:42:21 2018 UTC
(2 years, 4 months ago)
by
ph10
File length: 76147 byte(s)
Diff to
previous 1020
Update Script Run code to use the Script Extension property instead of the
Script property.
Revision
1019 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 2 15:25:58 2018 UTC
(2 years, 4 months ago)
by
ph10
File length: 73755 byte(s)
Diff to
previous 986
Basic "script run" implementation. Not yet complete, and not yet documented.
Revision
986 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 17 14:45:35 2018 UTC
(2 years, 6 months ago)
by
ph10
File length: 68575 byte(s)
Diff to
previous 977
Fix bad auto-possessification of certain types of class.
Revision
977 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 3 09:38:36 2018 UTC
(2 years, 6 months ago)
by
ph10
File length: 68318 byte(s)
Diff to
previous 972
Make /x more Perl-compatible by recognizing all of Unicode's "Pattern White
Space" characters, not just the ASCII ones.
Revision
972 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 27 16:30:40 2018 UTC
(2 years, 7 months ago)
by
ph10
File length: 67880 byte(s)
Diff to
previous 958
Add support for \N{U+dd...}, for ASCII and Unicode modes only.
Revision
850 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 29 15:54:04 2017 UTC
(3 years, 7 months ago)
by
ph10
File length: 68085 byte(s)
Diff to
previous 751
Hyphen at the end of a character class is always literal. Give error for false
range after \d etc.
Revision
751 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 16 13:03:30 2017 UTC
(3 years, 10 months ago)
by
ph10
File length: 68086 byte(s)
Diff to
previous 573
Improve testing coverage with updates to pcre2test and test files; also get rid
of redundant code in pcre2_match().
Revision
573 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 18 11:22:40 2016 UTC
(4 years, 4 months ago)
by
ph10
File length: 67698 byte(s)
Diff to
previous 449
Fix optimization bugs when pattern starts with lookahead.
Revision
443 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 20 16:55:36 2015 UTC
(5 years, 3 months ago)
by
ph10
File length: 67455 byte(s)
Diff to
previous 441
Fix wide character problem with negated POSIX ascii and xdigit class items.
Revision
441 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 17 17:59:35 2015 UTC
(5 years, 3 months ago)
by
ph10
File length: 66790 byte(s)
Diff to
previous 371
Fix [:punct:] bug in UCP mode (matching chars in the range 128-255)
Revision
365 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 8 17:01:17 2015 UTC
(5 years, 5 months ago)
by
ph10
File length: 67290 byte(s)
Diff to
previous 335
Implement #newline_default and adjust testdata and scripts to use it.
Revision
335 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 5 09:04:01 2015 UTC
(5 years, 6 months ago)
by
zherczeg
File length: 67258 byte(s)
Diff to
previous 333
Fixed an issue when \p{Any} inside an xclass did not read the current character.
Revision
245 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Apr 8 16:53:22 2015 UTC
(5 years, 10 months ago)
by
ph10
File length: 67324 byte(s)
Diff to
previous 244
Fix other cases where backtracking after \C could cause a crash.
Revision
233 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 25 19:26:27 2015 UTC
(5 years, 11 months ago)
by
ph10
File length: 67226 byte(s)
Diff to
previous 215
Fix bad memory computation for "(*UTF)[\S\V\H]" (a pattern with a negative
class (\S) and explicit wide characters).
Revision
215 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Mar 6 11:57:06 2015 UTC
(5 years, 11 months ago)
by
ph10
File length: 67211 byte(s)
Diff to
previous 63
Fix bad compile of patterns like /[A-`]/i,utf where the range contains
characters with multiple other cases and the ranges adjoin.
Revision
63 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 27 16:59:56 2014 UTC
(6 years, 6 months ago)
by
ph10
File length: 67171 byte(s)
Diff to
previous 39
Refactor match_ref() and fix UTF-8 caseless bug.
Revision
39 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 6 17:33:14 2014 UTC
(6 years, 6 months ago)
by
ph10
File length: 66091 byte(s)
Diff to
previous 34
Adjust tests for PCRE/Perl anomalies in character properties & fix one bug.
Revision
34 -
(
view)
(
annotate)
-
[select for diffs]
Added
Fri Jul 25 16:35:51 2014 UTC
(6 years, 7 months ago)
by
ph10
File length: 66615 byte(s)
Test 4 installed (combines old tests 4 and 6)
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.