summaryrefslogtreecommitdiffstats
path: root/third_party/re2/README.chromium
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/re2/README.chromium')
-rw-r--r--third_party/re2/README.chromium13
1 files changed, 7 insertions, 6 deletions
diff --git a/third_party/re2/README.chromium b/third_party/re2/README.chromium
index 1e315e1..ac5da6d 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: 83:c79416ca4228
+Version: 401ab4168e8e
Date: 2012-06-20
-Revision: 83:c79416ca4228
+Revision: 97:401ab4168e8e
License: BSD 3-Clause License
License File: LICENSE
Security Critical: yes
@@ -13,13 +13,14 @@ 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):
-- Dropped POSIX configuration (patches/remove-posix-option.patch)
-- Support for Windows (patches/re2-msvc9-chrome.patch)
+- 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 Android (re2-android.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.
- (remove-testinstall.cc-and-fix-filepermissions.patch)
+ (patches/remove-testinstall.cc-and-fix-filepermissions.patch)
+- Remove static initializers (patches/remove-static-initializers.patch)