summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Apply user patch to allow PCRE_NO_UTF8_CHECK in pcrecpp.cc.ph102012-08-291-0/+3
* Fix re_nsub bug in the POSIX wrapper.ph102012-08-291-0/+4
* Add support for PCRE_STUDY_EXTRA_NEEDED.ph102012-08-281-0/+2
* Daniel Richard G's patch for checking POSIX threads when JIT is configure.ph102012-08-271-2/+5
* Upgrade \X to match an extended grapheme clusterph102012-08-251-1/+5
* Improve the matching speed of capturing brackets.zherczeg2012-08-221-0/+2
* Fix a number of issues in pcregrep.ph102012-08-151-0/+23
* Improved instruction cache flush for POWER/PowerPCzherczeg2012-07-271-0/+3
* Fix patterns that incorrectly set "anchored" or "start of line" for .* inside ph102012-07-101-0/+5
* Rename the leave variable names to quit to improve WinCE compatibility.zherczeg2012-07-081-0/+3
* Improved JIT compiler optimizations for character ranges.zherczeg2012-07-081-0/+2
* Single character iterator optimizations in the JIT compiler.zherczeg2012-07-071-0/+2
* Supporting IBM XL C compilers for PPC architectures in the JIT compiler.zherczeg2012-07-071-0/+3
* Improved JIT compiler optimizationszherczeg2012-07-071-0/+7
* Fix 2 incorrect #ifdefs in pcre_study.c.ph102012-07-061-1/+4
* Source tidies for 8.31-RC2.ph102012-06-201-8/+8
* Add libpcre.la to link commands for pcretest and pcregrep because this is ph102012-06-181-0/+4
* Fix DFA bug (3 cases) when UTF code was being obeyed in non-UTF mode.ph102012-06-171-0/+9
* Apply character value checks to \u.... in JavaScript mode, for compatibility ph102012-06-171-0/+5
* Optimizing single character iterators in JITzherczeg2012-06-171-0/+2
* Fix capture problem with repeated, empty-string-matching groups.ph102012-06-161-0/+4
* Document update for 8.31-RC1 test release.ph102012-06-021-13/+13
* Improve JIT code generation for greedy plus quantifierzherczeg2012-06-021-0/+2
* Fix pcregrep build problem when bzip2 but not gzip was enabled.ph102012-06-011-0/+4
* Variable renamings in the PCRE-JIT compilerzherczeg2012-05-271-0/+2
* Put spaces around SLJIT_PRINT_D in the JIT compilerzherczeg2012-05-271-0/+2
* cache flush for Apple deviceszherczeg2012-05-141-0/+3
* JIT compiler updatezherczeg2012-05-141-0/+2
* Check for overlong name in (*MARK) etc.ph102012-05-041-0/+3
* Fix ovector overrun when backreferences need temporary memory and the highest ph102012-04-211-0/+12
* Fix auto-possessifying bugs when PCRE_UCP is not set, but character tables ph102012-04-201-15/+20
* Fix auto-possessify bugs for \s*\R and \S*R.ph102012-04-201-0/+4
* Fix long-standing DFA testing restart bug in pcretest, and add some ph102012-04-191-0/+5
* support NO_START_OPTIMIZE in JITzherczeg2012-04-111-0/+2
* Change man page link creation from -s to -sf. ph102012-04-041-0/+3
* Fixed a bug for backward assertions with REVERSE 0 in the JIT compilerzherczeg2012-03-291-0/+2
* Rename madvise to posix_madvisezherczeg2012-03-081-0/+3
* Add support for binary files to pcregrep.ph102012-03-041-0/+3
* Added --file-list to pcregrep.ph102012-02-281-1/+3
* Update for Unicode 6.1.0.ph102012-02-281-0/+2
* (COMMIT*) is now supported by the JIT compilerzherczeg2012-02-281-0/+2
* Confine (*COMMIT) inside positive assertions, as documented.ph102012-02-261-2/+5
* Add support for linking pcretest with libedit instead of libreadline.ph102012-02-251-0/+3
* Stop (*COMMIT) escaping from a recursive subroutine call.ph102012-02-251-0/+2
* Applied Graycode's patch to use heap stack frames more efficiently.ph102012-02-251-0/+6
* Add support for PCRE_INFO_MAXLOOKBEHIND.ph102012-02-241-0/+2
* Make "RunTest list" list the tests without running them.ph102012-02-241-0/+3
* (*MARK) support, set_SOM optimization and other fixes in JITzherczeg2012-02-241-7/+9
* Re-implement /S++ and -s++ in pcretest in a thread-safe way, using JIT ph102012-02-221-5/+3
* Upgrade DFA support to handle OP_NOTI with multibyte characters (other related ph102012-02-221-1/+1