summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pcretest was not diagnosing characters > 0x7fffffff in 8-bit mode.ph102012-10-304-0/+25
* Add PCRE_ERROR_BADLENGTH for a negative length.ph102012-10-304-1/+6
* Fix function declaration in JIT test.zherczeg2012-10-291-3/+3
* JIT native interface.zherczeg2012-10-297-47/+170
* Use CHAR_NULL in pcre_compile when checking for character zero.ph102012-10-283-47/+49
* Add a definition for CHAR_NULL (helpful for the z/OS port).ph102012-10-282-0/+4
* Update comments.ph102012-10-281-8/+8
* Change 0 to NULL for mmap in the JIT compiler.zherczeg2012-10-282-4/+4
* JIT compiler update.zherczeg2012-10-2815-120/+211
* build: Add target to just clean the *.gcda fileschpe2012-10-271-4/+9
* build: Improve coverage ruleschpe2012-10-271-30/+56
* tests: Add tests for short UTF-8 and UTF-16chpe2012-10-274-4/+67
* 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