From 20cd25c86fd28eb1b5068d0db607e6aa33107f65 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 20 Apr 2016 08:33:33 +0000 Subject: cgi/util.rb: remove CGI::Util#_unescape * ext/cgi/escape/escape.c (cgiesc_unescape): define unescape method instead of _unescape, and should pass the optional argument to the super method. * lib/cgi/util.rb (CGI::Util#_unescape): remove intermediate method. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4dd2294c08..e228cfefca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Wed Apr 20 17:33:31 2016 Nobuyoshi Nakada + + * ext/cgi/escape/escape.c (cgiesc_unescape): define unescape + method instead of _unescape, and should pass the optional + argument to the super method. + + * lib/cgi/util.rb (CGI::Util#_unescape): remove intermediate + method. + Wed Apr 20 15:52:28 2016 Nobuyoshi Nakada * error.c (syntax_error_initialize): move the default message, -- cgit v1.2.3