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