From 868a02b6165bf4657e8c8729a90746eee60b5f02 Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 21 May 2009 14:47:47 +0000 Subject: merges r23385 from trunk into ruby_1_9_1. -- * ext/dl/cfunc.c (rb_dlcfunc_instance_p): new function to check if the argument is an instance of DL::CFunc. * ext/dl/cptr.c (rb_dlptr_initialize, rb_dlptr_s_malloc): checks if DL::CFunc. [ruby-dev:38403]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 26eacd0b0..774f26014 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ -Sun May 10 10:40:02 2009 Nobuyoshi Nakada +Sun May 10 11:13:19 2009 Nobuyoshi Nakada + + * ext/dl/cfunc.c (rb_dlcfunc_instance_p): new function to check if + the argument is an instance of DL::CFunc. + + * ext/dl/cptr.c (rb_dlptr_initialize, rb_dlptr_s_malloc): checks + if DL::CFunc. [ruby-dev:38403]. * ext/dl/lib/dl/cparser.rb (DL::CParser#parse_signature): strips spaces. based on a patch from Takashi Tamura in [ruby-dev:38398]. -- cgit