diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-27 13:51:45 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-27 13:51:45 +0000 |
| commit | a85f68b6d470fdcd148a1e2525cde05f722e4d02 (patch) | |
| tree | ce7d14afd51c5d9f78d490335e3b5d6bce4e58cb /ChangeLog | |
| parent | 59027443c9fe2198044dcf92ebcca39e22f9f0ab (diff) | |
| download | ruby-a85f68b6d470fdcd148a1e2525cde05f722e4d02.tar.gz ruby-a85f68b6d470fdcd148a1e2525cde05f722e4d02.tar.xz ruby-a85f68b6d470fdcd148a1e2525cde05f722e4d02.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/branches/ruby_1_8@10410 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |
