1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
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
..
-test- * string.c (str_new_frozen): if the given string is embeddedable 2016-02-03 04:52:13 +00:00
bigdecimal * ext/bigdecimal/bigdecimal.gemspec: bump version to 1.2.8. 2015-12-22 12:20:28 +00:00
cgi/escape mask upper nibble 2016-02-04 05:10:36 +00:00
continuation handle ext/ as r53141 2015-12-16 05:31:54 +00:00
coverage vm_core.h: use RUBY_ASSERT 2016-01-22 08:37:36 +00:00
date handle ext/ as r53141 2015-12-16 05:31:54 +00:00
dbm handle ext/ as r53141 2015-12-16 05:31:54 +00:00
digest handle ext/ as r53141 2015-12-16 05:31:54 +00:00
etc handle ext/ as r53141 2015-12-16 05:31:54 +00:00
fcntl handle ext/ as r53141 2015-12-16 05:31:54 +00:00
fiber handle ext/ as r53141 2015-12-16 05:31:54 +00:00
fiddle * ext/fiddle/handle.c: check tainted string arguments. 2015-12-16 12:08:49 +00:00
gdbm handle ext/ as r53141 2015-12-16 05:31:54 +00:00
io wait readable/writable 2016-01-24 07:55:05 +00:00
json handle ext/ as r53141 2015-12-16 05:31:54 +00:00
mathn handle ext/ as r53141 2015-12-16 05:31:54 +00:00
nkf * ext/nkf/nkf-utf8/utf8tbl.c: fix a typo. 2015-12-18 00:42:49 +00:00
objspace vm_core.h: use RUBY_ASSERT 2016-01-22 08:37:36 +00:00
openssl Fix typo on OpenSSL::PKey doc [ci skip] 2016-02-02 23:25:40 +00:00
pathname handle ext/ as r53141 2015-12-16 05:31:54 +00:00
psych stdlib: avoid extra calls to eliminate "\n" from Base64 2016-01-10 00:35:43 +00:00
pty * ext/pty/pty.c: fix double words typo. 2015-12-18 00:44:52 +00:00
racc/cparse handle ext/ as r53141 2015-12-16 05:31:54 +00:00
rbconfig/sizeof common.mk: source dependency for nmake 2016-01-22 12:30:31 +00:00
readline handle ext/ as r53141 2015-12-16 05:31:54 +00:00
ripper Fix Ripper.lex error in dedenting squiggly heredoc 2016-02-02 23:21:34 +00:00
sdbm handle ext/ as r53141 2015-12-16 05:31:54 +00:00
socket socket.c: unlimited size hostname 2016-01-28 08:32:44 +00:00
stringio stringio: binmode sets encoding to ASCII-8BIT 2016-01-04 20:45:14 +00:00
strscan * re.c: Introduce RREGEXP_PTR. 2016-02-02 04:39:44 +00:00
syslog handle ext/ as r53141 2015-12-16 05:31:54 +00:00
thread handle ext/ as r53141 2015-12-16 05:31:54 +00:00
tk ⚠️ key "accelerator" is duplicated and overwritten in Tk samples 2015-12-28 15:10:25 +00:00
win32 handle ext/ as r53141 2015-12-16 05:31:54 +00:00
win32ole * remove trailing spaces. 2015-12-27 14:34:16 +00:00
zlib zlib.c: Fix typo [ci skip] 2015-12-19 05:27:52 +00:00
.document
extmk.rb mkmf.rb: library installation messages 2016-01-07 03:06:58 +00:00
Setup cgi/escape: Optimize CGI.escapeHTML 2015-12-20 11:54:54 +00:00
Setup.atheos cgi/escape: Optimize CGI.escapeHTML 2015-12-20 11:54:54 +00:00
Setup.nacl cgi/escape: Optimize CGI.escapeHTML 2015-12-20 11:54:54 +00:00
Setup.nt cgi/escape: Optimize CGI.escapeHTML 2015-12-20 11:54:54 +00:00