summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update non-manpage documentation for JIT.ph102011-08-231-0/+3
* ChangeLog got stuckph102011-08-221-4/+21
* Fix bug introduced by 8.13/37 concerning POSIX class recognitionph102011-08-211-1/+10
* Formatting tidies for 8.13 release.ph102011-08-161-4/+4
* Fix pcre_study() bug with \b at start of branch.ph102011-08-151-0/+3
* Documentation and general text tidies in preparation for test release.ph102011-08-021-127/+127
* Typos and numeration errors in ChangeLog.ph102011-08-021-33/+34
* Fix partial match bug with /f.*/8s.ph102011-08-011-0/+4
* Fix bug that caused /.(*F)/ to give a partial match instead of no match.ph102011-08-011-0/+4
* Pass *MARK name to calloutsph102011-07-311-0/+2
* Changes to pcregrep concerned with very long lines.ph102011-07-301-0/+22
* Allow all characters except closing parens in MARK:NAME etc.ph102011-07-291-0/+4
* Avoid false positive for infinite recursion by not checking conditionals at ph102011-07-281-0/+14