From d1a85421b0cc9ff34bd80f772dc844603496134f Mon Sep 17 00:00:00 2001 From: nagai Date: Tue, 26 Apr 2005 13:59:48 +0000 Subject: * ext/tcltklib/tcltklib.c (ip_invoke_core): call Tcl's "::unknown" command when can't get information of target command. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cad078016..5c8533347 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Apr 26 22:58:00 2005 Hidetoshi NAGAI + + * ext/tcltklib/tcltklib.c (ip_invoke_core): call Tcl's "::unknown" + command when can't get information of target command. + Mon Apr 25 01:18:43 2005 Tanaka Akira * regex.c: declare rb_warn to have variadic argument. [ruby-core:4751] -- cgit