Log of /code/tags/pcre-7.3/testdata
Directory Listing
Revision
229 -
Directory Listing
Modified
Tue Aug 28 13:42:43 2007 UTC
(5 years, 8 months ago)
by
ph10
Tag for 7.3.
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