From 4e0632ad5ddf9f5f94ce38142811ab926d91fa3f Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 20 Dec 2012 09:34:55 +0000 Subject: merge revision(s) 38095: [Backport #7456] * compile.c (ADD_CATCH_ENTRY): add a cast to fix SEGV with x64 mingw on Windows 8. Without cast, 0 might be non zero value at higher bits in rb_ary_new3(). [ruby-core:50258] [Bug #7456] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@38500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b7287a7c0a..ef5c08a9ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Dec 20 18:34:38 2012 Hiroshi Shirosaki + + * compile.c (ADD_CATCH_ENTRY): add a cast to fix SEGV with x64 mingw + on Windows 8. Without cast, 0 might be non zero value at higher bits + in rb_ary_new3(). + [ruby-core:50258] [Bug #7456] + Wed Dec 19 21:24:40 2012 NARUSE, Yui * io.c (argf_each_codepoint): add missing ARGF#codepoints [Bug #7438] -- cgit v1.2.3