diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-12-01 22:38:47 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-12-01 22:38:47 +0000 |
| commit | c536c0a87df3171aecc9ab0cd10379f963a0f409 (patch) | |
| tree | bdcfe5081b85571bc8b8bd764f5d5bb096c8ab1a /ChangeLog | |
| parent | b42c4b7a84c9ebf85ef22681bf33f7db352375f1 (diff) | |
| download | ruby-c536c0a87df3171aecc9ab0cd10379f963a0f409.tar.gz ruby-c536c0a87df3171aecc9ab0cd10379f963a0f409.tar.xz ruby-c536c0a87df3171aecc9ab0cd10379f963a0f409.zip | |
* lib/webrick/httputils.rb (WEBrick::HTTPUtils::FormData::<<):
HTTPUtils::parse_header() takes a string. [ruby-dev:29931]
* lib/webrick/httputils.rb (WEBrick::HTTPUtils::parse_header):
String does no longer have each method.
* lib/webrick/httputils.rb (WEBrick::HTTPUtils::parse_form_data):
ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Sat Dec 2 07:33:53 2006 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * lib/webrick/httputils.rb (WEBrick::HTTPUtils::FormData::<<): + HTTPUtils::parse_header() takes a string. [ruby-dev:29931] + + * lib/webrick/httputils.rb (WEBrick::HTTPUtils::parse_header): + String does no longer have each method. + + * lib/webrick/httputils.rb (WEBrick::HTTPUtils::parse_form_data): + ditto. + Sat Dec 2 07:09:04 2006 GOTOU Yuuzou <gotoyuzo@notwork.org> * ext/openssl/ossl_ocsp.c: OpenSSL::OCSP::OSCPError should be |
