From a68701db83d843e4c61b5bbd79ee5b07c9ed3d85 Mon Sep 17 00:00:00 2001 From: nagai Date: Tue, 27 Jun 2006 13:51:45 +0000 Subject: * 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 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * win32/win32.h: define isascii on MinGW for msvcrt compatibility. -- cgit