From 552cac0469257236caf89c1b2d1f3b232129c0a1 Mon Sep 17 00:00:00 2001 From: ocean Date: Sat, 23 Apr 2005 11:05:23 +0000 Subject: commit miss git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- ext/tk/tcltklib.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 41bafe684..2317f8bcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ Sat Apr 23 19:49:21 2005 Hirokazu Yamamoto - * ext/tcltklib/tcltklib.c (ip_RubyExitCommand): exit with status code + * ext/tk/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 diff --git a/ext/tk/tcltklib.c b/ext/tk/tcltklib.c index 67a9b7538..f6d60deaf 100644 --- a/ext/tk/tcltklib.c +++ b/ext/tk/tcltklib.c @@ -4,7 +4,7 @@ * Oct. 24, 1997 Y. Matsumoto */ -#define TCLTKLIB_RELEASE_DATE "2005-04-22" +#define TCLTKLIB_RELEASE_DATE "2005-04-23" #include "ruby.h" #include "rubysig.h" -- cgit