Log of /code/trunk/testdata
Directory Listing
Revision
230 -
Directory Listing
Modified
Mon Sep 10 13:23:56 2007 UTC
(13 years, 7 months ago)
by
ph10
(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
227 -
Directory Listing
Modified
Tue Aug 21 15:00:15 2007 UTC
(13 years, 7 months ago)
by
ph10
Add (*CR) etc.
Revision
226 -
Directory Listing
Modified
Tue Aug 21 11:46:08 2007 UTC
(13 years, 7 months ago)
by
ph10
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
(13 years, 8 months ago)
by
ph10
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
(13 years, 8 months ago)
by
ph10
Fix loop for classes containing \p or \P and just one ascii character.
Revision
222 -
Directory Listing
Modified
Fri Aug 17 10:48:51 2007 UTC
(13 years, 8 months ago)
by
ph10
Fix pcregrep -Mv looping bug.
Revision
221 -
Directory Listing
Modified
Fri Aug 17 09:25:08 2007 UTC
(13 years, 8 months ago)
by
ph10
Fix bad fix for repeated \p and \P.
Revision
219 -
Directory Listing
Modified
Thu Aug 16 11:46:40 2007 UTC
(13 years, 8 months ago)
by
ph10
Fixed bug with repeated \S or \W in UTF-8 mode.
Revision
218 -
Directory Listing
Modified
Thu Aug 16 10:13:23 2007 UTC
(13 years, 8 months ago)
by
ph10
Fix several compile bugs involving repeated \p or \P items.
Revision
217 -
Directory Listing
Modified
Wed Aug 15 15:21:04 2007 UTC
(13 years, 8 months ago)
by
ph10
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
(13 years, 8 months ago)
by
ph10
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
(13 years, 8 months ago)
by
ph10
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
(13 years, 8 months ago)
by
ph10
Fixed another looking-too-far-back-in-non-UTF-8-mode bug.
Revision
213 -
Directory Listing
Modified
Wed Aug 15 11:34:14 2007 UTC
(13 years, 8 months ago)
by
ph10
Add integer overflow tests to escape processing.
Revision
211 -
Directory Listing
Modified
Thu Aug 9 09:52:43 2007 UTC
(13 years, 8 months ago)
by
ph10
Update UTF-8 validity check and documentation.
Revision
210 -
Directory Listing
Modified
Wed Aug 8 14:24:50 2007 UTC
(13 years, 8 months ago)
by
ph10
Add Perl 5.10's backtracking verbs.
Revision
207 -
Directory Listing
Modified
Mon Aug 6 09:32:14 2007 UTC
(13 years, 8 months ago)
by
ph10
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
(13 years, 8 months ago)
by
ph10
Fix loop for null-matching condition nested in an outer unlimited repeat.
Revision
205 -
Directory Listing
Modified
Fri Aug 3 13:18:33 2007 UTC
(13 years, 8 months ago)
by
ph10
Fix bugs with [\E] and [\Q\E].
Revision
197 -
Directory Listing
Modified
Tue Jul 31 10:50:18 2007 UTC
(13 years, 8 months ago)
by
ph10
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
192 -
Directory Listing
Modified
Mon Jul 30 11:23:21 2007 UTC
(13 years, 8 months ago)
by
ph10
Adjust opcode names in debugging output.
Revision
190 -
Directory Listing
Modified
Thu Jul 19 10:38:20 2007 UTC
(13 years, 9 months ago)
by
ph10
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
(13 years, 10 months ago)
by
ph10
Fix non-UTF-8 mode Unicode properties bug; prepare for 7.2 release.
Revision
180 -
Directory Listing
Modified
Wed Jun 13 10:59:18 2007 UTC
(13 years, 10 months ago)
by
ph10
Add auto-possessification for \h, \H, \v, \V.
Revision
178 -
Directory Listing
Modified
Wed Jun 13 08:44:34 2007 UTC
(13 years, 10 months ago)
by
ph10
Add support for \h, \H, \v, \V.
Revision
175 -
Directory Listing
Modified
Mon Jun 11 13:38:38 2007 UTC
(13 years, 10 months ago)
by
ph10
Added the Perl 5.10 (?| "branch reset" feature.
Revision
174 -
Directory Listing
Modified
Tue Jun 5 11:38:06 2007 UTC
(13 years, 10 months ago)
by
ph10
Minor doc update; fix test 2 for link size != 2.
Revision
171 -
Directory Listing
Modified
Mon Jun 4 14:28:58 2007 UTC
(13 years, 10 months ago)
by
ph10
Support \k{name} and \g{name} a la Perl 5.10.
Revision
170 -
Directory Listing
Modified
Mon Jun 4 11:21:13 2007 UTC
(13 years, 10 months ago)
by
ph10
Fix bug in detecting potentially empty groups.
Revision
169 -
Directory Listing
Modified
Mon Jun 4 10:49:21 2007 UTC
(13 years, 10 months ago)
by
ph10
Add PCRE_INFO_OKPARTIAL and PCRE_INFO_JCHANGED.
Revision
168 -
Directory Listing
Modified
Tue May 29 15:18:18 2007 UTC
(13 years, 10 months ago)
by
ph10
Add support for the Perl 5.10 \K facility.
Revision
167 -
Directory Listing
Modified
Wed May 9 15:53:54 2007 UTC
(13 years, 11 months ago)
by
ph10
Add (?(-n) and (?(+n) relative conditions.
Revision
166 -
Directory Listing
Modified
Wed May 9 14:48:28 2007 UTC
(13 years, 11 months ago)
by
ph10
Add (?-n) and (?+n) relative references.
Revision
163 -
Directory Listing
Modified
Fri May 4 15:10:45 2007 UTC
(13 years, 11 months ago)
by
ph10
New test for internal sizes and offsets when link size is 2.
Revision
162 -
Directory Listing
Modified
Thu May 3 10:47:48 2007 UTC
(13 years, 11 months ago)
by
ph10
Correct tests for link sizes 3 and 4
Revision
161 -
Directory Listing
Modified
Thu May 3 10:28:07 2007 UTC
(13 years, 11 months ago)
by
ph10
Use the pcretest "Z" option so all tests can be run with all link sizes.
Revision
158 -
Directory Listing
Modified
Tue May 1 10:30:14 2007 UTC
(13 years, 11 months ago)
by
ph10
More test updates.
Revision
155 -
Directory Listing
Modified
Tue Apr 24 13:36:11 2007 UTC
(13 years, 11 months ago)
by
ph10
Tidies and final updates for 7.1.
Revision
149 -
Directory Listing
Modified
Mon Apr 16 15:28:08 2007 UTC
(14 years ago)
by
ph10
Add PCRE_NEWLINE_ANYCRLF.
Revision
143 -
Directory Listing
Modified
Mon Apr 2 10:08:14 2007 UTC
(14 years ago)
by
ph10
Previous fix for pcretest was buggy. Try again.
Revision
141 -
Directory Listing
Modified
Fri Mar 30 15:46:27 2007 UTC
(14 years ago)
by
ph10
Fixed obscure bug when matching a null string in multiline mode with
newline=any.
Revision
132 -
Directory Listing
Modified
Mon Mar 26 15:11:03 2007 UTC
(14 years ago)
by
ph10
New grep test output.
Revision
131 -
Directory Listing
Modified
Mon Mar 26 15:10:12 2007 UTC
(14 years ago)
by
ph10
Various new tidies.
Revision
126 -
Directory Listing
Modified
Mon Mar 19 10:20:14 2007 UTC
(14 years, 1 month ago)
by
ph10
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
(14 years, 1 month ago)
by
ph10
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
(14 years, 1 month ago)
by
ph10
Fix two obscure, but nasty bugs concerned with caseless matching with Unicode
property support.
Revision
102 -
Directory Listing
Modified
Tue Mar 6 15:50:45 2007 UTC
(14 years, 1 month ago)
by
ph10
Fix test problem caused by training space in the data.
Revision
97 -
Directory Listing
Modified
Mon Mar 5 12:36:47 2007 UTC
(14 years, 1 month ago)
by
ph10
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
(14 years, 1 month ago)
by
nigel
r6896@hex: nm | 2007-03-02 13:09:14 +0000
Added EOL and keywork properties throughout
Revision
93 -
Directory Listing
Modified
Sat Feb 24 21:41:42 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-7.0 into code/trunk.
Revision
91 -
Directory Listing
Modified
Sat Feb 24 21:41:34 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-6.7 into code/trunk.
Revision
87 -
Directory Listing
Modified
Sat Feb 24 21:41:21 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-6.5 into code/trunk.
Revision
85 -
Directory Listing
Modified
Sat Feb 24 21:41:13 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-6.4 into code/trunk.
Revision
83 -
Directory Listing
Modified
Sat Feb 24 21:41:06 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-6.3 into code/trunk.
Revision
81 -
Directory Listing
Modified
Sat Feb 24 21:40:59 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-6.2 into code/trunk.
Revision
79 -
Directory Listing
Modified
Sat Feb 24 21:40:52 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-6.1 into code/trunk.
Revision
77 -
Directory Listing
Modified
Sat Feb 24 21:40:45 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-6.0 into code/trunk.
Revision
75 -
Directory Listing
Modified
Sat Feb 24 21:40:37 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-5.0 into code/trunk.
Revision
73 -
Directory Listing
Modified
Sat Feb 24 21:40:30 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-4.5 into code/trunk.
Revision
71 -
Directory Listing
Modified
Sat Feb 24 21:40:24 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-4.4 into code/trunk.
Revision
69 -
Directory Listing
Modified
Sat Feb 24 21:40:18 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-4.3 into code/trunk.
Revision
67 -
Directory Listing
Modified
Sat Feb 24 21:40:13 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-4.2 into code/trunk.
Revision
65 -
Directory Listing
Modified
Sat Feb 24 21:40:08 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-4.1 into code/trunk.
Revision
63 -
Directory Listing
Modified
Sat Feb 24 21:40:03 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-4.0 into code/trunk.
Revision
61 -
Directory Listing
Modified
Sat Feb 24 21:39:58 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-3.9 into code/trunk.
Revision
59 -
Directory Listing
Modified
Sat Feb 24 21:39:54 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-3.8 into code/trunk.
Revision
57 -
Directory Listing
Modified
Sat Feb 24 21:39:50 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-3.7 into code/trunk.
Revision
55 -
Directory Listing
Modified
Sat Feb 24 21:39:46 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-3.6 into code/trunk.
Revision
53 -
Directory Listing
Modified
Sat Feb 24 21:39:42 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-3.5 into code/trunk.
Revision
51 -
Directory Listing
Modified
Sat Feb 24 21:39:37 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-3.4 into code/trunk.
Revision
49 -
Directory Listing
Modified
Sat Feb 24 21:39:33 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-3.3 into code/trunk.
Revision
47 -
Directory Listing
Modified
Sat Feb 24 21:39:29 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-3.2 into code/trunk.
Revision
45 -
Directory Listing
Modified
Sat Feb 24 21:39:25 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-3.1 into code/trunk.
Revision
43 -
Directory Listing
Modified
Sat Feb 24 21:39:21 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-3.0 into code/trunk.
Revision
41 -
Directory Listing
Added
Sat Feb 24 21:39:17 2007 UTC
(14 years, 1 month ago)
by
nigel
Load pcre-2.08a into code/trunk.