summaryrefslogtreecommitdiffstats
path: root/third_party/re2/README.chromium
diff options
context:
space:
mode:
authorbattre@chromium.org <battre@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-24 14:53:58 +0000
committerbattre@chromium.org <battre@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-24 14:53:58 +0000
commite38e38c5f2c7e9da39048a74292aca4a61efb5db (patch)
treeeb7baf7fae6e0d203a83a7da89a0864eb42cc522 /third_party/re2/README.chromium
parentf3da41f41639a147cac7f51b9d36a2ad87ed06a6 (diff)
downloadchromium_src-e38e38c5f2c7e9da39048a74292aca4a61efb5db.zip
chromium_src-e38e38c5f2c7e9da39048a74292aca4a61efb5db.tar.gz
chromium_src-e38e38c5f2c7e9da39048a74292aca4a61efb5db.tar.bz2
Updated to most recent version RE2 and remove upstreamed patches.
BUG=169866,169855,169851 Review URL: https://chromiumcodereview.appspot.com/12033058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178575 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/re2/README.chromium')
-rw-r--r--third_party/re2/README.chromium12
1 files changed, 3 insertions, 9 deletions
diff --git a/third_party/re2/README.chromium b/third_party/re2/README.chromium
index 5dd8306..99ee638 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)