Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
Fix C++ wrapper GlobalReplace function for empty matches.
Craig's patch to the QuoteMeta function in pcrecpp.cc so that it escapes the NUL character as backslash + 0 rather than backslash + NUL, because PCRE doesn't support NULs in patterns.
Exclude "long long" test in pcrecpp_unittest when HAVE_LONG_LONG is not defined.
Craig's patch for the double-counting bug in global replace.
Apply Craig's patch, which makes it possible to "ignore" values in parens when parsing an RE using the c++ wrapper.
Craig's patch to remove the checks for windows.h and instead check for _strtoi64 explicitly, and avoid using snprintf() at all.
Patches to C++ code to avoid compiler warnings.
Change condition for the macros for snprintf and strtoll from _WIN32 to HAVE_WINDOWS_H because they are needed only when windows.h is present.
<config.h> => "config.h" and also some cases of <pcre.h>.
Macros for snprintf, strtoll, strtoull when compiling the C++ things under Windows.
Update version number; use %I64U instead of %llu under MingGW in pcrecpp_unittest.
Correct errors in previous patch; tidy for test release.
Daniel's patch for config.h and Windows DLL declarations (not fully working).
Arrange to use "%I64d" instead of "%lld" for long printing in the pcrecpp unittest when running under MinGW.
Apply C++ patch to fix a bad optimization.
r6896@hex: nm | 2007-03-02 13:09:14 +0000 Added EOL and keywork properties throughout
Load pcre-7.0 into code/trunk.
Load pcre-6.7 into code/trunk.
Load pcre-6.5 into code/trunk.
Load pcre-6.2 into code/trunk.
Load pcre-6.0 into code/trunk.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
ViewVC Help | |
Powered by ViewVC 1.1.5 |