summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Adjust version and date for 8.02 release.ph102010-03-191-1/+1
* Tidies for 8.02-RC1 release.ph102010-03-101-36/+36
* Fix "srtoq" typo in configure.ac.ph102010-03-091-0/+2
* Improve compile-time overrun checking.ph102010-03-091-0/+5
* Fix incorrect compile time error for certain types of recursive patterns.ph102010-03-071-0/+6
* Preparation code for future (*MARK) support.ph102010-03-071-0/+6
* Fix bugs with \K in atomic groups, subroutines, and assertions.ph102010-03-061-0/+7
* Add some checks for the eint vector size and the list of compile-time error ph102010-03-031-0/+9
* Fix missing data in coptable and poptable vectors; add compile-time checks for ph102010-03-031-0/+5
* Use local function indirection for pcre_malloc etc. for Visual Studio and ph102010-03-031-0/+5
* Fix DEFINE bug for forward reference with a possessive quantifier.ph102010-03-021-0/+5
* If stdint.h is not available, include inttypes.h if available.ph102010-03-021-0/+3
* Updated licensing terms in pcregexp.pasph102010-03-021-0/+3
* Added --libs-cpp to pcre-config, but only when C++ support is configured.ph102010-03-021-0/+3
* Update Unicode tables to Unicode version 5.2.0.ph102010-03-011-0/+6
* File tidies and documentation update for 8.01.ph102010-01-191-6/+6
* Fix #947, recursive back reference bug.ph102010-01-111-1/+16
* Fix HP compile problem for pcrecpp.cc.ph102010-01-051-20/+25
* Update autogen.sh to try several names for libtoolize.ph102010-01-041-1/+4
* Fix some discrepancies between "USPTR" and "unsigned char *".ph102010-01-041-1/+13
* Fix partial match bug (code omitted) for \W.ph102010-01-041-0/+3
* Forbid 08 and 09 as minor version numbers.ph102010-01-031-0/+7
* Update stack documentation to be clearer about pcre_dfa_exec().ph102010-01-031-0/+5
* Add AC_CONFIG_MACRO_DIR([m4]) to configure.ac and -I m4 to ACLOCAL_AMFLAGS in ph102010-01-031-0/+10
* Update configure.ac to solve libbz2 problem under Win32.ph102010-01-031-21/+31
* Add casts to avoid compiler warnings.ph102010-01-031-0/+3
* Tidies to allow easier embedded compilation; avoid (double) where possible.ph102010-01-021-0/+24
* Fix C++ wrapper GlobalReplace function for empty matches.ph102010-01-021-0/+4
* Fix bugs relating to the use of (*SKIP) etc in assertions.ph102010-01-021-6/+17
* Fix options set and reset at top level bug.ph102009-12-111-0/+7
* Fix study bug with single-branch conditions, including (DEFINE).ph102009-12-111-0/+9
* Final doc and source tidies for 8.00ph102009-10-191-1/+1
* Fix PCRE_PARTIAL_HARD for patterns that end optionally, e.g. abc*ph102009-10-171-2/+1
* Tidy up, remove trailing spaces, etc. for 8.00-RC1.ph102009-10-051-86/+86
* Fix problems with conditional references to duplicate named subpatterns.ph102009-10-041-0/+8
* Allow duplicate names for same-numbered groups; forbid different names.ph102009-10-031-0/+6
* Added lower bound length-finding to pcre_study() and use it when matching; make ph102009-09-261-0/+16
* Allow fixed-length subroutine calls in lookbehinds.ph102009-09-221-0/+4
* Re-organize tests to make is possible to test 5.10 features against Perl.ph102009-09-151-0/+3
* Capture data when (*ACCEPT) is inside capturing parentheses.ph102009-09-151-0/+5
* Correct returned capture count after recursion has matched more than outer.ph102009-09-151-0/+5
* Added PCRE_NOTEMPTY_ATSTART to fix /g bug when \K is present.ph102009-09-111-0/+5
* Fix internal error for forward reference with [^m] interposing.ph102009-09-061-2/+11
* Add test for diff -u to RunGrepTest.ph102009-09-061-0/+4
* Further updates to partial matching.ph102009-09-051-7/+15
* For regexec(), if pmatch is NULL, force nmatch to be zero.ph102009-09-021-1/+5
* Add REG_UNGREEDY (non-standard) to the POSIX interface.ph102009-09-021-0/+5
* Updage ChangeLog for another bug, already fixed by previous patch.ph102009-09-021-1/+4
* Add -DPCRE_STATIC to configuration files when no shared library is built.ph102009-09-011-0/+4
* Add pcredemo man page, containing a listing of pcredemo.c.ph102009-09-011-0/+4