summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Final updates for 7.7 release.ph102008-05-071-5/+5
* Fix typo in ucpinternal.h.ph102008-04-301-0/+5
* Tidies for the 7.7-RC1 distribution.ph102008-04-281-54/+54
* CMake patches for readline support to ensure ncurses is linked when required.ph102008-04-221-0/+5
* Fixes to pcretest for readline support on Windows.ph102008-04-211-0/+4
* Slight performance improvement by using the new OP_ALLANY opcode for cases of ph102008-04-201-0/+7
* Fix DFA (?!) bug; add support for JavaScript empty classes.ph102008-04-191-1/+16
* Fix incorrect error for patterns like /(?2)[]a()b](abc)/ph102008-04-181-0/+9
* Added PCRE_JAVASCRIPT_COMPAT option.ph102008-04-121-0/+5
* Do not discard subpatterns with {0} quantifiers, as they may be called as ph102008-04-121-0/+7
* Add Oniguruma syntax \g<...> and \g'...' for subroutine calls.ph102008-04-101-0/+5
* Alan Lehotsky's patch for REG_STARTEND.ph102008-04-051-1/+4
* Applied Craig's patch to remove the use of push_back().ph102008-04-051-0/+2
* Craig's further amended patch for OS X.ph102008-04-051-1/+1
* Craig's second patch to fix the previous one.ph102008-03-281-1/+2
* Patch to pcrecpp.cc to fix an OS X linking problem.ph102008-03-261-0/+3
* Added some missing "const"s to declarations of static tables in ph102008-03-081-0/+3
* Craig's patch to the QuoteMeta function in pcrecpp.cc so that it escapes theph102008-03-081-0/+4
* Add --include_dir and --exclude_dir to pcregrep.ph102008-03-081-0/+3
* Fix bugs with --include and --exclude in pcregrep.ph102008-03-071-0/+12
* Remove a line of dead code, identified by coverity and reported by Nuno Lopes.ph102008-03-051-0/+3
* Craig's patch to pcrecpp.cc to restore ABI compatibility with pre-7.6 versions,ph102008-03-051-0/+4
* Craig's patch to sort out a long long problem: "If we can't convert ph102008-03-051-0/+8
* File tidy-up for 7.6 release.ph102008-01-281-2/+4
* Wording tidy, as suggested by Sheri.ph102008-01-251-4/+9
* Tidies for 7.6-RC2.ph102008-01-231-6/+6
* Remove the automatic build of pcredemo.ph102008-01-231-1/+7
* Applied Sheri's patch to CMakeLists.txt to add library name options and correct ph102008-01-231-0/+3
* Tidies for 7.6-RC1 test release.ph102008-01-211-13/+13
* Apply Craig's patch to move no_arg into the RE class.ph102008-01-211-1/+6
* Add Ron Aaron's Makefile patch (experimentally).ph102008-01-201-0/+4
* Add detail to cmake update note.ph102008-01-201-1/+10
* Apply Christian Ehrlicher's patch to update the CMake files.ph102008-01-201-0/+3
* Exclude "long long" test in pcrecpp_unittest when HAVE_LONG_LONG is not ph102008-01-201-3/+7
* Fix buffer overrun for class with very many characters whose codepoints are ph102008-01-141-0/+7
* Tidies for the 7.5 release.ph102008-01-101-25/+25
* Craig's patch for the double-counting bug in global replace.ph102008-01-041-2/+4
* Remove the use of %n from pcregrep.ph102008-01-011-0/+3
* Make POSIX character class parsing more like Perl.ph102007-12-311-1/+14
* Fix UTF-8/newline=ANY with .* crash.ph102007-12-291-1/+9
* Tidies for 7.5-RC2 release.ph102007-12-271-8/+8
* Update CMake files for new build-arguments.ph102007-12-261-0/+10
* Tidies for 7.5-RC1 release.ph102007-12-231-7/+9
* Fix C++ GlobalReplace() double-counting bug.ph102007-12-191-0/+4
* Added --enable-pcretest-libreadline.ph102007-12-181-0/+2
* Add .gz and .bz2 optional support to pcregrep.ph102007-12-171-41/+43
* Fix bad compiled code for things like /\pL{2}+/ in which a possessive ph102007-12-121-0/+6
* Oops, forgot the ChangeLog.ph102007-12-071-0/+4
* Fix non-diagnosis of (?=a)(?R) (positive lookaheads not skipped when checking ph102007-12-071-0/+5
* Fix -o bugs in pcregrep.ph102007-12-041-0/+10