From 445c938f7bb3428a1406e8e40888805357e83d10 Mon Sep 17 00:00:00 2001 From: aamine Date: Wed, 14 May 2003 00:11:25 +0000 Subject: * lib/net/http.rb: reduce warning. (ruby-bugs-ja:PR#462) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 44 ++++++++++++++++++++++++-------------------- lib/net/http.rb | 10 ---------- 2 files changed, 24 insertions(+), 30 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5dae911a97..cb68ec3c70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,15 @@ +Wed May 14 09:12:55 2003 Minero Aoki + + * lib/net/http.rb: reduce warning. (ruby-bugs-ja:PR#462) + Tue May 13 22:31:04 2003 why the lucky stiff - * lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_id - rather than deprecated Object#id. + * lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_id + rather than deprecated Object#id. - * ext/token.c: changed ASCII escapes to octal notation. + * ext/token.c: changed ASCII escapes to octal notation. - * ext/Setup*: added entries for static linking of Syck extension. + * ext/Setup*: added entries for static linking of Syck extension. Tue May 13 20:31:58 2003 WATANABE Hirofumi @@ -35,13 +39,13 @@ Tue May 13 14:48:07 2003 Yukihiro Matsumoto Tue May 13 06:34:19 2003 why the lucky stiff - * lib/yaml/rubytypes.rb: object and struct loading + * lib/yaml/rubytypes.rb: object and struct loading - * lib/yaml.rb: YAML::detect_implicit will discover typing for a Ruby - string + * lib/yaml.rb: YAML::detect_implicit will discover typing for a Ruby + string - * ext/syck/: Fixed portable comments, misuse of NULL and methods without - return VALUEs. + * ext/syck/: Fixed portable comments, misuse of NULL and methods without + return VALUEs. Mon May 12 18:08:21 2003 Yukihiro Matsumoto @@ -64,23 +68,23 @@ Sun May 11 13:50:12 2003 Tanaka Akira Sun May 11 06:32:13 2003 why the lucky stiff - * ext/syck/implicit.c, ext/syck/rubyext.c: transfer methods applied to - native loading + * ext/syck/implicit.c, ext/syck/rubyext.c: transfer methods applied to + native loading - * ext/syck/token.c: fix for transfer methods on same indentation as nested - mapping + * ext/syck/token.c: fix for transfer methods on same indentation as nested + mapping - * lib/yaml/rubytypes.rb: all type names in lowercase + * lib/yaml/rubytypes.rb: all type names in lowercase Sat May 10 19:55:18 2003 why the lucky stiff - * ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.c - ext/syck/node.c ext/syck/rubyext.c ext/syck/syck.c - ext/syck/syck.h ext/syck/token.c: updated to Syck 0.27 + * ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.c + ext/syck/node.c ext/syck/rubyext.c ext/syck/syck.c + ext/syck/syck.h ext/syck/token.c: updated to Syck 0.27 - * lib/yaml/loader.rb: new YAML::Loader class + * lib/yaml/loader.rb: new YAML::Loader class - * lib/yaml.rb: loading of type families leverages YAML::DefaultLoader + * lib/yaml.rb: loading of type families leverages YAML::DefaultLoader Sat May 10 19:00:08 2003 Takaaki Uematsu @@ -96,7 +100,7 @@ Sat May 10 16:17:02 2003 Shugo Maeda Fri May 9 21:25:50 2003 why the lucky stiff - * ruby/ext/syck, ruby/lib/yaml: Initial checkin of YAML substances. + * ruby/ext/syck, ruby/lib/yaml: Initial checkin of YAML substances. Fri May 9 16:38:30 2003 Yukihiro Matsumoto diff --git a/lib/net/http.rb b/lib/net/http.rb index e074dd978e..d5b0abd452 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -737,16 +737,6 @@ module Net end private :do_start - def conn_address - address() - end - private :conn_address - - def conn_port - port() - end - private :conn_port - def on_connect end private :on_connect -- cgit v1.2.3