From 7f21eaf4e07c6f0d29930b08be223cc36ce706c8 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 7 Dec 2005 17:08:40 +0000 Subject: * eval.c (umethod_bind): adjust invoking class for module method. [ruby-dev:27964] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8b8e50c1a..70fd2d3aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 8 02:07:19 2005 Nobuyoshi Nakada + + * eval.c (umethod_bind): adjust invoking class for module method. + [ruby-dev:27964] + Thu Dec 8 00:40:52 2005 Yukihiro Matsumoto * eval.c (call_trace_func): klass parameter should be a @@ -27,11 +32,11 @@ Wed Dec 7 01:02:04 2005 Hidetoshi NAGAI * ext/tk/README.macosx-aqua: [new document] tips to avoid the known bug on platform specific dialogs of Tcl/Tk Aqua on MacOS X. - * ext/tk/tcltklib.c: fix bug on switching threads and waiting on the - deleted interpreter on vwait and tkwait command. + * ext/tk/tcltklib.c: fix bug on switching threads and waiting on the + deleted interpreter on vwait and tkwait command. * ext/tk/lib/multi-tk.rb: kill the meaningless loop for the deleted Tk - interpreter. + interpreter. * ext/tk/sample/demos-jp/image3.rb: [bug fix] wrong argument. -- cgit