| Commit message (Expand) | Author | Age | Files | Lines |
* | File tidies for 8.39-RC1. | ph10 | 2016-05-23 | 1 | -1/+1 |
* | Fix workspace overflow for (*ACCEPT) with deeply nested parentheses. | ph10 | 2016-02-10 | 1 | -2/+3 |
* | Give error for regexec with pmatch=NULL and REG_STARTEND set. | ph10 | 2015-11-29 | 1 | -0/+1 |
* | Files tidied for 8.36-RC1. | ph10 | 2014-09-15 | 1 | -1/+1 |
* | Give error for \x{} and \o{}. | ph10 | 2014-05-27 | 1 | -1/+2 |
* | Implement pcre_stack_guard. | ph10 | 2014-02-09 | 1 | -2/+4 |
* | Source tidies for 8.34-RC1. | ph10 | 2013-11-19 | 1 | -5/+5 |
* | Require group names to start with a non-digit. | ph10 | 2013-11-09 | 1 | -1/+2 |
* | Give errors for [A-\d] and [a-[:digit:]] etc. | ph10 | 2013-11-06 | 1 | -1/+2 |
* | Implement compile-time nested parentheses limit, specified at build time. | ph10 | 2013-11-05 | 1 | -1/+2 |
* | Add \o{} and tidy up \x{} handling. Minor update to RunTest. | ph10 | 2013-10-09 | 1 | -2/+6 |
* | Source tidies (trails spaces, html updates) for 8.33-RC1. | ph10 | 2013-05-01 | 1 | -1/+1 |
* | Implement PCRE_NEVER_UTF | ph10 | 2013-04-05 | 1 | -1/+2 |
* | File tidies, preparing for 8.32-RC1. | ph10 | 2012-11-11 | 1 | -1/+1 |
* | pcre32: Add 32-bit library | chpe | 2012-10-16 | 1 | -3/+4 |
* | Fix re_nsub bug in the POSIX wrapper. | ph10 | 2012-08-29 | 1 | -1/+3 |
* | Source tidies for 8.31-RC2. | ph10 | 2012-06-20 | 1 | -1/+1 |
* | Apply character value checks to \u.... in JavaScript mode, for compatibility | ph10 | 2012-06-17 | 1 | -1/+2 |
* | Document update for 8.31-RC1 test release. | ph10 | 2012-06-02 | 1 | -1/+1 |
* | Check for overlong name in (*MARK) etc. | ph10 | 2012-05-04 | 1 | -1/+3 |
* | Additional casts to avoid compiler warnings, originally from a MS compiler, but | ph10 | 2012-01-23 | 1 | -1/+1 |
* | Source file tidies for 8.30-RC1 release; fix Makefile.am bugs for building | ph10 | 2012-01-21 | 1 | -1/+1 |
* | Tidy compile-time error messages for 16-bit. | ph10 | 2012-01-04 | 1 | -0/+1 |
* | Merging all the changes from the pcre16 branch into the trunk. | ph10 | 2011-12-28 | 1 | -4/+9 |
* | Rolled back trunk to r755 to prepare for merging the 16-bit branch. | ph10 | 2011-12-28 | 1 | -3/+1 |
* | Source tidies for 8.21-RC1 | ph10 | 2011-12-06 | 1 | -3/+3 |
* | Test for workspace overflow with forward reference data. | ph10 | 2011-11-22 | 1 | -0/+1 |
* | Disallow \N in character classes, for Perl compatibility. | ph10 | 2011-11-21 | 1 | -0/+1 |
* | Fixed several items that were being incorrectly rejected as "not fixed length" | ph10 | 2011-11-15 | 1 | -0/+2 |
* | Documentation and general text tidies in preparation for test release. | ph10 | 2011-08-02 | 1 | -1/+1 |
* | Fix isolated \k bug. | ph10 | 2011-07-22 | 1 | -0/+1 |
* | Tidies of documenation and code while preparing for release. | ph10 | 2010-11-24 | 1 | -1/+1 |
* | Give error if \c is followed by a byte > 127 (in ASCII/UTF-8 modes). | ph10 | 2010-11-20 | 1 | -0/+1 |
* | Tidyup for 8.10-RC2 test release. | ph10 | 2010-06-16 | 1 | -2/+2 |
* | Reverse pcreposix.c #include patch; doesn't work on Windows. | ph10 | 2010-06-07 | 1 | -0/+6 |
* | Added a lot of (int) casts to avoid compiler warnings in systems where | ph10 | 2010-06-01 | 1 | -3/+3 |
* | Remove explicit include of pcre.h from pcreposix.c because pcre_internal.h | ph10 | 2010-05-22 | 1 | -1/+0 |
* | Added PCRE_UCP and related stuff to make \w etc use Unicode properties. | ph10 | 2010-05-18 | 1 | -1/+3 |
* | Add support for *MARK and names for *PRUNE, *SKIP, *THEN. | ph10 | 2010-03-27 | 1 | -2/+3 |
* | Tidies for 8.02-RC1 release. | ph10 | 2010-03-10 | 1 | -1/+1 |
* | Add some checks for the eint vector size and the list of compile-time error | ph10 | 2010-03-03 | 1 | -15/+28 |
* | Tidy up, remove trailing spaces, etc. for 8.00-RC1. | ph10 | 2009-10-05 | 1 | -17/+17 |
* | Allow duplicate names for same-numbered groups; forbid different names. | ph10 | 2009-10-03 | 1 | -1/+3 |
* | Add REG_UNGREEDY (non-standard) to the POSIX interface. | ph10 | 2009-09-02 | 1 | -8/+10 |
* | Fix POSIX error code bug. | ph10 | 2009-04-24 | 1 | -3/+24 |
* | Added REG_NOTEMPTY to the POSIX wrapper. | ph10 | 2009-03-11 | 1 | -1/+2 |
* | Add PCRE_CALL_CONVENTION for MSVC users; add some missing PCRE_EXP_DEFNs. | ph10 | 2008-07-09 | 1 | -4/+4 |
* | Tidies for the 7.7-RC1 distribution. | ph10 | 2008-04-28 | 1 | -4/+4 |
* | Added PCRE_JAVASCRIPT_COMPAT option. | ph10 | 2008-04-12 | 1 | -1/+2 |
* | Alan Lehotsky's patch for REG_STARTEND. | ph10 | 2008-04-05 | 1 | -2/+18 |