From 98ab2177fd26ccf2eb8a12fcb9d708635c44535e Mon Sep 17 00:00:00 2001 From: ocean Date: Sat, 23 Apr 2005 11:04:00 +0000 Subject: * ext/tcltklib/tcltklib.c (ip_RubyExitCommand): exit with status code via TclTkIp#_eval didn't work. [ruby-talk:139390] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1e9131e4b..41bafe684 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Apr 23 19:49:21 2005 Hirokazu Yamamoto + + * ext/tcltklib/tcltklib.c (ip_RubyExitCommand): exit with status code + via TclTkIp#_eval didn't work. [ruby-talk:139390] + Sat Apr 23 11:45:29 2005 Nobuyoshi Nakada * eval.c (rb_provided): should check also path name to be loaded. -- cgit