Go to file
lrn@chromium.org b6a83bc924 Scanning for captures only happen when a decimal escape gives a number that
is too big to be a useful back reference. It won't happen at all in meaningfull
ECMAScript compliant regexps.


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@839 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2008-11-25 14:14:04 +00:00
benchmarks Improve error reporting in benchmarks. 2008-10-22 11:55:08 +00:00
include Add experimental support for external two-byte symbols. 2008-11-17 15:13:40 +00:00
samples Adds a --help option and usage message listing all flags to V8. 2008-11-06 10:43:15 +00:00
src Scanning for captures only happen when a decimal escape gives a number that 2008-11-25 14:14:04 +00:00
test Tests for RegExpMacroAssemblerIA32. 2008-11-25 13:13:02 +00:00
tools New regexp files are now included in VS project. 2008-11-25 12:08:13 +00:00
AUTHORS Apply patch from Alexander Botero-Lowry that adds FreeBSD platform 2008-11-21 10:06:29 +00:00
ChangeLog Prepare push to trunk. Now working on version 0.4.5. 2008-11-17 08:57:04 +00:00
LICENSE Initial export. 2008-07-03 15:10:15 +00:00
SConstruct Added support for building V8 on Windows with either the shared or static version of MSVCRT. The selection of the MSVCRT version is through the new SCons flag msvcrt which can have values static or shared with static being the default. 2008-11-21 11:19:01 +00:00