summaryrefslogtreecommitdiff
path: root/pcretest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (1) Move internal flags out of the options field, to make room.ph102007-09-101-0/+1
* Add (*CR) etc.ph102007-08-211-7/+33
* Don't advance by 2 if explicit \r or \n in the pattern. Add ph102007-08-211-1/+4
* Update UTF-8 validity check and documentation.ph102007-08-091-1/+1
* Add Perl 5.10's backtracking verbs.ph102007-08-081-1/+2
* Correct errors in previous patch; tidy for test release.ph102007-08-011-2/+2
* Daniel's patch for config.h and Windows DLL declarations (not fully working).ph102007-07-311-0/+4
* Drastically reduce workspace used for alternatives in groups; also some ph102007-06-051-4/+4
* Add PCRE_INFO_OKPARTIAL and PCRE_INFO_JCHANGED.ph102007-06-041-11/+8
* Tidies: added some casts and some missing #ifdefs.ph102007-04-171-2/+2
* Update HTML documentation.ph102007-04-171-4/+4
* Add PCRE_NEWLINE_ANYCRLF.ph102007-04-161-7/+17
* Fix bad handling of data lines longer than 50K by pcretest.ph102007-04-161-2/+2
* Another buglet in pcretest for "any" newline and /g.ph102007-04-051-2/+11
* Reworked all the WIN32 __declspec stuff in the hope of getting it right.ph102007-04-041-5/+8
* Daniel's patches to add to the CMake support.ph102007-04-021-3/+3
* Previous fix for pcretest was buggy. Try again.ph102007-04-021-24/+23
* Trailing spaces.ph102007-03-301-10/+10
* Fixed obscure bug when matching a null string in multiline mode with ph102007-03-301-4/+19
* Fixed bug in the debugging /Z option of pcretest that made it assume /8.ph102007-03-191-1/+1
* Removal of trailing spaces.ph102007-03-121-2/+2
* Add some missing free() calls to pcretest and pcregrep.ph102007-03-121-1/+1
* Tests cleanup: use -C in RunTest; add /Z to pcretest and make test 3 ph102007-03-091-1/+3
* Added some additional #ifdef SUPPORT_UTF8 to minimize the code when UTF-8 ph102007-03-071-4/+11
* Load pcre-7.0 into code/trunk.nigel2007-02-241-64/+183
* Load pcre-6.7 into code/trunk.nigel2007-02-241-68/+314
* Load pcre-6.5 into code/trunk.nigel2007-02-241-37/+79
* Load pcre-6.4 into code/trunk.nigel2007-02-241-10/+67
* Load pcre-6.1 into code/trunk.nigel2007-02-241-0/+34
* Load pcre-6.0 into code/trunk.nigel2007-02-241-100/+121
* Load pcre-5.0 into code/trunk.nigel2007-02-241-77/+380
* Load pcre-4.5 into code/trunk.nigel2007-02-241-11/+61
* Load pcre-4.4 into code/trunk.nigel2007-02-241-16/+28