From b6c0822f8ccb14850fed072a59851263474ce598 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 1 Mar 2009 10:02:06 +0000 Subject: * ext/dl/cfunc.c (rb_dlcfunc_call): fix for stdcall and missing argument numbers. [ruby-core:22601] * ext/dl/dl.h (DLSTACK_PROTO0_): added. * ext/dl/mkcallback.rb (gencallback, gen_callback_file), (rb_dl_init_callbacks): omit stdcall functions unless supported. * lib/rubygems/config_file.rb (SHGetFolderPath): stdcall. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e23c88120..358ee0140 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Sun Mar 1 19:02:03 2009 Nobuyoshi Nakada + + * ext/dl/cfunc.c (rb_dlcfunc_call): fix for stdcall and missing + argument numbers. [ruby-core:22601] + + * ext/dl/dl.h (DLSTACK_PROTO0_): added. + + * ext/dl/mkcallback.rb (gencallback, gen_callback_file), + (rb_dl_init_callbacks): omit stdcall functions unless supported. + + * lib/rubygems/config_file.rb (SHGetFolderPath): stdcall. + Sun Mar 1 17:27:14 2009 Nobuyoshi Nakada * ext/bigdecimal/bigdecimal.c (gfDebug): uncommented out. -- cgit