summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-23 11:05:23 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-23 11:05:23 +0000
commit552cac0469257236caf89c1b2d1f3b232129c0a1 (patch)
treeda02dba70a9e7b62c35ec7c78603e2793e64f7e2
parent98ab2177fd26ccf2eb8a12fcb9d708635c44535e (diff)
downloadruby-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--ChangeLog2
-rw-r--r--ext/tk/tcltklib.c2
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 <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"