From 44cdb4050dbdcc792f32b5df5471bd4c613dc5a6 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 8 Sep 2004 09:44:46 +0000 Subject: * 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 --- ChangeLog | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8f48217f0..b36952d7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,19 @@ +Wed Sep 8 18:44:03 2004 Nobuyoshi Nakada + + * ext/stringio/stringio.c (strio_write): zero fill a gap if exsts. + [ruby-dev:24190] + Wed Sep 8 15:19:49 2004 Hidetoshi NAGAI * 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 -- cgit