summaryrefslogtreecommitdiff
path: root/pcretest.c
Commit message (Expand)AuthorAgeFilesLines
...
* Lose compiler warnings.ph102012-11-041-0/+7
* Temporarily remove 32-bit maskingchpe2012-11-031-23/+1
* pcretest was not diagnosing characters > 0x7fffffff in 8-bit mode.ph102012-10-301-0/+6
* Add PCRE_ERROR_BADLENGTH for a negative length.ph102012-10-301-1/+3
* JIT native interface.zherczeg2012-10-291-1/+1
* Include character values in error messages for invalid conversions to 16 and 32 ph102012-10-231-4/+4
* valgrind: pcretest: Mark data buffer as unaddressable after the end of the datachpe2012-10-211-3/+22
* Fix byte order issue when the result of badmode is shown.zherczeg2012-10-211-2/+6
* Fix bugs in pcretest when different combinations of 8-, 16-, and 32-bit ph102012-10-191-40/+26
* I found a neater way of defining the macros in the case where 2 out of 3 modes ph102012-10-191-383/+105
* Remove unused variablechpe2012-10-181-3/+0
* Fix uninitialised variable warningschpe2012-10-181-1/+2
* Add extra parentheses around && inside ||chpe2012-10-181-2/+1
* Fix pcretest compiler warnings and make it compile with only 2 out of 3 bit ph102012-10-171-32/+511
* pcre32: Remove masking from UTF-32 validationchpe2012-10-161-0/+1
* pcre32: pcretest: Add -32+ optionchpe2012-10-161-6/+64
* pcre32: Rename new values to pcre32_fullinfochpe2012-10-161-4/+4
* pcre32: pcretest: Add missing pcre32 checkschpe2012-10-161-2/+22
* pcre32: pcretest: Add explicit -8 optionchpe2012-10-161-0/+9
* pcre32: pcretest: Don't convert data line to UTF-8 firstchpe2012-10-161-89/+145
* pcre32: pcretest: Comment fixeschpe2012-10-161-3/+3
* pcre32: pcretest: More 32-bit fixeschpe2012-10-161-12/+14
* pcre32: pcretest: Fix pchar for 32-bitchpe2012-10-161-5/+3
* pcre32: pcretest: 32-bit cleanlinesschpe2012-10-161-6/+7
* pcre32: fullinfo: Add variants of (FIRST|LAST)LITERAL that are 32-bit cleanchpe2012-10-161-10/+13
* pcre32: pcretest: Make pchar 32-bit cleanchpe2012-10-161-3/+3
* pcre32: Add 32-bit librarychpe2012-10-161-153/+734
* All the remaining changes for handling characters with more than one other ph102012-09-251-1/+2
* General spring-clean of EBCDIC-related issues in the code, which had decayed ph102012-09-101-20/+37
* Fix -C option in pcretest for EBCDIC environments.ph102012-09-081-12/+39
* Small patches for the z/OS port that don't affect other OS.ph102012-09-031-1/+6
* Add support for PCRE_STUDY_EXTRA_NEEDED.ph102012-08-281-13/+32
* Tidies to pcretest to ensure freeing memory and closing files.ph102012-08-261-8/+25
* Document update for 8.31-RC1 test release.ph102012-06-021-10/+10
* Fix ovector overrun when backreferences need temporary memory and the highest ph102012-04-211-0/+1
* Fix long-standing DFA testing restart bug in pcretest, and add some ph102012-04-191-44/+66
* Add support for linking pcretest with libedit instead of libreadline.ph102012-02-251-7/+19
* Add support for PCRE_INFO_MAXLOOKBEHIND.ph102012-02-241-2/+6
* (*MARK) support, set_SOM optimization and other fixes in JITzherczeg2012-02-241-1/+1
* Re-implement /S++ and -s++ in pcretest in a thread-safe way, using JIT ph102012-02-221-4/+9
* Make it possible for pcretest to select which JIT compile options are used.ph102012-02-211-9/+27
* Set PCRE_EXTRA_USED_JIT when JIT was actually used at runtime. Add /S++ andph102012-02-201-23/+43
* Partial matching support is added to the JIT compilerzherczeg2012-02-131-2/+6
* Final source and document tidies for 8.30.ph102012-02-041-1/+1
* One more cast to avoid compiler warning about 'const'.ph102012-01-301-1/+1
* fix local symbol issues in pcre_printint.czherczeg2012-01-231-2/+1
* Additional casts to avoid compiler warnings, originally from a MS compiler, but ph102012-01-231-2/+3
* Source file tidies for 8.30-RC1 release; fix Makefile.am bugs for building ph102012-01-211-9/+9
* More tidies and documentation for stack frame measurement.ph102012-01-211-1/+1
* Modified, and made non-default the stack size info experimental code.ph102012-01-201-3/+7