diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-09-08 09:44:46 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-09-08 09:44:46 +0000 |
| commit | 44cdb4050dbdcc792f32b5df5471bd4c613dc5a6 (patch) | |
| tree | 387c943bed46231c2ef278be2841352b696fee07 /ChangeLog | |
| parent | cb244d26a95ef0a9f6f01e73c112593c81735fa3 (diff) | |
| download | ruby-44cdb4050dbdcc792f32b5df5471bd4c613dc5a6.tar.gz ruby-44cdb4050dbdcc792f32b5df5471bd4c613dc5a6.tar.xz ruby-44cdb4050dbdcc792f32b5df5471bd4c613dc5a6.zip | |
* ext/stringio/stringio.c (strio_write): zero fill a gap if exsts.
[ruby-dev:24190]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,14 +1,19 @@ +Wed Sep 8 18:44:03 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * ext/stringio/stringio.c (strio_write): zero fill a gap if exsts. + [ruby-dev:24190] + Wed Sep 8 15:19:49 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tcltklib/tcltklib.c (ip_init): cannot create a IP at level 4 - * ext/tk/lib/multi-tk.rb: improve 'exit' operation, security check, + * ext/tk/lib/multi-tk.rb: improve 'exit' operation, security check, and error treatment * ext/tk/lib/multi-tk.rb: allow a trusted slave IP to create slave IPs - * ext/tk/lib/tk/listbox.rb: add TkListbox#value, value=, clear, and - erase + * ext/tk/lib/tk/listbox.rb: add TkListbox#value, value=, clear, and + erase * ext/tk/lib/tk/text.rb: add TkText#clear and erase |
