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

Side by Side Diff: ChangeLog

Issue 3748013: Prepare push to trunk. Now working on version 2.5.1. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | src/version.cc » ('j') | src/version.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2010-10-18: Version 2.5.0
2
3 Fixed bug in cache handling of lastIndex on global regexps
4 (issue http://crbug.com/58740).
5
6 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
7 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
8 from Hewlett-Packard Development Company, LP).
9
10 Fixed compilation error on ARM with gcc 4.4 (issue 894).
11
12
1 2010-10-13: Version 2.4.9 13 2010-10-13: Version 2.4.9
2 14
3 Fixed a bug in the handling of conditional expressions in test 15 Fixed a bug in the handling of conditional expressions in test
4 contexts in compiler for top-level code. 16 contexts in compiler for top-level code.
5 17
6 Added "//@ sourceURL" information to the StackTrace API. 18 Added "//@ sourceURL" information to the StackTrace API.
7 19
8 Exposed RegExp construction through the API. 20 Exposed RegExp construction through the API.
9 21
10 22
(...skipping 2125 matching lines...) Expand 10 before | Expand all | Expand 10 after
2136 2148
2137 Improved debugger support by allowing nested break points and by 2149 Improved debugger support by allowing nested break points and by
2138 dealing with stack-overflows when compiling functions before 2150 dealing with stack-overflows when compiling functions before
2139 setting break points in them. 2151 setting break points in them.
2140 2152
2141 2153
2142 2008-07-03: Version 0.1.0 2154 2008-07-03: Version 0.1.0
2143 2155
2144 Initial export. 2156 Initial export.
2145 2157
OLDNEW
« no previous file with comments | « no previous file | src/version.cc » ('j') | src/version.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698