From 3912b7f29d4b0b81c1081eefd81a5b9fd9dbb53e Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 20 Dec 2012 09:45:19 +0000 Subject: merge revision(s) 38073,38251,38252: [Backport #7552] * ext/fiddle/extconf.rb, ext/fiddle/function.c (Fiddle::Function::STDCALL): FFI_STDCALL is not a macro, but an enumeration. [ruby-core:50398] [Bug #7483] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@38505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d3d67d6f1f..cd43b9ce2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Dec 20 18:43:00 2012 Naohisa Goto + + * ext/fiddle/extconf.rb, ext/fiddle/function.c + (Fiddle::Function::STDCALL): FFI_STDCALL is not a macro, but an + enumeration. [ruby-core:50398] [Bug #7483] + Thu Dec 20 18:40:25 2012 Nobuyoshi Nakada * thread.c (exec_event_hooks): exceptions in event hooks should not -- cgit v1.2.3