From edc48b4bb4f3890de7e9e9ee24b75f8ecd59fc63 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 1 Jan 2005 11:25:43 +0000 Subject: * io.c (argf_readpartial): new method ARGF.readpartial. (io_getpartial): extracted from io_readpartial. (io_readpartial): call io_getpartial. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fd1d865e7..361f9c3bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Jan 1 20:23:02 2005 Tanaka Akira + + * io.c (argf_readpartial): new method ARGF.readpartial. + (io_getpartial): extracted from io_readpartial. + (io_readpartial): call io_getpartial. + Sat Jan 1 17:44:54 2005 Minero Aoki * lib/net/http.rb (each_capitalized): should join header field -- cgit