summaryrefslogtreecommitdiff
path: root/pcretest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (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