ruby/ext/cgi/escape
nobu a320f811cf mask upper nibble
* ext/cgi/escape/escape.c (optimized_escape): move c and use it
  instead of cstr[i].  mask upper nibble for the platforms where
  CHAR_BIT > 8.  [Fix GH-1238]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-02-04 05:10:36 +00:00
..
escape.c mask upper nibble 2016-02-04 05:10:36 +00:00
extconf.rb cgi/escape: Optimize CGI.escapeHTML 2015-12-20 11:54:54 +00:00