summaryrefslogtreecommitdiff
path: root/pcretest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Experimental stack size determination.ph102012-01-191-1/+3
* Add PCRE_CONFIG_JITTARGET output to pcretest -C.ph102012-01-181-1/+5
* Get rid of a number of -Wunused-but-set-variable compiler warnings.ph102012-01-151-3/+9
* Diagnose more than 8 hex digits in \x{...} in pcretest data lines.ph102012-01-111-3/+8
* rename PCRE_SCHAR16 to PCRE_UCHAR16 and JIT compiler updatezherczeg2012-01-091-2/+2
* Add pcre16 prefix to 16 bit structszherczeg2012-01-051-36/+68
* add pcre16_callout_block and pcre16_extrazherczeg2012-01-041-9/+9
* fix signed/unsigned half load mismatches and JIT compiler updatezherczeg2012-01-031-1/+1
* Typos in PrepareRelease; include 16-bit in make distcheck; fix RunTest and ph102011-12-311-27/+28
* use unsigned short for 16 bit strings and a minor fixzherczeg2011-12-311-3/+2
* endianness fixes and JIT compiler updatezherczeg2011-12-301-19/+42
* Add -C newline to pcretest; update ManyConfigTests to use new -C features; add ph102011-12-291-1/+12
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-514/+1698
* Rolled back trunk to r755 to prepare for merging the 16-bit branch.ph102011-12-281-28/+13
* Source tidies for 8.21-RC1ph102011-12-061-6/+6
* Preserve the size of JIT compiled code. Add PCRE_INFO_JITSIZE and use it forph102011-12-021-11/+20
* Fix pcretest not forgetting JIT after it has been used once.ph102011-12-011-0/+1
* Expand compile workspace for very many forward references. This ups the limit ph102011-11-301-4/+9
* Source tidies for 8.20 release.ph102011-10-211-2/+2
* Rewrite code that broke under Mac OS (isxdigit with ++ in its argument).ph102011-10-131-1/+7
* Fix ASCII dependency in pcretest when decoding hex characters.ph102011-10-121-2/+2
* Final source and document tidies for 8.20-RC1.ph102011-09-111-27/+27
* Patch to RunTest for use with simulations; further JIT code/test tidies.ph102011-09-091-22/+1
* Give PCRE_ERROR_JIT_STACKLIMIT when JIT runs out of stack.ph102011-08-271-1/+2
* Change pcre_assign_jit_callback to pcre_assign_jit_stack.ph102011-08-271-1/+1
* More JIT testing.ph102011-08-261-1/+25
* Commit all the changes for JIT support, but without any documentation yet.ph102011-08-221-19/+84
* Fix incorrect comment in pcretest.c.ph102011-08-151-2/+1
* Documentation and general text tidies in preparation for test release.ph102011-08-021-40/+40