diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-12 09:28:28 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-12 09:28:28 +0000 |
| commit | 9eb90af0bc6b9d4fd3298354cab6e6219c9bad49 (patch) | |
| tree | cfe3c4c073bae49948199f3e2387d13f62e5240e /ChangeLog | |
| parent | e3b5f96c5be714cbc877149014afc74f17e7289d (diff) | |
* ext/tk/tkutil/tkutil.c (cbsubst_table_setup): need to handle new
character literal (1 char string).
* lib/mkmf.rb: shut up some warnings from tk's extconf.rb.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11139 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 @@ +Thu Oct 12 18:25:40 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * ext/tk/tkutil/tkutil.c (cbsubst_table_setup): need to handle new + character literal (1 char string). + + * lib/mkmf.rb: shut up some warnings from tk's extconf.rb. + Thu Oct 12 02:15:24 2006 Akinori MUSHA <knu@iDaemons.org> * ext/digest/lib/digest/hmac.rb: Make use of String#bytes. |
