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

Side by Side Diff: ChangeLog

Issue 3470016: Prepare push of version 2.4.6 to trunk. Now working on version 2.4.7. (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') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2010-09-27: Version 2.4.6
2 Fixed assertion failure related to copy-on-write arrays (issue 876).
3
4 Fixed build failure of 64-bit V8 on Windows.
5
6 Fixed a bug in RegExp (issue http://crbug.com/52801).
7
8 Improved the profiler's coverage to cover more functions (issue 858).
9
10 Fixed error in shift operators on 64-bit V8
11 (issue http://crbug.com/54521).
12
13
1 2010-09-22: Version 2.4.5 14 2010-09-22: Version 2.4.5
2 Changed the RegExp benchmark to exercise the regexp engine on different 15 Changed the RegExp benchmark to exercise the regexp engine on different
3 inputs by scrambling the input strings. 16 inputs by scrambling the input strings.
4 17
5 Fixed a bug in keyed loads on strings. 18 Fixed a bug in keyed loads on strings.
6 19
7 Fixed a bug with loading global function prototypes. 20 Fixed a bug with loading global function prototypes.
8 21
9 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999). 22 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
10 23
(...skipping 2079 matching lines...) Expand 10 before | Expand all | Expand 10 after
2090 2103
2091 Improved debugger support by allowing nested break points and by 2104 Improved debugger support by allowing nested break points and by
2092 dealing with stack-overflows when compiling functions before 2105 dealing with stack-overflows when compiling functions before
2093 setting break points in them. 2106 setting break points in them.
2094 2107
2095 2108
2096 2008-07-03: Version 0.1.0 2109 2008-07-03: Version 0.1.0
2097 2110
2098 Initial export. 2111 Initial export.
2099 2112
OLDNEW
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698