|
|
* Add support for positive lookahead assertions and negative
lookahead assertions.
* Fix sense of CheckChar and CheckNotChar to match CheckCharLT
in bytecode assembler. Also rename them from Char to Character.
* Mark unexpected pass in Mozilla tests (we can cope with 500
parentheses).
* Mark unexpected hang in Mozilla tests (exponential regexp,
JSCRE bails out).
* Support negative character classes (yes, the parser still
generates them).
Committed: http://code.google.com/p/v8/source/detail?r=804
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+253 lines, -109 lines) |
Patch |
 |
M |
src/assembler-re2k.h
|
View
|
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/assembler-re2k.cc
|
View
|
|
3 chunks |
+26 lines, -5 lines |
2 comments
|
Download
|
 |
M |
src/bytecodes-re2k.h
|
View
|
|
1 chunk |
+25 lines, -22 lines |
0 comments
|
Download
|
 |
M |
src/interpreter-re2k.cc
|
View
|
|
4 chunks |
+19 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/jsregexp.h
|
View
|
|
2 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/jsregexp.cc
|
View
|
|
11 chunks |
+109 lines, -51 lines |
2 comments
|
Download
|
 |
M |
src/regexp-macro-assembler.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/regexp-macro-assembler-re2k.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/regexp-macro-assembler-re2k.cc
|
View
|
|
3 chunks |
+30 lines, -6 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-regexp.cc
|
View
|
|
4 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
test/mozilla/mozilla.status
|
View
|
|
2 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|