diff options
author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-23 11:05:23 +0000 |
---|---|---|
committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-23 11:05:23 +0000 |
commit | 552cac0469257236caf89c1b2d1f3b232129c0a1 (patch) | |
tree | da02dba70a9e7b62c35ec7c78603e2793e64f7e2 | |
parent | 98ab2177fd26ccf2eb8a12fcb9d708635c44535e (diff) | |
download | ruby-552cac0469257236caf89c1b2d1f3b232129c0a1.tar.gz ruby-552cac0469257236caf89c1b2d1f3b232129c0a1.tar.xz ruby-552cac0469257236caf89c1b2d1f3b232129c0a1.zip |
commit miss
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | ext/tk/tcltklib.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ Sat Apr 23 19:49:21 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> - * 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 <nobu@ruby-lang.org> 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" |