README.chromium revision 2a99a7e74a7f215066514fe81d2bfa6639d9eddd
1Name: re2 - an efficient, principled regular expression library
2Short Name: re2
3URL: http://code.google.com/p/re2/
4Version: 7f91923f3ad4
5Date: 2012-06-20
6Revision: 100:7f91923f3ad4
7License: BSD 3-Clause License
8License File: LICENSE
9Security Critical: yes
10
11Description:
12RE2 is a fast, safe, thread-friendly alternative to backtracking regular
13expression engines like those used in PCRE, Perl, and Python.
14
15Local Modifications (to be applied in this order):
16- Remove valgrind specific code that exists in chromium already
17  (patches/remove-valgrind-code.patch)
18- Support for Windows (patches/re2-msvc9-chrome.patch)
19- Support Android (patches/re2-android.patch)
20- Remove static initializers (patches/remove-static-initializers.patch)
21- Rename POSIX configuration (patches/rename-posix-option.patch)
22- Support libcxx (patches/re2-libcxx.patch)
23  https://code.google.com/p/re2/issues/detail?id=76
24