summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* 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
* Further partial match change: add PCRE_PARTIAL_HARD and make more intuitive.ph102009-08-311-5/+20
* Add new PCRE_PARTIAL_HARD option.ph102009-08-281-0/+6
* Remove restrictions on pcre_exec() partial matching.ph102009-08-261-0/+10
* Add #ifndef SUPPORT_UCP to pcre_ucd.cph102009-08-171-0/+7
* Add libpcreposix.pc for pkg-config, which was missing.ph102009-08-151-0/+3
* Fix --regex(p)=pattern not working in pcregrep.ph102009-08-141-0/+5
* Fix --fixed-strings.ph102009-08-141-0/+5
* Fix infelicities to do with --count in pcregrep.ph102009-08-121-1/+9
* Open with "rb" in pcregrep.ph102009-08-121-0/+4
* Fix POSIX error code bug.ph102009-04-241-0/+9
* File tidies for 7.9 release.ph102009-04-111-5/+5
* CMake: arrange for release type compiler flags to be shown in the summary.ph102009-04-111-0/+2
* Add support for (*UTF8).ph102009-04-111-1/+3
* Wrap fileno/isatty defs for Windows in #ifndefsph102009-04-101-11/+15
* Further USPTR additions.ph102009-03-281-1/+4