From 0932d04596ff8b9f88421bab1c7b1e1504997bc7 Mon Sep 17 00:00:00 2001 From: aamine Date: Mon, 29 Dec 2003 11:08:47 +0000 Subject: * lib/net/http.rb (GenericRequest#initialize): check if path begins with '/'. * lib/net/http.rb: def m( arg ) -> def m(arg) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5344 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 30328fa33..17085e2e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Dec 29 20:08:17 2003 Minero Aoki + + * lib/net/http.rb (GenericRequest#initialize): check if path + begins with '/'. + + * lib/net/http.rb: def m( arg ) -> def m(arg) + Mon Dec 29 12:51:02 2003 Dave Thomas * eval.c: Add RDoc for Kernel global functions. -- cgit