summaryrefslogtreecommitdiff
path: root/pcretest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix missing code for missing strtoul() and strerror(). ph102010-10-261-0/+24
* Change the way PCRE_PARTIAL_HARD handles \z, \Z, \b, \B, and $.ph102010-10-221-0/+2
* Tidyup for 8.10-RC2 test release.ph102010-06-161-21/+21
* Add /T option to pcretest and additional tests with non-standard tables.ph102010-06-141-2/+351
* Add newline in pcretest output if the last data line doesn't have one.ph102010-06-081-2/+6
* Prepare for release candidate.ph102010-06-031-1/+1
* Added a lot of (int) casts to avoid compiler warnings in systems where ph102010-06-011-3/+3
* Added PCRE_UCP and related stuff to make \w etc use Unicode properties.ph102010-05-181-5/+7
* Avoid compiler warning in pcretest.ph102010-05-041-1/+1
* Fix compile problems when heap is in useph102010-03-301-12/+12
* Add support for *MARK and names for *PRUNE, *SKIP, *THEN.ph102010-03-271-2/+27
* Tidies for 8.02-RC1 release.ph102010-03-101-1/+1
* Fix missing data in coptable and poptable vectors; add compile-time checks for ph102010-03-031-8/+9
* Tidy up, remove trailing spaces, etc. for 8.00-RC1.ph102009-10-051-8/+8
* Added lower bound length-finding to pcre_study() and use it when matching; make ph102009-09-261-5/+10
* Added PCRE_NOTEMPTY_ATSTART to fix /g bug when \K is present.ph102009-09-111-5/+8
* Add REG_UNGREEDY (non-standard) to the POSIX interface.ph102009-09-021-0/+1
* Add new PCRE_PARTIAL_HARD option.ph102009-08-281-1/+2
* Remove restrictions on pcre_exec() partial matching.ph102009-08-261-5/+6
* File tidies for 7.9 release.ph102009-04-111-6/+6
* Add support for (*UTF8).ph102009-04-111-5/+15
* Wrap fileno/isatty defs for Windows in #ifndefsph102009-04-101-1/+6
* Update after detrailing for a test release.ph102009-03-171-6/+6
* Add support for UTF-8 in EBCDIC environments.ph102009-03-171-5/+9
* Add PCRE_NO_START_OPTIMIZEph102009-03-151-0/+4