summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PCRE1 release 8.42.pcre-8.42ph102018-03-200-0/+0
* Final file tidies for 8.42.ph102018-03-203-11/+12
* Fix misleading error message.ph102018-03-192-1/+3
* MIPS-JIT compiler fix: flags were not preserved for fast return.zherczeg2018-03-193-13/+43
* JIT compiler update.zherczeg2018-03-137-210/+405
* Add --enable-jit=auto support.ph102018-02-252-0/+14
* A small fix to pcregrep to avoid compiler warnings for -Wformat-overflow=2.ph102018-02-252-3/+19
* File tidies for 8.42-RC1 test release.ph102018-02-208-28/+35
* Fix \C backtracking in UTF-8 issue for repeated character classes, which were ph102018-02-204-2/+21
* Fix POSIX API bug when REG_STARTEND is used with a non-zero starting offset and ph102018-02-192-4/+9
* Fix out-of-bounds read for partial matching of /./ against an empty stringph102018-01-292-5/+8
* JIT compielr update.zherczeg2018-01-104-114/+114
* Fix a define typo (patch migration).zherczeg2018-01-081-3/+3
* JIT compiler update.zherczeg2018-01-0513-1751/+1472
* Fix wrong first character when a backreference with a zero repeat is first ph102017-12-124-1/+30
* Change pcregrep linenumbers and counts to long ints.ph102017-12-082-12/+17
* Fix after JIT compiler update.zherczeg2017-11-301-12/+24
* JIT compiler update.zherczeg2017-11-2919-634/+2544
* Fix pcre_jit_exec early check.zherczeg2017-11-232-1/+6
* Fix caseless "not" bug for wide character in DFA matching when UCP not defined.ph102017-11-162-1/+8
* Fix possible memory leak introduced in previous bug fix.ph102017-10-221-2/+3
* Fix pcregrep recursive file name issue.ph102017-10-202-2/+13
* Documentation update.ph102017-09-131-8/+9
* Fix outdated definitions in pcre.h.in.ph102017-08-192-4/+6
* Minor JIT compiler update.zherczeg2017-08-015-8/+34
* JIT compiler update.zherczeg2017-07-241-2/+1
* Final file tidies for 8.41 release.ph102017-07-054-9/+83
* Documentation update.ph102017-07-051-4/+39
* JIT compiler update.zherczeg2017-06-152-2/+2
* File tidies for 8.41-RC1 release.ph102017-06-1313-51/+83
* Documentation update.ph102017-06-131-6/+13
* Fix matching offsets from regexec() in the POSIX wrapper when called with ph102017-06-032-4/+7
* JIT compiler update.zherczeg2017-05-0715-629/+655
* Remove duplication typo.ph102017-04-302-2/+4
* JIT compiler update.zherczeg2017-04-2617-397/+794
* C++ patch to guard 'using std::' directives with namespace pcrecpp.ph102017-04-215-2/+8
* Remove redundant line of code.ph102017-04-142-1/+2
* Enabling valgrind disables SSE2 in JIT.zherczeg2017-04-071-2/+3
* JIT compiler update.zherczeg2017-04-036-99/+180
* Fix character type detection when 32-bit and UCP are enabled but UTF is not i...zherczeg2017-03-311-0/+31
* Minor JIT compiler update.zherczeg2017-03-282-7/+16
* Fix typo (leading to possible buffer overflow in pcre_copy_substring()) in ph102017-03-272-2/+5
* Reverse the jit-stack to top-down.zherczeg2017-03-273-306/+299
* Fix DFA match handling of possessive repeated character class (Bugzilla 2086).ph102017-03-224-2/+12
* Fix Unicode property crash for 32-bit characters greater than 0x10ffff.ph102017-02-244-47/+90
* Minor doc update.ph102017-02-231-3/+7
* Make pcretest check size of \O argument.ph102017-02-232-2/+16
* Check character < 256 for isprint() in pcretest.ph102017-02-224-1/+11
* Avoid use of a potentially overflowing buffer in pcregrep.ph102017-02-222-3/+8
* Cast to avoid compiler warning on 32-bit systems.ph102017-02-201-1/+1