From 771b3de9d2fea7c0dcf83646dc72b9dcb16d8566 Mon Sep 17 00:00:00 2001 From: aamine Date: Sun, 8 Jul 2001 07:00:23 +0000 Subject: aamine * lib/net/http.rb: rename HTTP#request_by_name to send_request. * lib/net/protocol.rb (ProtoSocket#read): modify typo. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4e7cc9154..74f8c1a60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Jul 8 16:04:35 2001 Minero Aoki + + * lib/net/http.rb: rename HTTP#request_by_name to send_request. + + * lib/net/protocol.rb (ProtoSocket#read): modify typo. + Fri Jul 6 02:15:06 2001 Akinori MUSHA * lib/tempfile.rb: a tempfile must be created with mode 0600. -- cgit