diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-03-27 23:40:32 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-03-27 23:40:32 +0000 |
| commit | 037ae16d774c0fba884ac9cc99db3ad0c918624d (patch) | |
| tree | 41f636b244a7d17014aaef99bfa9e3f2a6d90058 /ChangeLog | |
| parent | 6812b3affd700b41a95ac147f86077e77454ab58 (diff) | |
| download | ruby-037ae16d774c0fba884ac9cc99db3ad0c918624d.tar.gz ruby-037ae16d774c0fba884ac9cc99db3ad0c918624d.tar.xz ruby-037ae16d774c0fba884ac9cc99db3ad0c918624d.zip | |
* ext/iconv/iconv.c (iconv_create): Iconv::Failure requires 3
arguments. (pointed out by NaHi)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8201 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -1,7 +1,12 @@ +Mon Mar 28 08:39:49 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * ext/iconv/iconv.c (iconv_create): Iconv::Failure requires 3 + arguments. (pointed out by NaHi) + Sat Mar 26 22:51:33 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tk/lib/tk.rb (_callback_entry_class?): add for checking whether - a class is available for a callback entry. + a class is available for a callback entry. * ext/tk/lib/tk.rb (after_cancel): add Tk.after_cancel(afterID) method. @@ -9,7 +14,7 @@ Sat Mar 26 22:51:33 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> of TkComm to public module method. * ext/tk/lib/tk.rb (cget): add check that slot argument is not - empty string. + empty string. * ext/tk/lib/tk.rb (configinfo): ditto. @@ -19,16 +24,16 @@ Sat Mar 26 22:51:33 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tk/lib/tk/itemconfig.rb (itemconfiginfo): ditto. * ext/tk/lib/tk/entry.rb: add TkEntry#icursor and icursor= (alias of - cursor and cursor= method). + cursor and cursor= method). * ext/tk/lib/tk/font.rb: improve font treatment when the font name is empty string. * ext/tk/lib/tk/variable.rb: add :variable, :window and :procedure - type. + type. * ext/tk/lib/tk/variable.rb: improve treatment of array-type - tkvariable. + tkvariable. * ext/tk/lib/tkextlib/blt.rb: add commands for zooming. |
