summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorxibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-22 08:25:44 +0000
committerxibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-22 08:25:44 +0000
commit807563b172c1757c539519767707290bf924ec0b (patch)
tree788a7e999940c0dd413b18cc01d5f6d9d88fccec /ChangeLog
parent25eca0e8ad28474a3409c65f44b471667d8b0f9c (diff)
downloadruby-807563b172c1757c539519767707290bf924ec0b.tar.gz
ruby-807563b172c1757c539519767707290bf924ec0b.tar.xz
ruby-807563b172c1757c539519767707290bf924ec0b.zip
* lib/cgi/core.rb (CGI.parse): generate only key on params hash
if request have only key uri parameters. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa0a567e5..900a6b2fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Thu Jan 22 17:12:37 2009 Takeyuki FUJIOKA <xibbar@ruby-lang.org>
+
+ * lib/cgi/core.rb (CGI.parse): generate only key on params hash
+ if request have only key uri parameters.
+ (ex. index.cgi?aaa&bbb=1 # params=>{:aaa=>[],:bbb=>["1"]})
+
+ * test/cgi/test_cgi_core.rb: fix test for key only params.
+
Thu Jan 22 16:29:50 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/rubygems/installer.rb (Gem::Installer#initialize): fixed