aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-02-03 14:43:07 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-02-03 14:43:07 +0000
commit0a1cd99af2b121855f8d7231f5bbebd5ece4551e (patch)
treeae78e955ba774b71dd830a890d83f9f9d2bf62e9 /ChangeLog
parente849cce8a00b70141ad10fbd0e1e2f549767fda7 (diff)
downloadruby-0a1cd99af2b121855f8d7231f5bbebd5ece4551e.tar.gz
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@7874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fd710bb962..c36a9e7af2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,18 @@
+Thu Feb 3 23:42:36 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * 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 <naruse@ruby-lang.org>
- * 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 <sheepman@tcn.zaq.ne.jp>