|
|
- Case-sensitive atomic regular expressions now use the same code as
String.indexOf to do matching.
- The --log option is no longer automatically enabled by the other log
options.
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+282 lines, -49 lines) |
Patch |
 |
M |
src/jsregexp.h
|
View
|
|
1 chunk |
+27 lines, -6 lines |
0 comments
|
Download
|
 |
M |
src/jsregexp.cc
|
View
|
|
4 chunks |
+112 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/log.cc
|
View
|
|
11 chunks |
+22 lines, -16 lines |
0 comments
|
Download
|
 |
M |
src/objects.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/objects-debug.cc
|
View
|
|
1 chunk |
+13 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/runtime.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/runtime.cc
|
View
|
|
7 chunks |
+26 lines, -20 lines |
0 comments
|
Download
|
 |
M |
src/unicode.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/unicode.cc
|
View
|
|
3 chunks |
+16 lines, -2 lines |
0 comments
|
Download
|
 |
A |
test/mjsunit/regexp-indexof.js
|
View
|
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|