summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag the 7.7 release.pcre-7.7ph102008-05-070-0/+0
* Final updates for 7.7 release.ph102008-05-073-8/+8
* Fix typo in ucpinternal.h.ph102008-04-302-1/+6
* Tidies for the 7.7-RC1 distribution.ph102008-04-2834-1210/+1476
* CMake patches for readline support to ensure ncurses is linked when required.ph102008-04-223-3/+25
* Fixes to pcretest for readline support on Windows.ph102008-04-212-0/+9
* Slight performance improvement by using the new OP_ALLANY opcode for cases of ph102008-04-208-91/+54
* Fix DFA (?!) bug; add support for JavaScript empty classes.ph102008-04-1913-152/+418
* Fix incorrect error for patterns like /(?2)[]a()b](abc)/ph102008-04-184-1/+94
* Some systems have a diff without a -u option. Test for it.ph102008-04-131-3/+9
* Update docs to point out that sometimes -lncurses will be needed with ph102008-04-132-3/+30
* Forgot to add PCRE_JAVASCRIPT_COMPAT to pcre.h.in.ph102008-04-131-0/+1
* Added PCRE_JAVASCRIPT_COMPAT option.ph102008-04-1212-54/+141
* Do not discard subpatterns with {0} quantifiers, as they may be called as ph102008-04-1210-38/+111
* Fix bug in Oniguruma \g support.ph102008-04-113-4/+21
* Add Oniguruma syntax \g<...> and \g'...' for subroutine calls.ph102008-04-107-26/+344
* Alan Lehotsky's patch for REG_STARTEND.ph102008-04-054-7/+39
* Applied Craig's patch to remove the use of push_back().ph102008-04-052-2/+4
* Craig's further amended patch for OS X.ph102008-04-053-21/+48
* Craig's second patch to fix the previous one.ph102008-03-282-6/+10
* Patch to pcrecpp.cc to fix an OS X linking problem.ph102008-03-262-3/+18
* Added some missing "const"s to declarations of static tables in ph102008-03-083-5/+8
* Craig's patch to the QuoteMeta function in pcrecpp.cc so that it escapes theph102008-03-084-10/+24
* Add --include_dir and --exclude_dir to pcregrep.ph102008-03-084-25/+91
* Fix bugs with --include and --exclude in pcregrep.ph102008-03-073-20/+39
* Remove a line of dead code, identified by coverity and reported by Nuno Lopes.ph102008-03-052-1/+3
* Craig's patch to pcrecpp.cc to restore ABI compatibility with pre-7.6 versions,ph102008-03-052-0/+12
* Craig's patch to sort out a long long problem: "If we can't convert ph102008-03-052-10/+27
* File tidy-up for 7.6 release.ph102008-01-285-20/+22
* Further tidies from Sheri and Christian.ph102008-01-281-93/+113
* Further tidies in comments about Windows use.ph102008-01-252-8/+20
* Update comments about CMake.ph102008-01-251-34/+35
* Update comments in pcredemo.c to point out the necessity of using PCRE_STATICph102008-01-251-6/+15
* Wording tidy, as suggested by Sheri.ph102008-01-251-4/+9
* Tidies for 7.6-RC2.ph102008-01-234-32/+30
* Remove the automatic build of pcredemo.ph102008-01-236-30/+40
* Applied Sheri's patch to CMakeLists.txt to add library name options and correct ph102008-01-233-4/+51
* List actual files, not the whole cmake directory, for inclusion in the ph102008-01-231-1/+3
* Tidies for 7.6-RC1 test release.ph102008-01-215-25/+33
* Apply Craig's patch to move no_arg into the RE class.ph102008-01-214-12/+17
* Add Ron Aaron's Makefile patch (experimentally).ph102008-01-202-0/+24
* Added user-suggested comments about CMake relative paths to NON-UNIX-USE.ph102008-01-201-3/+34
* Update copyright year to 2008.ph102008-01-2028-31/+31
* Add detail to cmake update note.ph102008-01-201-1/+10
* Apply Christian Ehrlicher's patch to update the CMake files.ph102008-01-207-90/+275
* Exclude "long long" test in pcrecpp_unittest when HAVE_LONG_LONG is not ph102008-01-203-5/+11
* Add TagRelease.ph102008-01-140-0/+0
* Fix buffer overrun for class with very many characters whose codepoints are ph102008-01-145-3/+27
* Tidies for the 7.5 release.ph102008-01-106-49/+49
* Craig's patch for the double-counting bug in global replace.ph102008-01-043-23/+42