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 c560c7b10d zlib.c: ensure to free
* ext/zlib/zlib.c (zlib_gunzip): gz0 is a structure variable on
  the stack, no longer valid after exit by an exception.  ensure
  to free instead.  [Bug #13982]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-10-07 02:23:27 +00:00
..
-test- load.c: fix rb_load_protect condition 2017-09-24 05:22:23 +00:00
bigdecimal ext: check if null byte is contained 2017-09-30 08:35:23 +00:00
cgi/escape cgi/util.rb: Don't escape tilde in #escape 2017-05-17 12:34:59 +00:00
continuation Update dependencies 2016-07-06 05:48:13 +00:00
coverage ext/coverage/coverage.c (rb_coverage_start): Ensure opt is a hash 2017-09-15 00:40:38 +00:00
date ext/date/extconf.rb: check for timezone and altzone 2017-09-17 04:26:51 +00:00
dbm dbm.c: suppress unused-but-set-variable warning 2017-09-30 11:50:14 +00:00
digest Added gemspec of digest library. 2017-08-16 09:37:03 +00:00
etc ext: check if null byte is contained 2017-09-30 08:35:23 +00:00
fcntl Update gemspec for gem released versions. 2017-09-14 02:01:36 +00:00
fiber Update dependencies 2016-07-06 05:48:13 +00:00
fiddle Fixup r59961. Use http for libffi downloading. 2017-09-19 05:01:02 +00:00
gdbm gdbm.c: use the default external encoding 2017-09-30 11:06:05 +00:00
io ext/io/console/lib/console/size.rb: Fix the context of method definition 2017-09-17 08:04:34 +00:00
json Merge json-2.1.0 from https://github.com/flori/json 2017-06-16 03:04:46 +00:00
nkf ext: check if null byte is contained 2017-09-30 08:35:23 +00:00
objspace objspace_dump.c: remove unnecessary break 2017-09-27 05:27:06 +00:00
openssl openssl: import e72d960db262 2017-09-24 16:26:22 +00:00
pathname disable rdoc for internal constants [ci skip] 2017-08-03 08:11:57 +00:00
psych ext: check if null byte is contained 2017-09-30 08:35:23 +00:00
pty pty.c: shrink repeated device names 2017-09-27 05:27:07 +00:00
racc/cparse Update dependencies 2016-07-06 05:48:13 +00:00
rbconfig/sizeof configure.ac 2017-09-29 13:21:17 +00:00
readline ext: check if null byte is contained 2017-09-30 08:35:23 +00:00
ripper ripper/lexer.rb: remove double quotes 2017-09-30 06:42:24 +00:00
rubyvm get rid of test failures introduced at r56848 2016-11-20 06:19:05 +00:00
sdbm ext: adjust indent [ci skip] 2017-09-27 05:08:53 +00:00
socket Add Socket::Ifaddr.vhid on supported platforms [Feature #13803] 2017-08-31 08:29:38 +00:00
stringio ext: adjust indent [ci skip] 2017-09-27 05:08:53 +00:00
strscan To use github url for gemspec. 2017-09-15 23:46:46 +00:00
syslog ext: check if null byte is contained 2017-09-30 08:35:23 +00:00
win32 resolv9x.rb: fix typo 2017-02-14 12:34:11 +00:00
win32ole * ext/win32ole/win32ole.c (fole_initialize): fix typo. thanks to Gray Wolf. 2017-09-02 00:26:37 +00:00
zlib zlib.c: ensure to free 2017-10-07 02:23:27 +00:00
.document ext/.document: follow-up r59734 2017-09-03 13:31:34 +00:00
extmk.rb ext/extmk.rb: colorize notes [Feature #13302] 2017-04-21 03:01:12 +00:00
Setup Removed deprecated extensions of mathn. 2017-04-20 08:21:24 +00:00
Setup.atheos * ext/tk: Tk is removed from stdlib. [Feature #8539] 2016-08-09 06:44:45 +00:00
Setup.nacl Removed deprecated extensions of mathn. 2017-04-20 08:21:24 +00:00
Setup.nt * ext/tk: Tk is removed from stdlib. [Feature #8539] 2016-08-09 06:44:45 +00:00