summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tagged release 8.31.pcre-8.31ph102012-07-060-0/+0
* Final tidies for 8.31.ph102012-07-063-10/+9
* Fix 2 incorrect #ifdefs in pcre_study.c.ph102012-07-064-4/+26
* Source tidies for 8.31-RC2.ph102012-06-2012-29/+35
* Rework and rename some of the docs about building methods.ph102012-06-187-619/+696
* Add libpcre.la to link commands for pcretest and pcregrep because this is ph102012-06-182-2/+6
* Fix DFA bug (3 cases) when UTF code was being obeyed in non-UTF mode.ph102012-06-174-11/+57
* Apply character value checks to \u.... in JavaScript mode, for compatibility ph102012-06-1712-4/+91
* Optimizing single character iterators in JITzherczeg2012-06-173-25/+26
* Fix capture problem with repeated, empty-string-matching groups.ph102012-06-164-7/+24
* Document update for 8.31-RC1 test release.ph102012-06-0240-620/+686
* Improve JIT code generation for greedy plus quantifierzherczeg2012-06-022-4/+11
* Some tests were in the wrong files.ph102012-06-018-175/+173
* Documentation and other tidying for release.ph102012-06-017-13/+27
* Fix pcregrep build problem when bzip2 but not gzip was enabled.ph102012-06-012-2/+6
* Variable renamings in the PCRE-JIT compilerzherczeg2012-05-272-499/+501
* Put spaces around SLJIT_PRINT_D in the JIT compilerzherczeg2012-05-272-7/+9
* Spelling corrections in documentation.ph102012-05-2611-39/+39
* cache flush for Apple deviceszherczeg2012-05-142-6/+18
* JIT compiler updatezherczeg2012-05-143-2/+8
* Doc fix: JIT supports MARK and COMMIT.ph102012-05-041-6/+4
* Check for overlong name in (*MARK) etc.ph102012-05-0411-13/+65
* Fix ovector overrun when backreferences need temporary memory and the highest ph102012-04-215-1/+22
* Fix auto-possessifying bugs when PCRE_UCP is not set, but character tables ph102012-04-206-27/+376
* Fix auto-possessify bugs for \s*\R and \S*R.ph102012-04-204-3/+90
* Fix long-standing DFA testing restart bug in pcretest, and add some ph102012-04-197-65/+118
* Update documentation to clarify that UTF-8/16 checking is done on complete ph102012-04-1413-1257/+1294
* support NO_START_OPTIMIZE in JITzherczeg2012-04-114-12/+24
* Change man page link creation from -s to -sf. ph102012-04-042-25/+28
* JIT compiler update: fix x86-64 alignemnt issuezherczeg2012-04-043-65/+57
* JIT compiler updatezherczeg2012-04-0311-562/+490
* Add date and PCRE version to .TH macros of all man pages.ph102012-03-3156-761/+919
* Fixed a bug for backward assertions with REVERSE 0 in the JIT compilerzherczeg2012-03-294-1/+11
* comment fixeszherczeg2012-03-162-5/+12
* JIT compiler updatezherczeg2012-03-153-1/+41
* Fix typo.ph102012-03-101-1/+1
* Rename madvise to posix_madvisezherczeg2012-03-082-1/+4
* Forgot to update this test file.ph102012-03-041-0/+21
* Add support for binary files to pcregrep.ph102012-03-045-8/+129
* Tidy up this developer's test program and add more descriptive comments.ph102012-02-291-9/+58
* Fix typo in comment.ph102012-02-291-1/+1
* Added --file-list to pcregrep.ph102012-02-286-22/+92
* Update ucptest maintenance program for Unicode 6.1.0.ph102012-02-283-11/+23
* Update for Unicode 6.1.0.ph102012-02-2816-2683/+3864
* (COMMIT*) is now supported by the JIT compilerzherczeg2012-02-287-27/+79
* Previous patch to fix (*COMMIT) in assertions was bad; fix it.ph102012-02-283-9/+21
* CMake support for linking pcretest with libedit.ph102012-02-265-8/+55
* Add /usr/include/edit/readline/ as somewhere where editline's header might be.ph102012-02-261-2/+4
* Confine (*COMMIT) inside positive assertions, as documented.ph102012-02-266-5/+37
* Add support for linking pcretest with libedit instead of libreadline.ph102012-02-254-39/+94