index
:
delta/pcre.git
baserock/morph
master
oldtrunk8
pcre16
vcs.exim.org: pcre/code
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testdata
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merging all the changes from the pcre16 branch into the trunk.
ph10
2011-12-28
42
-23868
/
+26765
*
Rolled back trunk to r755 to prepare for merging the 16-bit branch.
ph10
2011-12-28
11
-559
/
+522
*
Computation of memory needed for the table of names of groups was giving an
ph10
2011-12-07
1
-3
/
+3
*
Tidies for 8.21-RC1 release.
ph10
2011-12-05
1
-1
/
+0
*
Fix bug with caseless matching of characters of different lengths when the
ph10
2011-12-01
2
-0
/
+36
*
Fix pcretest not forgetting JIT after it has been used once.
ph10
2011-12-01
1
-3
/
+1
*
Expand compile workspace for very many forward references. This ups the limit
ph10
2011-11-30
1
-1
/
+0
*
Update *MARK handling to be more like Perl.
ph10
2011-11-29
4
-497
/
+467
*
Some UTF-8 tests were in the wrong file.
ph10
2011-11-25
4
-20
/
+26
*
Fix repeated forward reference needed character bug.
ph10
2011-11-22
2
-0
/
+9
*
Test for workspace overflow with forward reference data.
ph10
2011-11-22
2
-0
/
+9
*
Disallow \N in character classes, for Perl compatibility.
ph10
2011-11-21
2
-0
/
+11
*
Support \C in lookbehinds and DFA matching when not in UTF-8 mode.
ph10
2011-11-19
10
-0
/
+69
*
Fix problem with possessively repeated groups with minima greater than one.
ph10
2011-11-18
2
-0
/
+37
*
Fix bad compiling of possessively repeated conditional subpattern.
ph10
2011-11-18
4
-0
/
+55
*
Fixed several items that were being incorrectly rejected as "not fixed length"
ph10
2011-11-15
4
-0
/
+128
*
Caseless matching of backreferences with fixed length repetitions was broken.
ph10
2011-11-15
2
-0
/
+26
*
Correctly supporting \x and \u in JavaScript compatibility mode
zherczeg
2011-11-13
2
-0
/
+86
*
Marks in non-capturing atomic groups were not being passed out.
ph10
2011-11-08
2
-0
/
+17
*
Supporting OP_NCREF, OP_RREF and OP_NRREF by the JIT compiler
zherczeg
2011-10-31
4
-4
/
+11
*
Fix THEN:ARG bug introduced with *THEN refactoring.
ph10
2011-10-10
2
-1
/
+13
*
Additional atomic group tests.
ph10
2011-10-09
2
-0
/
+119
*
Make (*THEN) work as in Perl in subpatterns that do not contain | alternatives.
ph10
2011-10-04
5
-33
/
+369
*
Fix bug with (*THEN) in a subroutine/recursion.
ph10
2011-09-27
2
-0
/
+7
*
Restore tail-recursion optimizations when no (*THEN) in pattern.
ph10
2011-09-20
2
-7
/
+16
*
Fix miscompile of /(*ACCEPT)a/, which thought a match had to start with "a".
ph10
2011-09-20
2
-0
/
+24
*
Fix *THEN in condition issue.
ph10
2011-09-20
2
-0
/
+38
*
Fix minimum length bug with *ACCEPT.
ph10
2011-09-19
2
-0
/
+41
*
Update full set of tests with many configurations.
ph10
2011-09-10
4
-4
/
+4
*
Patch to RunTest for use with simulations; further JIT code/test tidies.
ph10
2011-09-09
6
-16
/
+31
*
Tidy up interface from pcre_study() to JIT, and ignore a minimum length of 0.
ph10
2011-09-09
1
-2
/
+1
*
Update pcregrep to use JIT by default with options to disable.
ph10
2011-09-06
1
-3
/
+3
*
Tests for recent bug fixes.
ph10
2011-09-06
4
-0
/
+29
*
More JIT testing.
ph10
2011-08-26
2
-5
/
+28
*
Refactor RunTest and add JIT-specific tests.
ph10
2011-08-23
4
-0
/
+49
*
Commit changes for JIT support
ph10
2011-08-22
3
-6
/
+20
*
Commit all the changes for JIT support, but without any documentation yet.
ph10
2011-08-22
1
-8
/
+26
*
Fix pcre_study() bug with \b at start of branch.
ph10
2011-08-15
2
-0
/
+20
*
More test re-arrangements (to match different configurations)
ph10
2011-08-01
4
-23
/
+23
*
Test updates.
ph10
2011-08-01
10
-1879
/
+1881
*
Fix partial match bug with /f.*/8s.
ph10
2011-08-01
2
-0
/
+28
*
Fix bug that caused /.(*F)/ to give a partial match instead of no match.
ph10
2011-08-01
2
-0
/
+7
*
Add tests for *MARK in callouts, and update pcretest documentation.
ph10
2011-08-01
2
-0
/
+64
*
Fix typo in error message in pcregrep.
ph10
2011-08-01
1
-1
/
+1
*
Changes to pcregrep concerned with very long lines.
ph10
2011-07-30
1
-0
/
+4
*
Allow all characters except closing parens in MARK:NAME etc.
ph10
2011-07-29
2
-0
/
+27
*
Avoid false positive for infinite recursion by not checking conditionals at
ph10
2011-07-28
6
-0
/
+99
*
Fix three compile-time bugs (Bugzilla #1123).
ph10
2011-07-25
6
-3
/
+61
*
Minor code tidy.
ph10
2011-07-25
2
-0
/
+5
*
Permit quantifiers on parenthesized assertions.
ph10
2011-07-24
8
-5
/
+412
[next]