summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Final source tidies for 8.45 release.HEADmasterph102021-06-1519-109/+109
* Fix a few small bugs and typos and update docs for a final release.ph102021-06-1421-111/+196
* Final tidies and documentation updates for 8.44.ph102020-02-1213-93/+101
* Tidies to get rid of sanitize warnings (mostly about left shifts).ph102020-02-116-20/+22
* Check the size of the number after (?C as it is read, in order to avoid integerph102020-02-102-6/+11
* Minor fix to avoid sanitizer complaint in POSIX wrapper.ph102020-02-102-3/+6
* Documentation update.ph102020-02-109-2515/+2500
* Fix ARMv5 JIT improper handling of labels right after a constant pool.zherczeg2019-11-292-4/+8
* JIT compiler update.zherczeg2019-11-195-5/+36
* Fix minor documentation typos.ph102019-07-222-4/+4
* JIT compiler update.zherczeg2019-07-182-3/+4
* JIT compiler update.zherczeg2019-07-1715-202/+865
* Fix omission of (*LF) from list in the C++ wrapper.ph102019-05-232-0/+4
* Fix lcc compiler issue.ph102019-04-202-1/+8
* JIT compiler update.zherczeg2019-03-054-34/+165
* Fix --enable-jit=auto for out-of-tree builds.ph102019-03-012-3/+14
* Final file tidies (dates) for 8.43 release.ph102019-02-233-8/+8
* Final changes for 8.43-RC1ph102019-01-256-35/+51
* JIT compiler update.zherczeg2019-01-221-7/+8
* JIT compiler update.zherczeg2019-01-033-12/+12
* Use TARGET_OS_MAC macro in the executable allocator.zherczeg2018-12-141-5/+13
* Fix MAP_JIT issues on Mac. Patch by Carlo Arenas.zherczeg2018-12-131-15/+14
* Improve MAP_JIT flag usage on MacOS. Patch by Rich Siegel.zherczeg2018-11-252-3/+37
* Fix zero-repeat leading subroutine call first character error.ph102018-10-204-0/+46
* Fix subject buffer overread in JIT.zherczeg2018-09-212-1/+4
* Fix anchoring bug in conditional subexpression.ph102018-09-024-2/+22
* Fix bad auto-possessify for certain classes.ph102018-08-174-2/+14
* JIT compiler update.zherczeg2018-08-133-12/+19
* Fix typos in pcrgrep.ph102018-06-262-2/+7
* Fix two C++ wrapper bugs, unnoticed for years. ph102018-06-264-10/+106
* Fix typos.ph102018-05-301-2/+2
* 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