Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
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.
Craig's patch to pcrecpp.cc to restore ABI compatibility with pre-7.6 versions, which defined a global no_arg variable instead of putting it in the RE class.
Apply Craig's patch to move no_arg into the RE class.
Craig's patch for the double-counting bug in global replace.
Fix C++ GlobalReplace() double-counting bug.
Apply Craig's patch, which makes it possible to "ignore" values in parens when parsing an RE using the c++ wrapper.
File tidies caused by building a release.
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.
Added checks for ANY and ANYCRLF to pcrecpp.cc where previously it checked only for CRLF.
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.
Correct errors in previous patch; tidy for test release.
Daniel's patch for config.h and Windows DLL declarations (not fully working).
Apply C++ patch to fix a bad optimization.
Daniel's patches.
Applied Bob and Daniel's patches to convert the build system to automake. Added the maintain directory, containing files that are used for maintenance, but are not distributed. This is an intermediate step.
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 |