From 34f6353beffe8d103a58c98538ec651dbb165f1d Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 14 Aug 2007 11:03:29 +0000 Subject: * io.c (argf_close): always close via method. * io.c (Init_IO): remove obsolete Kernel#getc. * io.c (argf_each_line): should use #each_line, not #each. * io.c (argf_each_line): simplified. * io.c (argf_getline): should handle non T_FILE object in ARGV. * io.c (argf_each_byte): each_byte should yield bytes not one-character strings. [ruby-dev:31374] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8aac39923..9b0ad815a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -36,6 +36,12 @@ Mon Aug 13 13:21:58 2007 Tanaka Akira * lib/open-uri.rb: make ftp passive mode to avoid NAT problem. [ruby-dev:31377] +Mon Aug 13 08:19:43 2007 Yukihiro Matsumoto + + * io.c (argf_close): always close via method. + + * io.c (Init_IO): remove obsolete Kernel#getc. + Mon Aug 13 05:03:53 2007 Koichi Sasada * thread.c (rb_thread_raise): check if target thread is @@ -73,6 +79,17 @@ Mon Aug 13 03:57:32 2007 Koichi Sasada * template/yasmdata.rb.tmpl: fix type and name. +Sat Aug 11 23:27:37 2007 Yukihiro Matsumoto + + * io.c (argf_each_line): should use #each_line, not #each. + + * io.c (argf_each_line): simplified. + + * io.c (argf_getline): should handle non T_FILE object in ARGV. + + * io.c (argf_each_byte): each_byte should yield bytes not + one-character strings. [ruby-dev:31374] + Sat Aug 11 07:24:55 2007 Tadayoshi Funaba * lib/date/format.rb: reverted some wrongly erased "o" options -- cgit