summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2015-04-12wait.c: no EOFnobu
2015-04-12wait.c: poll over nreadnobu
2015-04-12wait.c: fix rdocnobu
2015-04-12* ext/coverage/coverage.c: Remove extension from require argument.hsbt
2015-04-12connect_nonblock supports "exception: false"normal
2015-04-12wait.c: wait_for_single_fdnobu
2015-04-12wait.c: get_timeoutnobu
2015-04-12* ext/fiddle/depend: Fix "Wrong mix of special targets" error withakr
2015-04-12* ext/-test-/file/fs.c: OpenBSD needs sys/param.h before sys/mount.h.akr
2015-04-11* ext/json/*, test/json/*, defs/default_gems: Gemify JSON library.hsbt
2015-04-11mkmf.rb: methods to append flagsnobu
2015-04-10mkmf.rb: fix werror optionnobu
2015-04-10* ext/objspace/objspace.c: add ObjectSpace.count_imemo_objects methodko1
2015-04-10* ext/objspace/objspace.c (setup_hash): unify common routine.ko1
2015-04-10ext/date: reject unknown compiler optionnobu
2015-04-09* internal.h (rb_execarg_parent_end): Declared.akr
2015-04-09* internal.h (rb_execarg_parent_start): Renamed from rb_execarg_fixup.akr
2015-04-08raddrinfo.c: fix memory leaknobu
2015-04-08* bigdecimal: conform to ruby's license. [ruby-core:68466] [Bug #10952]mrkn
2015-03-28fix r50104 [Bug #10906]naruse
2015-03-28* ext/date/extconf.rb: try_cflags("-std=iso9899:1999") [Bug #10906]naruse
2015-03-25* ext/socket/extconf.rb: Solaris 11 has struct tcp_info.tcpi_ca_state,naruse
2015-03-25fs.c: fix f_typenobu
2015-03-24fs.c: use statfs/statvfsnobu
2015-03-21console.c: winsize on Windowsnobu
2015-03-13stringio.c: don't raise after closenobu
2015-03-13libff: fix enable-shared conditionnobu
2015-03-12accept_nonblock: favor rb_hash_lookup2 to avoid Hash#defaultnormal
2015-03-12ext/openssl/ossl_ssl.c: predefine wait_*able symbolsnormal
2015-03-12accept_nonblock supports "exception: false"normal
2015-03-11* internal.h: use T_IMEMO to represent `struct MEMO' value.ko1
2015-03-11* node.h: remove NODE_IFUNC, NEW_IFUNC.ko1
2015-03-11* include/ruby/ruby.h: introduce new type T_IMEMO.ko1
2015-03-09stringio.c: don't raise after closenobu
2015-03-08* ext/zlib/zlib.c (rb_gzfile_close): Don't raise on doubleakr
2015-03-01io/wait: fix return value for buffered readnormal
2015-02-27* ext/pty/pty.c: AIX supports autopush. Patch by Perry Smith [ruby-core:58539...odaira
2015-02-27thread.c: refine enumsnobu
2015-02-25* ext/win32/Win32API.rb (initialize): accept both a string and an arrayusa
2015-02-21ossl_bn.c: [DOC] expand rdocs [ci skip]nobu
2015-02-21ossl_asn1.c: fix docnobu
2015-02-21[DOC] Backport ruby/openssl@86eb721 [ci skip]zzak
2015-02-17* ext/psych/lib/psych.rb: bump psych version.tenderlove
2015-02-16use rb_funcallvnobu
2015-02-16console.c: use static IDsnobu
2015-02-16console.c: avoid inadvertent pindownnobu
2015-02-16console.c: fix typonobu
2015-02-13coverage.c: suppress a warningnobu
2015-02-13* ext/coverage/coverage.c: Add Coverage.peek_result. Allows you totenderlove
2015-02-13* ext/json: merge upstream from flori/jsonhsbt