From 6b13962f6c8c0b667954ace6bc80df3dcec770c1 Mon Sep 17 00:00:00 2001 From: xibbar Date: Thu, 30 Jul 2009 05:34:02 +0000 Subject: * lib/cgi/util.rb (CGI::unescape): support encoding option. * lib/cgi/cookie.rb (CGI::Cookie.parse): fix for the encoded value. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d21fc912b..3a3d25678 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Jul 29 14:25:14 2009 Takeyuki FUJIOKA + + * lib/cgi/util.rb (CGI::unescape): support encoding option. + + * lib/cgi/cookie.rb (CGI::Cookie.parse): fix for the encoded value. + Wed Jul 29 08:08:07 2009 NARUSE, Yui * parse.y (regexp): regexp literal at the top of dstr is still needed -- cgit