summaryrefslogtreecommitdiff
path: root/pcrecpp.cc
Commit message (Collapse)AuthorAgeFilesLines
* Patch to allow compiling with Intel compiler.ph102016-06-141-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1655 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Refactor to avoid compiler warnings.ph102016-05-251-64/+64
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1652 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Files tidied for 8.36-RC1.ph102014-09-151-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1502 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix C++ compiler warnings and silly quantifier size check.ph102014-04-211-1/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1472 2f5784b3-3f2a-0410-8824-cb99058d5e15
* File tidies, preparing for 8.32-RC1.ph102012-11-111-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1221 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Apply user patch to allow PCRE_NO_UTF8_CHECK in pcrecpp.cc.ph102012-08-291-1/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1025 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Get rid of a number of -Wunused-but-set-variable compiler warnings.ph102012-01-151-2/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@881 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
* Added a lot of (int) casts to avoid compiler warnings in systems where ph102010-06-011-1/+1
| | | | | | | size_t is 64-bit. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@530 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix HP compile problem for pcrecpp.cc.ph102010-01-051-0/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@486 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix C++ wrapper GlobalReplace function for empty matches.ph102010-01-021-42/+65
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@474 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Minor bugfix in pcrecpp.cc.ph102008-07-081-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@356 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Applied Craig's patch to remove the use of push_back().ph102008-04-051-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@331 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Craig's further amended patch for OS X.ph102008-04-051-17/+10
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@330 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Craig's second patch to fix the previous one.ph102008-03-281-5/+8
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@329 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Patch to pcrecpp.cc to fix an OS X linking problem.ph102008-03-261-3/+15
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@328 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Craig's patch to the QuoteMeta function in pcrecpp.cc so that it escapes theph102008-03-081-10/+16
| | | | | | | | 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
* Craig's patch to pcrecpp.cc to restore ABI compatibility with pre-7.6 versions,ph102008-03-051-0/+8
| | | | | | | which defined a global no_arg variable instead of putting it in the RE class. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@322 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Apply Craig's patch to move no_arg into the RE class.ph102008-01-211-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@308 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Craig's patch for the double-counting bug in global replace.ph102008-01-041-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@297 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix C++ GlobalReplace() double-counting bug.ph102007-12-191-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@288 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Apply Craig's patch, which makes it possible to "ignore" values in parens ph102007-11-121-0/+14
| | | | | | | when parsing an RE using the c++ wrapper. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@263 2f5784b3-3f2a-0410-8824-cb99058d5e15
* File tidies caused by building a release.ph102007-09-191-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@259 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Craig's patch to remove the checks for windows.h and instead check for ph102007-09-191-6/+4
| | | | | | | _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
* Added checks for ANY and ANYCRLF to pcrecpp.cc where previously it checked only ph102007-09-171-3/+15
| | | | | | | for CRLF. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@253 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-2/+2
| | | | 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/+6
| | | | | | | Windows. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@234 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Correct errors in previous patch; tidy for test release.ph102007-08-011-1/+1
| | | | 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-7/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@199 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Apply C++ patch to fix a bad optimization.ph102007-06-131-22/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@179 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Daniel's patches.ph102007-03-291-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@137 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Applied Bob and Daniel's patches to convert the build system to automake. Added ph102007-03-051-1/+4
| | | | | | | | the maintain directory, containing files that are used for maintenance, but are not distributed. This is an intermediate step. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@97 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Load pcre-7.0 into code/trunk.nigel2007-02-241-11/+45
| | | | 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-3/+45
| | | | 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-4/+15
| | | | 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-3/+3
| | | | 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/+770
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@77 2f5784b3-3f2a-0410-8824-cb99058d5e15