From b44d2a8450fa05043e70bddca454161e6a9138d4 Mon Sep 17 00:00:00 2001 From: yugui Date: Tue, 11 Nov 2008 11:01:31 +0000 Subject: merges r20152 from trunk into ruby_1_9_1. * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#do_CONNECT): use #bytesize instead of #size. a patch submitted from raspberry lemon in [ruby-core:18571]. * lib/webrick/httpauth/digestauth.rb, lib/webrick/httpproxy.rb, lib/webrick/httprequest.rb, lib/webrick/httpservlet/cgi_runner.rb, lib/webrick/httpservlet/abstract.rb, lib/webrick/httpresponse.rb, lib/webrick/httpservlet/cgihandler.rb, lib/webrick/utils.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6ea6af0dc..2cde82772 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Sat Nov 8 18:11:14 2008 Yukihiro Matsumoto + + * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#do_CONNECT): + use #bytesize instead of #size. a patch submitted from + raspberry lemon in [ruby-core:18571]. + + * lib/webrick/httpauth/digestauth.rb, lib/webrick/httpproxy.rb, + lib/webrick/httprequest.rb, lib/webrick/httpservlet/cgi_runner.rb, + lib/webrick/httpservlet/abstract.rb, lib/webrick/httpresponse.rb, + lib/webrick/httpservlet/cgihandler.rb, lib/webrick/utils.rb: ditto. + Sat Nov 8 17:31:41 2008 Yukihiro Matsumoto * ext/stringio/stringio.c (strio_ungetc): ungetc position should -- cgit