summaryrefslogtreecommitdiff
path: root/pcretest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass *MARK name to calloutsph102011-07-311-0/+9
* Avoid false positive for infinite recursion by not checking conditionals at ph102011-07-281-1/+2
* Add minix to list of OS not supporting -S in pcretest.ph102011-07-251-1/+1
* Add the /= modifier to pcretest so as to be able to check unset capturing ph102011-07-201-1/+23
* Add the ++ feature to pcretest.ph102011-07-111-11/+12
* Fix two study bugs concerned with minimum subject lengths; add features to ph102011-07-021-10/+26
* Tidy the API for _pcre_valid_utf8() to a more suitable form for a future public ph102011-06-061-6/+7
* Refactoring to reduce stack usage for possessively quantified subpatterns. Also ph102011-06-021-1/+4
* Pass back detailed info when UTF-8 check fails at runtime.ph102011-05-071-3/+50
* Patches to avoid build problems in some Borland environments.ph102010-11-261-0/+8
* Tidies of documenation and code while preparing for release.ph102010-11-241-9/+9
* Added support for (*NO_START_OPT)ph102010-11-211-1/+3
* Test for ridiculous values of starting offsets; tidy UTF-8 code.ph102010-11-061-0/+7
* Fix broken /g code in pcretest and -g code in pcredemo.ph102010-11-031-9/+10