From 97c65c74a1673b550aeb8d894871e77d237a5b54 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 3 Feb 2005 14:43:07 +0000 Subject: * ext/stringio/stringio.c (strio_close, strio_close_read, strio_close_write): should return nil instead of self as well as IO. [ruby-dev:25623] * ext/stringio/stringio.c (strio_extend, strio_putc): fill with zero extended portion. [ruby-dev:25626] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fd710bb96..c36a9e7af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,18 @@ +Thu Feb 3 23:42:36 2005 Nobuyoshi Nakada + + * ext/stringio/stringio.c (strio_close, strio_close_read, strio_close_write): + should return nil instead of self as well as IO. [ruby-dev:25623] + + * ext/stringio/stringio.c (strio_extend, strio_putc): fill with zero + extended portion. [ruby-dev:25626] + Wed Feb 3 03:31:20 2005 NARUSE, Yui - * ext/nkf/nkf-utf8/nkf.c: follow original v 1.57 + * ext/nkf/nkf-utf8/nkf.c: follow original v 1.57 * ext/nkf/nkf-utf8/utf8tbl.c: follow original v 1.8 - * ext/nkf/nkf-utf8/config.h: follow original v 1.7 + * ext/nkf/nkf-utf8/config.h: follow original v 1.7 Wed Feb 2 23:52:53 2005 sheepman -- cgit