summaryrefslogtreecommitdiff
path: root/pcrecpp_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Commit all the changes for JIT support, but without any documentation yet.ph102011-08-221-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@667 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Minor typo: "peculiaraity".ph102011-07-201-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@627 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Added #include <string.h> to some .cc files (needed in some environments).ph102011-05-011-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@594 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix C++ wrapper GlobalReplace function for empty matches.ph102010-01-021-3/+16
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@474 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Craig's patch to the QuoteMeta function in pcrecpp.cc so that it escapes theph102008-03-081-0/+1
| | | | | | | | NUL character as backslash + 0 rather than backslash + NUL, because PCRE doesn't support NULs in patterns. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@326 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Exclude "long long" test in pcrecpp_unittest when HAVE_LONG_LONG is not ph102008-01-201-0/+2
| | | | | | | defined. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@302 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Craig's patch for the double-counting bug in global replace.ph102008-01-041-19/+36
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@297 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Apply Craig's patch, which makes it possible to "ignore" values in parens ph102007-11-121-0/+16
| | | | | | | when parsing an RE using the c++ wrapper. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@263 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Craig's patch to remove the checks for windows.h and instead check for ph102007-09-191-13/+9
| | | | | | | _strtoi64 explicitly, and avoid using snprintf() at all. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@257 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Patches to C++ code to avoid compiler warnings.ph102007-09-191-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@256 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Change condition for the macros for snprintf and strtoll from _WIN32 to ph102007-09-171-1/+1
| | | | | | | HAVE_WINDOWS_H because they are needed only when windows.h is present. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@248 2f5784b3-3f2a-0410-8824-cb99058d5e15
* <config.h> => "config.h" and also some cases of <pcre.h>.ph102007-09-111-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@236 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Macros for snprintf, strtoll, strtoull when compiling the C++ things under ph102007-09-111-0/+4
| | | | | | | Windows. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@234 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update version number; use %I64U instead of %llu under MingGW in ph102007-08-021-1/+3
| | | | | | | pcrecpp_unittest. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@201 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Correct errors in previous patch; tidy for test release.ph102007-08-011-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@200 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Daniel's patch for config.h and Windows DLL declarations (not fully working).ph102007-07-311-1/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@199 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Arrange to use "%I64d" instead of "%lld" for long printing in the pcrecpp ph102007-07-301-4/+9
| | | | | | | unittest when running under MinGW. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@193 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Apply C++ patch to fix a bad optimization.ph102007-06-131-2/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@179 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Load pcre-7.0 into code/trunk.nigel2007-02-241-1/+112
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@93 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Load pcre-6.7 into code/trunk.nigel2007-02-241-2/+57
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@91 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Load pcre-6.5 into code/trunk.nigel2007-02-241-21/+40
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@87 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Load pcre-6.2 into code/trunk.nigel2007-02-241-0/+228
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@81 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Load pcre-6.0 into code/trunk.nigel2007-02-241-0/+814
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@77 2f5784b3-3f2a-0410-8824-cb99058d5e15