Lines Matching refs:pcrecpp
658 14. Applied user-supplied patch to pcrecpp.cc to allow PCRE_NO_UTF8_CHECK to be
1212 3. Added #include <string.h> to pcre_scanner_unittest.cc, pcrecpp.cc, and
1885 (strtoXX undefined when compiling pcrecpp.cc). The patch contains this
2219 6. Minor bugfix in pcrecpp.cc (change "" == ... to NULL == ...).
2278 2. Applied Craig's patch to pcrecpp.cc to restore ABI compatibility with
2307 8. Applied Craig's patch to pcrecpp.cc to fix a problem in OS X that was
2410 This is an attempt to solve the reported problem "pcrecpp::no_arg is not
2523 20. In pcrecpp.cc, the variable 'count' was incremented twice in
2595 strtoull to pcrecpp.cc to select the available functions in WIN32 when the
2624 13. Added checks for ANY and ANYCRLF to pcrecpp.cc where it previously
2629 15. Added Craig's patch to various pcrecpp modules to avoid compiler warnings.
2668 long printing in the pcrecpp unittest when running under MinGW.
2688 pcreposix and pcrecpp parts of the library. These were overlooked when this
2868 pcrecpp::RE("a*").FullMatch("aaa") matches, while
2869 pcrecpp::RE("a*?").FullMatch("aaa") does not, and
2870 pcrecpp::RE("a*?\\z").FullMatch("aaa") does again.
3111 and pcrecpp.cc because they annoy compilers at high warning levels.
3348 9. Applied a patch from the folks at Google to pcrecpp.cc, to fix "another
3569 (a) pcrecpp.cc: "to handle a corner case that may or may not happen in
3572 (b) pcrecpp.cc: "corrects a bug when negative radixes are used with
3578 (d) Split off pcrecpparg.h from pcrecpp.h and had the former built by
3714 4. Renamed pcre.in as pcre.h.in to go with pcrecpp.h.in; it also makes the
3778 6. Two minor patches to pcrecpp.cc in order to allow it to compile on older