summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-27 13:51:45 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-27 13:51:45 +0000
commita68701db83d843e4c61b5bbd79ee5b07c9ed3d85 (patch)
treec57f4c60ea27ed282c864b935626e70539c267df /ChangeLog
parent00d6d957cd395bdeeaccd72e99042ef4e1b1e0ca (diff)
downloadruby-a68701db83d843e4c61b5bbd79ee5b07c9ed3d85.tar.gz
ruby-a68701db83d843e4c61b5bbd79ee5b07c9ed3d85.tar.xz
ruby-a68701db83d843e4c61b5bbd79ee5b07c9ed3d85.zip
* ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE.
* ext/tk/lib/tk.rb (tk_tcl2ruby): [bug fix] somtimes fail to convert a tcl string to a ruby object if the tcl string includes "\n". git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10410 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 74fc39079..5a796b4d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Jun 27 22:47:18 2006 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
+
+ * ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE.
+
+ * ext/tk/lib/tk.rb (tk_tcl2ruby): [bug fix] somtimes fail to convert
+ a tcl string to a ruby object if the tcl string includes "\n".
+
Tue Jun 27 16:04:05 2006 WATANABE Hirofumi <eban@ruby-lang.org>
* win32/win32.h: define isascii on MinGW for msvcrt compatibility.