summaryrefslogtreecommitdiff
path: root/pcretest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added REG_NOTEMPTY to the POSIX wrapper.ph102009-03-111-0/+1
* Add the -M option to pcretest.ph102009-03-101-1/+4
* Bug fixes: forgot to commit these individually.ph102009-03-011-4/+5
* Source tidies for 7.8-RC1 ph102008-08-251-8/+8
* Previous change to pcretest wasn't correct for POSIX mode (needs zero ph102008-07-101-3/+14
* Fix off-end-of-buffer bug for patterns that match only at start of line.ph102008-07-101-0/+6
* Comments about stack usage added.ph102008-07-091-3/+3
* Make pcretest generate a single byte for \x{} escapes in non-UTF-8 mode.ph102008-07-071-3/+13
* Final tidies for new Unicode property code; upgrade to Unicode 5.1.0.ph102008-07-041-3/+4
* Tidies for the 7.7-RC1 distribution.ph102008-04-281-3/+3
* Fixes to pcretest for readline support on Windows.ph102008-04-211-0/+5
* Added PCRE_JAVASCRIPT_COMPAT option.ph102008-04-121-4/+12
* Tidies for 7.5-RC1 release.ph102007-12-231-13/+13
* Added --enable-pcretest-libreadline.ph102007-12-181-11/+50
* Change "alphameric" to "alphanumeric".ph102007-11-201-1/+1
* File tidies caused by building a release.ph102007-09-191-7/+7
* Add casts to pcretest.c to avoid compiler warnings.ph102007-09-191-18/+24
* Refactoring to reduce the number of relocations in a shared library.ph102007-09-111-0/+1
* <config.h> => "config.h" and also some cases of <pcre.h>.ph102007-09-111-1/+1
* Add facility to make \R match only CR, LF, or CRLF.ph102007-09-111-2/+9