From 217ad664ab8a7a9b9a3a5a4aed2e90f88dc06b13 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 4 Feb 2016 03:39:12 +0000 Subject: cgi/escape: Optimize CGI.escape * cgi/escape/escape.c: Optimize CGI.escape performance by C ext for ASCII-compatible encodings. [Fix GH-1238] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1b63810622..32913e76f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 4 12:39:08 2016 joker1007 + + * cgi/escape/escape.c: Optimize CGI.escape performance by C ext + for ASCII-compatible encodings. [Fix GH-1238] + Thu Feb 4 11:53:56 2016 Martin Duerst * common.mk: Introduce two variables (UNICODE_DATA_DIR and -- cgit v1.2.3