diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-06-25 08:16:16 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-06-25 08:16:16 +0000 |
| commit | 87b3389fe740da78dc44be46fcc634f5fa619409 (patch) | |
| tree | 91ef91af219a4f22c9839943687a03c422d0857d /ChangeLog | |
| parent | 2f3a22ae03fec3ae0badd2de7ffb8eab8444e8ae (diff) | |
| download | ruby-87b3389fe740da78dc44be46fcc634f5fa619409.tar.gz ruby-87b3389fe740da78dc44be46fcc634f5fa619409.tar.xz ruby-87b3389fe740da78dc44be46fcc634f5fa619409.zip | |
* lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_query): should
discard if key=val pair is empty. patch from Gary Wright.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Sat Jun 25 17:12:20 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_query): should + discard if key=val pair is empty. patch from Gary Wright. + Sat Jun 25 15:49:18 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * enum.c (enum_min, enum_max, enum_min_by, enum_max_by): do not ignore @@ -79,7 +84,7 @@ Mon Jun 20 01:26:49 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> * ext/openssl/openssl_missing.c, ext/openssl/ossl.h, ext/openssl/ossl_asn1.c, ext/openssl/ossl_bio.c, ext/openssl/ossl_pkcs12.h, ext/openssl/ossl_x509req.c: avoid - compiler warnings. suggested by Mical Rokos. + compiler warnings. suggested by Michal Rokos. Sun Jun 19 17:22:02 CEST 2005 Michael Neumann <mneumann@ruby-lang.org> |
