summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Source tidies for 8.21ph102011-12-111-6/+6
* Computation of memory needed for the table of names of groups was giving an ph102011-12-071-0/+3
* Fix a possible uninitialized memory bug.ph102011-12-071-0/+2
* Updated RunTest.bat (don't use JIT for tests 7-10).ph102011-12-071-0/+2
* Fix uninitialized memory use when writing study data to file if no starting ph102011-12-061-49/+54
* Tidies for 8.21-RC1 release.ph102011-12-051-3/+7
* Preserve the size of JIT compiled code. Add PCRE_INFO_JITSIZE and use it forph102011-12-021-0/+3
* Added (int) casts to reduce 64-bit warnings.ph102011-12-021-0/+3
* Fix bug with caseless matching of characters of different lengths when the ph102011-12-011-0/+4
* Retrieve executable code size support for the JIT compiler and fixing some wa...zherczeg2011-12-011-0/+3
* Fix pcretest not forgetting JIT after it has been used once.ph102011-12-011-0/+3
* Expand compile workspace for very many forward references. This ups the limit ph102011-11-301-3/+8
* Update *MARK handling to be more like Perl.ph102011-11-291-0/+17
* Fix repeated forward reference needed character bug.ph102011-11-221-0/+3
* Test for workspace overflow with forward reference data.ph102011-11-221-0/+4
* Disallow \N in character classes, for Perl compatibility.ph102011-11-211-0/+3
* Support \C in lookbehinds and DFA matching when not in UTF-8 mode.ph102011-11-191-0/+2
* Remove -L from pcre-config when install is into /usr/lib (fixes ph102011-11-191-0/+4
* JIT should use pcre_malloc/pcre_free for allocation.zherczeg2011-11-191-0/+2
* Code tidies.ph102011-11-181-0/+2
* Fix problem with possessively repeated groups with minima greater than one.ph102011-11-181-0/+5
* Fix bad compiling of possessively repeated conditional subpattern.ph102011-11-181-0/+3
* Fixed several items that were being incorrectly rejected as "not fixed length"ph102011-11-151-0/+10
* Caseless matching of backreferences with fixed length repetitions was broken.ph102011-11-151-0/+4
* Small tidies, and documentation update for JavaScript \x, \u, \U support.ph102011-11-141-1/+1
* Correctly supporting \x and \u in JavaScript compatibility modezherczeg2011-11-131-3/+6
* Marks in non-capturing atomic groups were not being passed out.ph102011-11-081-0/+4
* Fix cache-flush issue on PowerPC, adding some comments and a check for disabl...zherczeg2011-11-061-0/+4
* Supporting OP_NCREF, OP_RREF and OP_NRREF by the JIT compilerzherczeg2011-10-311-0/+3
* Updating the JIT compilerzherczeg2011-10-311-0/+6
* Source tidies for 8.20 release.ph102011-10-211-8/+8
* Rewrite code that broke under Mac OS (isxdigit with ++ in its argument).ph102011-10-131-0/+7
* Fix ASCII dependency in pcretest when decoding hex characters.ph102011-10-121-0/+4
* Source tidies for 8.20-RC3.ph102011-10-111-27/+27
* Fix THEN:ARG bug introduced with *THEN refactoring.ph102011-10-101-1/+5
* Revert handling of atomic groups that do not include captures to the old way of ph102011-10-081-0/+5
* Fix RunGrepTest colour bug.ph102011-10-071-0/+3
* Another improved RunTest.bat and also CMakeLists.txt provided by Sheri P.ph102011-10-071-2/+2
* Make (*THEN) work as in Perl in subpatterns that do not contain | alternatives.ph102011-10-041-2/+18
* Fix bug with (*THEN) in a subroutine/recursion.ph102011-09-271-0/+3
* Allow for CRLF terminations of pcretest output in RunTest.ph102011-09-261-0/+7
* File tidies for 8.20-RC2 release.ph102011-09-231-13/+13
* Restore tail-recursion optimizations when no (*THEN) in pattern.ph102011-09-201-1/+7
* Fix miscompile of /(*ACCEPT)a/, which thought a match had to start with "a".ph102011-09-201-49/+54
* New RunTest.bat provided by Sheri Pierce.ph102011-09-201-0/+3
* Fix *THEN in condition issue.ph102011-09-201-0/+3
* Fix minimum length bug with *ACCEPT.ph102011-09-191-0/+7
* Final source and document tidies for 8.20-RC1.ph102011-09-111-30/+31
* Forgot to update ChangeLogph102011-09-061-1/+3
* Fix loop/bad error when recursed group contains (*PRUNE) etc.ph102011-09-061-0/+10