Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: third_party/re2/README.chromium

Issue 12033058: Updated to most recent version RE2 and remove upstreamed patches. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/re2/CONTRIBUTORS ('k') | third_party/re2/doc/mksyntaxgo » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/re2/README.chromium
diff --git a/third_party/re2/README.chromium b/third_party/re2/README.chromium
index 5dd8306b62923fa8fe5761a53df25a2892c261b2..99ee638c0aa6d58430e7489a1c0e00905a190913 100644
--- a/third_party/re2/README.chromium
+++ b/third_party/re2/README.chromium
@@ -1,9 +1,9 @@
Name: re2 - an efficient, principled regular expression library
Short Name: re2
URL: http://code.google.com/p/re2/
-Version: 401ab4168e8e
+Version: 7f91923f3ad4
Date: 2012-06-20
-Revision: 97:401ab4168e8e
+Revision: 100:7f91923f3ad4
License: BSD 3-Clause License
License File: LICENSE
Security Critical: yes
@@ -13,15 +13,9 @@ RE2 is a fast, safe, thread-friendly alternative to backtracking regular
expression engines like those used in PCRE, Perl, and Python.
Local Modifications (to be applied in this order):
-- Rename POSIX configuration (patches/rename-posix-option.patch)
- Remove valgrind specific code that exists in chromium already
(patches/remove-valgrind-code.patch)
-- Fix an implicit conversion from NULL to false
- (patches/fix-implicit-conversion.patch)
- Support for Windows (patches/re2-msvc9-chrome.patch)
- Support Android (patches/re2-android.patch)
-- Remove testinstall.cc because it lacks a license header and remove executable
- bit from non-executable .py file.
- (patches/remove-testinstall.cc-and-fix-filepermissions.patch)
- Remove static initializers (patches/remove-static-initializers.patch)
-- Support for Windows x64 (patches/msvc-x64.patch)
+- Rename POSIX configuration (patches/rename-posix-option.patch)
« no previous file with comments | « third_party/re2/CONTRIBUTORS ('k') | third_party/re2/doc/mksyntaxgo » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698