Log of /code/tags/pcre-8.02/testdata
Directory Listing
Revision
509 -
Directory Listing
Modified
Fri Mar 19 10:26:50 2010 UTC
(3 years, 2 months ago)
by
ph10
Tag release 8.02.
Revision
504 -
Directory Listing
Modified
Mon Mar 8 08:57:04 2010 UTC
(3 years, 2 months ago)
by
ph10
Original Path:
code/trunk/testdata
Previous patch for fixing problem with recursion loop checking was incorrect.
Revision
503 -
Directory Listing
Modified
Sun Mar 7 17:35:52 2010 UTC
(3 years, 2 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix incorrect compile time error for certain types of recursive patterns.
Revision
500 -
Directory Listing
Modified
Sat Mar 6 19:00:29 2010 UTC
(3 years, 2 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix bugs with \K in atomic groups, subroutines, and assertions.
Revision
496 -
Directory Listing
Modified
Tue Mar 2 19:11:17 2010 UTC
(3 years, 2 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix DEFINE bug for forward reference with a possessive quantifier.
Revision
473 -
Directory Listing
Modified
Sat Jan 2 12:40:07 2010 UTC
(3 years, 4 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix bugs relating to the use of (*SKIP) etc in assertions.
Revision
471 -
Directory Listing
Modified
Fri Dec 11 15:11:55 2009 UTC
(3 years, 5 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix study bug with single-branch conditions, including (DEFINE).
Revision
467 -
Directory Listing
Modified
Mon Oct 19 11:43:18 2009 UTC
(3 years, 7 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix study problem with JavaScript compatibility flag and back references.
Revision
464 -
Directory Listing
Modified
Sun Oct 18 19:50:34 2009 UTC
(3 years, 7 months ago)
by
ph10
Original Path:
code/trunk/testdata
Document more clearly capturing behaviour for recursion and subroutines.
Revision
462 -
Directory Listing
Modified
Sat Oct 17 19:55:02 2009 UTC
(3 years, 7 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix PCRE_PARTIAL_HARD for patterns that end optionally, e.g. abc*
Revision
459 -
Directory Listing
Modified
Sun Oct 4 09:21:39 2009 UTC
(3 years, 7 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix problems with conditional references to duplicate named subpatterns.
Revision
457 -
Directory Listing
Modified
Sat Oct 3 16:24:08 2009 UTC
(3 years, 7 months ago)
by
ph10
Original Path:
code/trunk/testdata
Allow duplicate names for same-numbered groups; forbid different names.
Revision
455 -
Directory Listing
Modified
Sat Sep 26 19:12:32 2009 UTC
(3 years, 7 months ago)
by
ph10
Original Path:
code/trunk/testdata
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
453 -
Directory Listing
Modified
Fri Sep 18 19:12:35 2009 UTC
(3 years, 8 months ago)
by
ph10
Original Path:
code/trunk/testdata
Add more explanation about recursive subpatterns, and make it possible to
process the documenation without building a whole release.
Revision
450 -
Directory Listing
Modified
Wed Sep 16 10:56:40 2009 UTC
(3 years, 8 months ago)
by
ph10
Original Path:
code/trunk/testdata
Minor doc fix; update tests by adding comments to each file, and generally
tidying.
Revision
448 -
Directory Listing
Modified
Tue Sep 15 19:11:48 2009 UTC
(3 years, 8 months ago)
by
ph10
Original Path:
code/trunk/testdata
Re-organize tests to make is possible to test 5.10 features against Perl.
Revision
442 -
Directory Listing
Modified
Fri Sep 11 10:21:02 2009 UTC
(3 years, 8 months ago)
by
ph10
Original Path:
code/trunk/testdata
Added PCRE_NOTEMPTY_ATSTART to fix /g bug when \K is present.
Revision
438 -
Directory Listing
Modified
Sun Sep 6 20:00:47 2009 UTC
(3 years, 8 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix internal error for forward reference with [^m] interposing.
Revision
428 -
Directory Listing
Modified
Mon Aug 31 17:10:26 2009 UTC
(3 years, 8 months ago)
by
ph10
Original Path:
code/trunk/testdata
Further partial match change: add PCRE_PARTIAL_HARD and make more intuitive.
Revision
408 -
Directory Listing
Modified
Fri Mar 27 17:52:03 2009 UTC
(4 years, 1 month ago)
by
ph10
Original Path:
code/trunk/testdata
Fix forward references when duplicate group numbers are involved.
Revision
399 -
Directory Listing
Modified
Sat Mar 21 12:34:15 2009 UTC
(4 years, 2 months ago)
by
ph10
Original Path:
code/trunk/testdata
Further fix to auto-callout with conditional groups whose condition is an
assertion.
Revision
397 -
Directory Listing
Modified
Fri Mar 20 19:40:08 2009 UTC
(4 years, 2 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix non-callout function supplied for pcre_dfa_exec() bug.
Revision
395 -
Directory Listing
Modified
Fri Mar 20 11:22:42 2009 UTC
(4 years, 2 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix looping bug by recognizing that a conditional with only one branch may
match an empty string.
Revision
384 -
Directory Listing
Modified
Sun Mar 8 16:27:43 2009 UTC
(4 years, 2 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix Unicode property support in character classes for chars > 127 in non-UTF-8
mode.
Revision
381 -
Directory Listing
Modified
Tue Mar 3 16:08:23 2009 UTC
(4 years, 2 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix bug with (?(?=.*b)b|^) thinking it must match at start of line; also fix
bug causing a crash when auto-callout is used with a conditional assertion.
Revision
380 -
Directory Listing
Modified
Tue Mar 3 12:32:47 2009 UTC
(4 years, 2 months ago)
by
ph10
Original Path:
code/trunk/testdata
The pattern (?(?=.*b)b|^) was incorrectly processed as requiring a match at the
start of the subject or after a newline.
Revision
378 -
Directory Listing
Modified
Sun Mar 1 14:13:34 2009 UTC
(4 years, 2 months ago)
by
ph10
Original Path:
code/trunk/testdata
Make pcregrep with --colour show all matches in a line in colour.
Revision
370 -
Directory Listing
Modified
Sun Aug 24 18:33:00 2008 UTC
(4 years, 9 months ago)
by
ph10
Original Path:
code/trunk/testdata
A UTF-8 test had accidentally been put in the wrong test.
Revision
366 -
Directory Listing
Modified
Mon Jul 14 15:45:32 2008 UTC
(4 years, 10 months ago)
by
ph10
Original Path:
code/trunk/testdata
Lazy qualifiers were not always working in UTF-8 mode (8.0/15).
Revision
364 -
Directory Listing
Modified
Fri Jul 11 14:53:41 2008 UTC
(4 years, 10 months ago)
by
ph10
Original Path:
code/trunk/testdata
Several bugs concerned with skipping over UTF-8 characters at the start of
matching (8.0/13, 8.0/14).
Revision
360 -
Directory Listing
Modified
Wed Jul 9 20:00:28 2008 UTC
(4 years, 10 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix CVE-2008-2371 (outer level option with alternatives caused crash).
Revision
355 -
Directory Listing
Modified
Mon Jul 7 17:45:23 2008 UTC
(4 years, 10 months ago)
by
ph10
Original Path:
code/trunk/testdata
Make pcretest generate a single byte for \x{} escapes in non-UTF-8 mode.
Revision
351 -
Directory Listing
Modified
Fri Jul 4 18:27:16 2008 UTC
(4 years, 10 months ago)
by
ph10
Original Path:
code/trunk/testdata
Final tidies for new Unicode property code; upgrade to Unicode 5.1.0.
Revision
342 -
Directory Listing
Modified
Sun Apr 20 17:10:13 2008 UTC
(5 years, 1 month ago)
by
ph10
Original Path:
code/trunk/testdata
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
341 -
Directory Listing
Modified
Sat Apr 19 16:41:04 2008 UTC
(5 years, 1 month ago)
by
ph10
Original Path:
code/trunk/testdata
Fix DFA (?!) bug; add support for JavaScript empty classes.
Revision
335 -
Directory Listing
Modified
Sat Apr 12 14:36:14 2008 UTC
(5 years, 1 month ago)
by
ph10
Original Path:
code/trunk/testdata
Do not discard subpatterns with {0} quantifiers, as they may be called as
subroutines.
Revision
333 -
Directory Listing
Modified
Thu Apr 10 19:55:57 2008 UTC
(5 years, 1 month ago)
by
ph10
Original Path:
code/trunk/testdata
Add Oniguruma syntax \g<...> and \g'...' for subroutine calls.
Revision
300 -
Directory Listing
Modified
Mon Jan 14 19:43:19 2008 UTC
(5 years, 4 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix buffer overrun for class with very many characters whose codepoints are
above 255.
Revision
285 -
Directory Listing
Modified
Wed Dec 12 17:03:50 2007 UTC
(5 years, 5 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix bad compiled code for things like /\pL{2}+/ in which a possessive
quantifier with a fixed limit was applied to a character property.
Revision
282 -
Directory Listing
Modified
Fri Dec 7 19:32:32 2007 UTC
(5 years, 5 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix non-diagnosis of (?=a)(?R) (positive lookaheads not skipped when checking
for an empty match).
Revision
272 -
Directory Listing
Modified
Sat Nov 17 16:53:53 2007 UTC
(5 years, 6 months ago)
by
ph10
Original Path:
code/trunk/testdata
Generalize wording for (?&) error as it also applies to \k'' and other cases.
Revision
270 -
Directory Listing
Modified
Fri Nov 16 19:55:16 2007 UTC
(5 years, 6 months ago)
by
ph10
Original Path:
code/trunk/testdata
Diagnose conditional numerical reference to a non-existent subpattern.
Revision
268 -
Directory Listing
Modified
Thu Nov 15 10:28:09 2007 UTC
(5 years, 6 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix (?&) non-diagnosis bug and missing length check for (?&a) etc.
Revision
247 -
Directory Listing
Modified
Mon Sep 17 09:38:32 2007 UTC
(5 years, 8 months ago)
by
ph10
Original Path:
code/trunk/testdata
(1) Update tests 2,5,7,8 to run when --enable-bsr-anycrlf is used.
(2) Updates files changed by building test release.
Revision
230 -
Directory Listing
Modified
Mon Sep 10 13:23:56 2007 UTC
(5 years, 8 months ago)
by
ph10
Original Path:
code/trunk/testdata
(1) Move internal flags out of the options field, to make room.
(2) \r and \n must be explicit to trigger the special CRLF handline exception.
(3) (?J) at the start now sets JCHANGED as well as DUPNAMES.
Revision
226 -
Directory Listing
Modified
Tue Aug 21 11:46:08 2007 UTC
(5 years, 9 months ago)
by
ph10
Original Path:
code/trunk/testdata
Don't advance by 2 if explicit \r or \n in the pattern. Add
PCRE_INFO_HASCRORLF.
Revision
224 -
Directory Listing
Modified
Mon Aug 20 12:58:29 2007 UTC
(5 years, 9 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix loop for group with possible zero repeat containing \p or \P.
Revision
223 -
Directory Listing
Modified
Mon Aug 20 11:07:53 2007 UTC
(5 years, 9 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix loop for classes containing \p or \P and just one ascii character.
Revision
218 -
Directory Listing
Modified
Thu Aug 16 10:13:23 2007 UTC
(5 years, 9 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix several compile bugs involving repeated \p or \P items.
Revision
217 -
Directory Listing
Modified
Wed Aug 15 15:21:04 2007 UTC
(5 years, 9 months ago)
by
ph10
Original Path:
code/trunk/testdata
Crash in debug output when printing the name of a Unicode property.
Revision
216 -
Directory Listing
Modified
Wed Aug 15 14:35:57 2007 UTC
(5 years, 9 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fixed compile-time loop for patterns like (?:[\PPa*]*){8,} (extended class
inside group with unlimited repeat).
Revision
215 -
Directory Listing
Modified
Wed Aug 15 14:20:05 2007 UTC
(5 years, 9 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fixed overrun for missing ] with a forward reference, e.g. /(?1)\c[/.
Revision
214 -
Directory Listing
Modified
Wed Aug 15 14:08:10 2007 UTC
(5 years, 9 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fixed another looking-too-far-back-in-non-UTF-8-mode bug.
Revision
207 -
Directory Listing
Modified
Mon Aug 6 09:32:14 2007 UTC
(5 years, 9 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix backtrack past start of subject bugs caused by the use of \X, \p, or \P in
non-UTF-8 mode and the presence of top-bit-set characters.
Revision
206 -
Directory Listing
Modified
Fri Aug 3 14:53:04 2007 UTC
(5 years, 9 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix loop for null-matching condition nested in an outer unlimited repeat.
Revision
197 -
Directory Listing
Modified
Tue Jul 31 10:50:18 2007 UTC
(5 years, 9 months ago)
by
ph10
Original Path:
code/trunk/testdata
Abolish the NULLWSLIMIT error at the expense of using more stack when an
unlimited repeat could match an empty string. Also, doc tidies for a test
release.
Revision
190 -
Directory Listing
Modified
Thu Jul 19 10:38:20 2007 UTC
(5 years, 10 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix bug with .*$ when run in not-DOTALL UTF-8 mode; small performance
improvement for .* in DOTALL UTF-8 mode.
Revision
184 -
Directory Listing
Modified
Tue Jun 19 13:26:46 2007 UTC
(5 years, 11 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix non-UTF-8 mode Unicode properties bug; prepare for 7.2 release.
Revision
161 -
Directory Listing
Modified
Thu May 3 10:28:07 2007 UTC
(6 years ago)
by
ph10
Original Path:
code/trunk/testdata
Use the pcretest "Z" option so all tests can be run with all link sizes.
Revision
141 -
Directory Listing
Modified
Fri Mar 30 15:46:27 2007 UTC
(6 years, 1 month ago)
by
ph10
Original Path:
code/trunk/testdata
Fixed obscure bug when matching a null string in multiline mode with
newline=any.
Revision
126 -
Directory Listing
Modified
Mon Mar 19 10:20:14 2007 UTC
(6 years, 2 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fixed bug in the debugging /Z option of pcretest that made it assume /8.
Revision
116 -
Directory Listing
Modified
Fri Mar 9 15:23:02 2007 UTC
(6 years, 2 months ago)
by
ph10
Original Path:
code/trunk/testdata
Tests cleanup: use -C in RunTest; add /Z to pcretest and make test 3
independent of link size.
Revision
115 -
Directory Listing
Modified
Fri Mar 9 12:23:37 2007 UTC
(6 years, 2 months ago)
by
ph10
Original Path:
code/trunk/testdata
Fix two obscure, but nasty bugs concerned with caseless matching with Unicode
property support.
Revision
97 -
Directory Listing
Modified
Mon Mar 5 12:36:47 2007 UTC
(6 years, 2 months ago)
by
ph10
Original Path:
code/trunk/testdata
Applied Bob and Daniel's patches to convert the build system to automake. Added
the maintain directory, containing files that are used for maintenance, but are
not distributed. This is an intermediate step.
Revision
96 -
Directory Listing
Modified
Fri Mar 2 13:10:43 2007 UTC
(6 years, 2 months ago)
by
nigel
Original Path:
code/trunk/testdata
r6896@hex: nm | 2007-03-02 13:09:14 +0000
Added EOL and keywork properties throughout