Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Upgrade V8 to 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Dec 19, 2011
1 parent 07b1997 commit 21e7292
Show file tree
Hide file tree
Showing 57 changed files with 1,675 additions and 1,116 deletions.
1 change: 1 addition & 0 deletions deps/v8/AUTHORS
Expand Up @@ -42,6 +42,7 @@ Rodolph Perfetta <rodolph.perfetta@arm.com>
Ryan Dahl <coldredlemur@gmail.com>
Sanjoy Das <sanjoy@playingwithpointers.com>
Subrato K De <subratokde@codeaurora.org>
Tobias Burnus <burnus@net-b.de>
Vlad Burlik <vladbph@gmail.com>
Yuqiang Xian <yuqiang.xian@intel.com>
Zaheer Ahmad <zahmad@codeaurora.org>
7 changes: 7 additions & 0 deletions deps/v8/ChangeLog
@@ -1,3 +1,10 @@
2011-12-19: Version 3.8.1

Fixed GCC 4.7 warnings. Patch from Tobias Burnus.

Stability improvements on all platforms.


2011-12-13: Version 3.8.0

Fixed handling of arrays in DefineOwnProperty. (issue 1756)
Expand Down
1 change: 1 addition & 0 deletions deps/v8/build/common.gypi
Expand Up @@ -303,6 +303,7 @@
}],
['OS=="win"', {
'msvs_configuration_attributes': {
'OutputDirectory': '<(DEPTH)\\build\\$(ConfigurationName)',
'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
'CharacterSet': '1',
},
Expand Down

0 comments on commit 21e7292

Please sign in to comment.