[前][次][番号順一覧][スレッド一覧]

ruby-changes:41209

From: hsbt <ko1@a...>
Date: Thu, 24 Dec 2015 23:02:24 +0900 (JST)
Subject: [ruby-changes:41209] hsbt:r53281 (trunk): * NEWS: added entry for CGI.escapeHTML optimization.

hsbt	2015-12-24 23:02:02 +0900 (Thu, 24 Dec 2015)

  New Revision: 53281

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53281

  Log:
    * NEWS: added entry for CGI.escapeHTML optimization.

  Modified files:
    trunk/ChangeLog
    trunk/NEWS
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 53280)
+++ ChangeLog	(revision 53281)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Thu Dec 24 23:01:57 2015  SHIBATA Hiroshi  <hsbt@r...>
+
+	* NEWS: added entry for CGI.escapeHTML optimization.
+
 Thu Dec 24 18:43:19 2015  Nobuyoshi Nakada  <nobu@r...>
 
 	* error.c (rb_compile_error_with_enc, rb_compile_error),
Index: NEWS
===================================================================
--- NEWS	(revision 53280)
+++ NEWS	(revision 53281)
@@ -399,3 +399,6 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L399
   * (Linux-only) waiting on a single FD anywhere in the stdlib no longer
     uses select(2), making it immune to slowdowns with high-numbered FDs.
     [Feature #11081] [Feature #11377]
+
+* CGI.escapeHTML is optimized with C extention.
+  https://github.com/ruby/ruby/pull/1164

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]