Prepare push to trunk. Now working on version 2.5.2. Fixed past tense in ChangeLog.
authorwhesse@chromium.org <whesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 20 Oct 2010 11:54:20 +0000 (11:54 +0000)
committerwhesse@chromium.org <whesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 20 Oct 2010 11:54:20 +0000 (11:54 +0000)
Review URL: http://codereview.chromium.org/3913007

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5673 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

ChangeLog

index 2fc5c12..36ed4fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,15 +3,15 @@
         Fixed bug causing spurious out of memory exceptions
         (issue http://crbug.com/54580).
 
-        Fix compilation error on Solaris platform (issue 901).
+        Fixed compilation error on Solaris platform (issue 901).
 
-        Fix error in strtod (string to floating point number conversion)
+        Fixed error in strtod (string to floating point number conversion)
         due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
 
-        Adjust randomized allocations of executable memory to have 64k
+        Adjusted randomized allocations of executable memory to have 64k
         granularity (issue http://crbug.com/56036).
 
-        Support profiling using kernel perf_events on linux.  Add ll_prof
+        Supported profiling using kernel perf_events on linux.  Added ll_prof
         script to tools and --ll-prof flag to V8.