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

Side by Side Diff: ChangeLog

Issue 10825076: Prepare push to trunk. Now working on version 3.12.19. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 4 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 2012-07-30: Version 3.12.18
2
3 Forced using bit-pattern for signed zero double. (issue 2239)
4
5 Made sure double to int conversion is correct. (issue 2260)
6
7 Rewrote Makefile rules for Android to allow parallel execution (issue 22 57)
Jakob Kummerow 2012/07/30 12:57:01 nit: long line. Just remove this entry, it's not r
ulan 2012/07/30 12:59:52 Done.
8
9 Performance and stability improvements on all platforms.
10
11
1 2012-07-27: Version 3.12.17 12 2012-07-27: Version 3.12.17
2 13
3 Always set the callee's context when calling a function from optimized 14 Always set the callee's context when calling a function from optimized
4 code. 15 code.
5 (Chromium issue 138887) 16 (Chromium issue 138887)
6 17
7 Fixed building with GCC 3.x 18 Fixed building with GCC 3.x
8 (issue 2016, 2017) 19 (issue 2016, 2017)
9 20
10 Improved API calls that return empty handles. 21 Improved API calls that return empty handles.
(...skipping 4458 matching lines...) Expand 10 before | Expand all | Expand 10 after
4469 setting break points in them. 4480 setting break points in them.
4470 4481
4471 4482
4472 2008-07-03: Version 0.1.0 4483 2008-07-03: Version 0.1.0
4473 4484
4474 Initial export. 4485 Initial export.
4475 4486
4476 # Local Variables: 4487 # Local Variables:
4477 # mode:text 4488 # mode:text
4478 # End: 4489 # End:
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