summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Documentation edits for coverage.ph102012-10-272-10/+30
* Another attempt at getting "make config.h.generic" work cleanly and robustly.ph102012-10-271-2/+4
* Get rid of signed/unsigned compiler warnings (Zoltan's patch).ph102012-10-271-10/+11
* JIT compiler update.zherczeg2012-10-263-2/+34
* tests: Improve test coverage for pcre_valid_utf8.cchpe2012-10-242-57/+130
* tests: Revert change to how valgrind is runchpe2012-10-241-3/+4
* Create the *.generic files using "make" instead of PrepareRelease.ph102012-10-243-30/+22
* Previous patch for no stack recursion was incomplete.ph102012-10-241-4/+1
* Fix typo (duplicate label) when --disable-stack-for-recursion is set.ph102012-10-241-2/+2
* Add --enable-valgrind to the configuration of the tests that are run using ph102012-10-241-0/+1
* Add test for 32+16 but not 8-bit and a test for all three.ph102012-10-231-1/+3
* Check for gcc when coverage is enabled in CMake.ph102012-10-231-1/+4
* tests: Fix test suite to passchpe2012-10-231-1/+1
* build: Don't use ?= variable assignment in Makefile.amchpe2012-10-231-5/+5
* Include character values in error messages for invalid conversions to 16 and 32 ph102012-10-231-4/+4
* Update comment for --enable-coverage to note that pcretest is linked with gcov ph102012-10-231-2/+2
* Add Valgrind & coverage support to the CMake configuration, but without the ph102012-10-232-0/+20
* build: Hide gcov rules when not building with coverage enabledchpe2012-10-221-0/+9
* Fix -Wundef warnings when stdint.h is not availablechpe2012-10-221-2/+2
* build: Add new test input and output files to EXTRA_DISTchpe2012-10-221-4/+16
* build: Add code coverage reportingchpe2012-10-224-2/+173
* Lose compiler warning when UTF not configured.ph102012-10-211-0/+1
* Lose compiler warnings for unused parameter and defined but not used when UTF ph102012-10-211-0/+4
* Lose unused variable warning when UTF not supported.ph102012-10-211-0/+2
* Add missing SUPPORT_PCRE32 line for CMake.ph102012-10-211-0/+1
* valgrind: pcretest: Mark data buffer as unaddressable after the end of the datachpe2012-10-211-3/+22
* valgrind: Mark excess code space as unaddressablechpe2012-10-211-0/+7
* valgrind: Add --support-valgrind configure optionchpe2012-10-214-0/+70
* Fix byte order issue when the result of badmode is shown.zherczeg2012-10-215-6/+10
* Major JIT compiler update with experimental Sparc 32 support.zherczeg2012-10-2017-804/+2357
* Refactor the solution of the unsigned overflow.zherczeg2012-10-202-21/+18
* Fix overflow by unsigned conversionchpe2012-10-201-4/+14
* Fix a possible overflow in 64 bit.zherczeg2012-10-201-1/+2
* Clean up compiler warnings for pcre_exec.c in all modes.ph102012-10-192-5/+5
* Clean up compiler warnings in pcre_dfa_exec.c in all modes.ph102012-10-191-2/+3
* Get rid of compiler warnings from pcre_compile.c in all modes.ph102012-10-192-5/+9
* Fix bugs in pcretest when different combinations of 8-, 16-, and 32-bit ph102012-10-191-40/+26
* Change comment.ph102012-10-191-0/+1
* I found a neater way of defining the macros in the case where 2 out of 3 modes ph102012-10-191-383/+105
* Change spaces back to tabs in JIT test.zherczeg2012-10-191-237/+237
* Fix some sign-conversion warningschpe2012-10-181-4/+3
* Fix some sign-conversion warningschpe2012-10-181-11/+12
* pcregrep: Fix unused variable warningchpe2012-10-181-0/+2
* pcre32: Fix signed-unsigned comparechpe2012-10-181-2/+2
* pcre32: Fix signed-unsigned comparechpe2012-10-182-4/+4
* pcre32: Fix signed-unsigned comparechpe2012-10-185-4/+5
* pcre32: Fix signed-unsigned comparechpe2012-10-181-7/+7
* pcre32: Fix signed-unsigned comparechpe2012-10-181-3/+3
* pcre32: Fix signed-unsigned comparechpe2012-10-181-3/+3
* pcre32: Fix signed-unsigned comparechpe2012-10-181-17/+21