1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
usa 8229b9dd3f * ext/zlib/zlib.c (rb_gzreader_initialize): revert a part of r33937.
1st, to change the mode of an IO is very sensitive problem, so
  the maintainer of this library should judge it.
  2nd, usually Zlib::GzReader.new is not called directly.  #initialize
  is called via .open, and in the method the I/O is opened in binary
  mode, so there is no problem without changing the mode in #initialize.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-12-05 01:25:47 +00:00
..
-test- * variable.c (rb_path2class): don't raise NameError when the middle 2011-11-30 14:44:06 +00:00
bigdecimal * ext/bigdecimal/bigdecimal.c (VpAllocReal): reduce extra frac. 2011-12-02 06:48:10 +00:00
continuation
coverage
curses
date
dbm * ext/dbm/extconf.rb: revert a part of the patch in [ruby-dev:41531]. 2011-11-17 11:45:32 +00:00
digest
dl
etc * whitespace cleanup. 2011-11-04 07:19:23 +00:00
fcntl
fiber
fiddle * io.c, thread.c, ext/pty/pty.c, ext/fiddle/closure.c: use 2011-11-15 11:09:47 +00:00
gdbm * ext/gdbm/gdbm.c (fgdbm_reorganize): set close-on-exec flag after 2011-11-13 14:22:17 +00:00
iconv
io * ext/io/console/console.c (console_raw, console_set_raw) 2011-11-18 08:18:18 +00:00
json
mathn
nkf
objspace
openssl * ext/openssl/extconf.rb: remove checks for available functions. 2011-11-26 01:49:36 +00:00
pathname * lib/pathname.rb (Pathname#find): return an enumerator if 2011-11-19 12:52:37 +00:00
psych * ext/psych/parser.c (parse): parse method can take an option file 2011-11-30 00:10:31 +00:00
pty * io.c, thread.c, ext/pty/pty.c, ext/fiddle/closure.c: use 2011-11-15 11:09:47 +00:00
racc/cparse
readline * whitespace cleanup. 2011-11-04 07:19:23 +00:00
ripper * ext/ripper/eventids2.c (ripper_init_eventids2): separate 2011-10-18 14:05:51 +00:00
sdbm * ext/sdbm/_sdbm.c (sdbm_prep): use O_CLOEXEC if available. 2011-10-29 07:12:09 +00:00
socket * ext/socket/extconf.rb: get rid of warnings by 2011-12-01 08:45:22 +00:00
stringio
strscan
syck
syslog
tk * ext/tk/tcltklib.c (eventloop_sleep): unused. 2011-11-27 06:22:00 +00:00
win32ole
zlib * ext/zlib/zlib.c (rb_gzreader_initialize): revert a part of r33937. 2011-12-05 01:25:47 +00:00
.document
extmk.rb * lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake or 2011-11-30 00:57:24 +00:00
Setup
Setup.atheos
Setup.emx
Setup.nt