From 6cd74eae6e303857e96e1c363302fd432384a4e1 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 28 Jul 2006 16:27:42 +0000 Subject: * io.c (io_close): always calls "close" method of the receiver. [ruby-core:6911] [ruby-core:8112] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1abb67d42a..e3f14414a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,11 @@ Thu Jul 27 18:12:12 2006 WATANABE Hirofumi * time.c: need to declare time_utc_offset. +Thu Jul 27 17:01:01 2006 Yukihiro Matsumoto + + * io.c (io_close): always calls "close" method of the receiver. + [ruby-core:6911] [ruby-core:8112] + Thu Jul 27 16:49:01 2006 Yukihiro Matsumoto * time.c (time_to_s): use +0900 style timezone string for local time. -- cgit v1.2.3