summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-22 07:59:02 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-22 07:59:02 +0000
commit4268abeefa646f23899c7b2b19d442b30b5e0d4b (patch)
tree7b7f72460e536218a02f5e467d3ff283271dd96b
parent8586960ecc19788341196bb9def1ab11642addbe (diff)
downloadruby-4268abeefa646f23899c7b2b19d442b30b5e0d4b.tar.gz
ruby-4268abeefa646f23899c7b2b19d442b30b5e0d4b.tar.xz
ruby-4268abeefa646f23899c7b2b19d442b30b5e0d4b.zip
commit miss
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 007d3293a..acd094053 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
Fri Apr 22 16:41:50 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
- * ext/tk/tcltklib.c (ip_set_exc_message): fixed memory leak.
+ * ext/tcltklib/tcltklib.c (ip_set_exc_message): fixed memory leak.
- * ext/tk/tcltklib.c: eTkCallbackReturn was not initialized.
+ * ext/tcltklib/tcltklib.c: eTkCallbackReturn was not initialized.
Thu Apr 21 00:07:50 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>