Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(272)

Issue 11397: Fixed bug 129 (Closed)

Created:
12 years, 1 month ago by Christian Plesner Hansen
Modified:
9 years, 7 months ago
Reviewers:
Lasse Reichstein
CC:
v8-dev
Visibility:
Public.

Description

Fixed bug 129 by making the unicode tables wider and moving the various control bits higher up in the words. There are still issues with uncanonicalize and canonicalization ranges but I will address them in a separate changelist.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -73 lines) Patch
M src/jsregexp.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/unicode.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/unicode.cc View 22 chunks +67 lines, -60 lines 0 comments Download
M test/cctest/test-regexp.cc View 3 chunks +3 lines, -9 lines 1 comment Download
A test/mjsunit/regress/regress-149.js View 1 chunk +28 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Christian Plesner Hansen
12 years, 1 month ago (2008-11-24 14:05:11 UTC) #1
Lasse Reichstein
12 years, 1 month ago (2008-11-24 14:08:57 UTC) #2
LGTM

http://codereview.chromium.org/11397/diff/1/5
File test/cctest/test-regexp.cc (right):

http://codereview.chromium.org/11397/diff/1/5#newcode277
Line 277: static const char* kNothingToRepeat = "Nothing to repeat";
Why static? The rest of the const char* variables aren't.

Powered by Google App Engine
This is Rietveld 408576698