summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Tagged release 10.22.pcre2-10.22ph102016-07-290-0/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/tags/pcre2-10.22@552 6239d852-aaf2-0410-a92c-79f79f948069
* Final file tidies for 10.22.ph102016-07-2910-45/+56
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@551 6239d852-aaf2-0410-a92c-79f79f948069
* Tidy code to get rid of compiler warnings.ph102016-07-273-3/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@550 6239d852-aaf2-0410-a92c-79f79f948069
* Update comments and correct name of memmove substitute function.ph102016-07-271-31/+32
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@549 6239d852-aaf2-0410-a92c-79f79f948069
* Minor JIT compiler update.zherczeg2016-07-173-13/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@548 6239d852-aaf2-0410-a92c-79f79f948069
* Fix unaligned accesses on x86. Patch by Marc Mutz.zherczeg2016-07-155-37/+71
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@547 6239d852-aaf2-0410-a92c-79f79f948069
* Fix new tests when newline is not LF.ph102016-07-062-4/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@546 6239d852-aaf2-0410-a92c-79f79f948069
* Ignore "allcaptures" after DFA matching.ph102016-07-065-8/+33
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@545 6239d852-aaf2-0410-a92c-79f79f948069
* Detect overflow in pcre2test pattern and subject repetition counts.ph102016-07-064-3/+43
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@544 6239d852-aaf2-0410-a92c-79f79f948069
* Fix typo again - hopefully correctly this time.ph102016-07-031-8/+8
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@543 6239d852-aaf2-0410-a92c-79f79f948069
* Fix typos and add clarification to documentation.ph102016-07-021-15/+18
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@542 6239d852-aaf2-0410-a92c-79f79f948069
* Fix incorrect SONAME for pcre2posix wrapper library.ph102016-07-021-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@541 6239d852-aaf2-0410-a92c-79f79f948069
* Additional test for recent JIT bugfix.ph102016-07-022-0/+18
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@540 6239d852-aaf2-0410-a92c-79f79f948069
* Fix register overwite in JIT when SSE2 acceleration is enabled.zherczeg2016-07-013-2/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@539 6239d852-aaf2-0410-a92c-79f79f948069
* Documentation detrail and make HTML for 10.22-RC1.ph102016-06-2933-221/+258
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@538 6239d852-aaf2-0410-a92c-79f79f948069
* File tidies for 10.22-RC1ph102016-06-294-8/+30
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@537 6239d852-aaf2-0410-a92c-79f79f948069
* Correct valgrind settings for JIT regression testing; more minor selector ph102016-06-291-5/+5
| | | | | | | tweaks. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@536 6239d852-aaf2-0410-a92c-79f79f948069
* Add missing #ifdef SUPPORT_UNICODE to avoid "unused variable" warning.ph102016-06-281-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@535 6239d852-aaf2-0410-a92c-79f79f948069
* Add MSVC snprintf fix to pcre2posix.c, which no longer includes ph102016-06-262-1/+11
| | | | | | | pcre2_internal.h. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@534 6239d852-aaf2-0410-a92c-79f79f948069
* Update patch for MSVC static compilation (see Bugzilla #1681).ph102016-06-242-6/+13
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@533 6239d852-aaf2-0410-a92c-79f79f948069
* Upgrade RunTest to try test 2 with a large stack if it fails with a smaller one ph102016-06-222-9/+33
| | | | | | | when running the interpreter. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@532 6239d852-aaf2-0410-a92c-79f79f948069
* Fix two compiler warnings from clang when only one code unit width is ph102016-06-222-4/+9
| | | | | | | supported. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@531 6239d852-aaf2-0410-a92c-79f79f948069
* Support \C in lookbehinds and DFA matching in UTF-32 mode.ph102016-06-209-27/+52
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@530 6239d852-aaf2-0410-a92c-79f79f948069
* Documentation clarification.ph102016-06-191-6/+11
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@529 6239d852-aaf2-0410-a92c-79f79f948069
* Fix bad interaction between -o and -M in pcre2grep.ph102016-06-175-23/+91
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@528 6239d852-aaf2-0410-a92c-79f79f948069
* Exclude __INTEL_COMPILER in the test for __GNUC__.ph102016-06-172-1/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@527 6239d852-aaf2-0410-a92c-79f79f948069
* Return an error code when pcre2_get_error_message() does not recognize an error ph102016-06-1713-443/+691
| | | | | | | code, and add a pcre2test facility for testing this. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@526 6239d852-aaf2-0410-a92c-79f79f948069
* Fix possible negative index possibility in pcre2test.ph102016-06-142-1/+7
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@525 6239d852-aaf2-0410-a92c-79f79f948069
* Fix comment describing returns from find_fixedlength().ph102016-06-142-4/+7
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@524 6239d852-aaf2-0410-a92c-79f79f948069
* Fix typo that gave compiler error when JIT not supported.ph102016-06-142-1/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@523 6239d852-aaf2-0410-a92c-79f79f948069
* Implement PCRE2_NO_JIT, update HTML docs as well.ph102016-06-0518-747/+880
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@522 6239d852-aaf2-0410-a92c-79f79f948069
* Fix typo in pcre2grep documentation.ph102016-06-053-30/+132
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@521 6239d852-aaf2-0410-a92c-79f79f948069
* Update valgrind parameters in RunGrepTest and arrange for the suppressions file ph102016-05-313-121/+141
| | | | | | | to be used when JIT is supported. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@520 6239d852-aaf2-0410-a92c-79f79f948069
* Make pcre2grep use JIT (it was omitted by mistake).ph102016-05-312-2/+20
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@519 6239d852-aaf2-0410-a92c-79f79f948069
* Fix typo in test program.ph102016-05-252-4/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@518 6239d852-aaf2-0410-a92c-79f79f948069
* Add a bit more sanity checking to pcre2_serialize_decode(), and document.ph102016-05-246-8/+32
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@517 6239d852-aaf2-0410-a92c-79f79f948069
* Minor refactor to avoid "left shift of negative number" warning.ph102016-05-212-2/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@516 6239d852-aaf2-0410-a92c-79f79f948069
* Minor code refactor to avoid compiler warning.ph102016-05-202-11/+13
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@515 6239d852-aaf2-0410-a92c-79f79f948069
* A racing condition is fixed in JIT reported by Mozilla.zherczeg2016-05-192-1/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@514 6239d852-aaf2-0410-a92c-79f79f948069
* Refactor pcre2posix.c so as not to #include pcre2_internal.h.ph102016-05-143-10/+47
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@513 6239d852-aaf2-0410-a92c-79f79f948069
* Fix bug for test 22.ph102016-04-222-0/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@512 6239d852-aaf2-0410-a92c-79f79f948069
* Style updates in JIT.zherczeg2016-04-121-13/+13
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@511 6239d852-aaf2-0410-a92c-79f79f948069
* Tidy up patch for Windows binary stdout in pcre2grep.ph102016-04-061-1/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@510 6239d852-aaf2-0410-a92c-79f79f948069
* Add comment about binary zeros.ph102016-04-061-7/+11
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@509 6239d852-aaf2-0410-a92c-79f79f948069
* Support Android ARM64 cacheflush in JIT. Patch by Tavian Barnes.zherczeg2016-04-063-0/+24
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@508 6239d852-aaf2-0410-a92c-79f79f948069
* Add callout support to pcre2grepph102016-04-0112-24/+441
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@507 6239d852-aaf2-0410-a92c-79f79f948069
* pcre2grep: fix \r\r\n problem for Windows, and give buffer size in error ph102016-04-013-31/+64
| | | | | | | message. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@506 6239d852-aaf2-0410-a92c-79f79f948069
* JIT compiler update.zherczeg2016-03-0412-596/+610
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@505 6239d852-aaf2-0410-a92c-79f79f948069
* Apply supplied patch for MSVC static compilation.ph102016-03-012-0/+16
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@504 6239d852-aaf2-0410-a92c-79f79f948069
* Define snprintf as _snprintf for older MSVC compilers.ph102016-02-292-0/+12
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@503 6239d852-aaf2-0410-a92c-79f79f948069