summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag 10.21 release.pcre2-10.21ph102016-01-120-0/+0
* Final file updates for 10.21 release.ph102016-01-1243-65/+65
* Remove unwanted trailing space in test data.ph102016-01-072-2/+2
* Fix erroneous COPYING file.ph102016-01-051-672/+3
* Final file tidies for 8.21-RC1.ph102015-12-182-6/+34
* File tidies, version updates, etc. for 10.21-RC1ph102015-12-1748-1361/+1730
* Cast needed for 32-bit environments.ph102015-12-171-2/+2
* Fix printing of *MARK names containing binary zeroes in pcre2test.ph102015-12-164-9/+51
* Some tests were in the wrong files.ph102015-12-1510-25/+29
* Fix minor glitch.ph102015-12-151-9/+12
* Documentation update.ph102015-12-151-16/+59
* Implement PCRE2_SUBSTITUTE_{OVERFLOW_LENGTH,UNKNOWN_UNSET}.ph102015-12-1210-350/+557
* Update overflow checks in pcre2test to allow for ULONG_MAX==UINT32_MAX.ph102015-12-093-14/+39
* Harden pcre2test against ridiculously large values in modifiers and command ph102015-12-054-38/+67
* Update forgotten documentph102015-12-041-1/+2
* Implement PCRE2_SUBSTITUTE_UNSET_EMPTY.ph102015-12-049-155/+253
* Fix typo introduced by ChangeLog 107.ph102015-12-043-9/+14
* Fix \) in (*verb) "name" bug.ph102015-12-034-2/+31
* Documentation clarification.ph102015-12-032-8/+11
* Tidy commentph102015-12-031-2/+3
* Fix /x bug when pattern starts with whitespace followed by (?-x).ph102015-12-034-59/+42
* Fix issues with NULL characters in patterns.ph102015-12-025-19/+122
* Fix extended *verb name ignored terminating whitespace bug.ph102015-12-014-8/+39
* Fix empty \Q\E between an item and a qualifier in auto-callout mode.ph102015-11-304-24/+72
* Allow for up to 32-bit numbers in the ordin() function in pcre2grep.ph102015-11-292-1/+3
* Give error for regexec with pmatch=NULL and REG_STARTEND set.ph102015-11-293-3/+8
* Fix bad behaviour for isolated \E before qualifier with auto-callout.ph102015-11-274-4/+24
* Updated tests for previous patch.ph102015-11-272-0/+27
* Fix negated POSIX class bug.ph102015-11-272-24/+27
* Fix bad offset value in invalid UTF pattern error.ph102015-11-275-10/+19
* Fix auto-callout with (?# comment bug.ph102015-11-256-39/+113
* Documentation updates.ph102015-11-212-19/+24
* Make startoffset a synonym of offset in pcre2test.ph102015-11-215-4/+9
* Fix wide character problem with negated POSIX ascii and xdigit class items.ph102015-11-206-9/+205
* Hotfix for [:punct:] in JIT.zherczeg2015-11-181-1/+1
* Fix [:punct:] bug in UCP mode (matching chars in the range 128-255)ph102015-11-174-1/+11
* Fix single-character POSIX class bug in UCP mode.ph102015-11-176-11/+74
* Fix two offset_limit bug in JIT.zherczeg2015-11-164-12/+36
* Re-arrange valgrind code.ph102015-11-152-19/+17
* Support offset limit in JIT.zherczeg2015-11-153-65/+80
* Implement PCRE2_INFO_HASBACKSLASHC.ph102015-11-1412-7/+45
* Documentation improvement.ph102015-11-141-15/+18
* Document JIT compile size limit and give more info in pcre2test.ph102015-11-144-18/+39
* Run test 8 (sizes and offsets and mode-specific things) for link size 3 and 4 ph102015-11-1412-50/+6251
* Paranoid check in regcomp() for bad error code from pcre2_compile().ph102015-11-132-1/+8
* Add a new test.ph102015-11-132-0/+7
* Don't split CRLF in pcre2_substitute() when it's a valid newline sequence.ph102015-11-136-7/+87
* Give match data memory failur in regcomp() instead of regexec()ph102015-11-123-17/+30
* Tidy another out-of-bounds pointer issue.ph102015-11-123-26/+29
* Check for too many replacements (more than INT_MAX) in pcre2_substitute()ph102015-11-115-0/+16