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 | a68701db83d843e4c61b5bbd79ee5b07c9ed3d85 (patch) | |
tree | c57f4c60ea27ed282c864b935626e70539c267df /ext/tk/tcltklib.c | |
parent | 00d6d957cd395bdeeaccd72e99042ef4e1b1e0ca (diff) | |
download | ruby-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 'ext/tk/tcltklib.c')
-rw-r--r-- | ext/tk/tcltklib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/tcltklib.c b/ext/tk/tcltklib.c index 0505dfd1a..00c7e658c 100644 --- a/ext/tk/tcltklib.c +++ b/ext/tk/tcltklib.c @@ -4,7 +4,7 @@ * Oct. 24, 1997 Y. Matsumoto */ -#define TCLTKLIB_RELEASE_DATE "2006-04-25" +#define TCLTKLIB_RELEASE_DATE "2006-06-26" #include "ruby.h" #include "rubysig.h" |