aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* console.c: winsize on Windowsnobu2015-03-211-10/+8
* stringio.c: don't raise after closenobu2015-03-131-4/+4
* libff: fix enable-shared conditionnobu2015-03-131-1/+1
* accept_nonblock: favor rb_hash_lookup2 to avoid Hash#defaultnormal2015-03-122-13/+15
* ext/openssl/ossl_ssl.c: predefine wait_*able symbolsnormal2015-03-121-7/+10
* accept_nonblock supports "exception: false"normal2015-03-126-23/+68
* * internal.h: use T_IMEMO to represent `struct MEMO' value.ko12015-03-111-1/+0
* * node.h: remove NODE_IFUNC, NEW_IFUNC.ko12015-03-111-1/+0
* * include/ruby/ruby.h: introduce new type T_IMEMO.ko12015-03-111-1/+2
* stringio.c: don't raise after closenobu2015-03-091-3/+0
* * ext/zlib/zlib.c (rb_gzfile_close): Don't raise on doubleakr2015-03-081-1/+5
* io/wait: fix return value for buffered readnormal2015-03-011-1/+1
* * ext/pty/pty.c: AIX supports autopush. Patch by Perry Smith [ruby-core:58539...odaira2015-02-271-2/+2
* thread.c: refine enumsnobu2015-02-271-5/+7
* * ext/win32/Win32API.rb (initialize): accept both a string and an arrayusa2015-02-251-1/+1
* ossl_bn.c: [DOC] expand rdocs [ci skip]nobu2015-02-211-61/+164
* ossl_asn1.c: fix docnobu2015-02-211-1/+1
* [DOC] Backport ruby/openssl@86eb721 [ci skip]zzak2015-02-212-24/+50
* * ext/psych/lib/psych.rb: bump psych version.tenderlove2015-02-173-9/+2
* use rb_funcallvnobu2015-02-164-45/+45
* console.c: use static IDsnobu2015-02-161-4/+6
* console.c: avoid inadvertent pindownnobu2015-02-161-5/+25
* console.c: fix typonobu2015-02-161-2/+2
* coverage.c: suppress a warningnobu2015-02-131-1/+1
* * ext/coverage/coverage.c: Add Coverage.peek_result. Allows you totenderlove2015-02-131-7/+30
* * ext/json: merge upstream from flori/jsonhsbt2015-02-135-35/+18
* openssl: check RAND_edg to support libresslnobu2015-02-122-0/+5
* md5init.c: fix a typonobu2015-02-111-1/+1
* digest: CommonDigestnobu2015-02-117-0/+72
* digest: define Finish func from Final funcnobu2015-02-1110-47/+40
* digest: common configurationsnobu2015-02-118-44/+31
* generator.c: fix infinite recursionnobu2015-02-111-1/+1
* digest: no ID cachenobu2015-02-104-7/+7
* getaddrinfo.c: GHOST vulnerability checknobu2015-02-082-1/+3
* registry.rb: wide versionsnobu2015-02-081-2/+2
* socket/extconf.rb: reduce duplicated codenobu2015-02-081-19/+5
* * ext/psych/lib/psych/visitors/yaml_tree.rb: register nodes whentenderlove2015-02-061-3/+4
* * ext/psych/lib/psych/visitors/to_ruby.rb: fix support for regulartenderlove2015-02-061-2/+2
* * ext/win32ole/win32ole.c (Init_win32ole): should not use atexit tosuke2015-02-041-25/+12
* _sdbm.c: fix pointers to shiftnobu2015-02-041-1/+1
* bigdecimal.c: format specifiersnobu2015-02-042-7/+29
* bigdecimal.c: fix a typonobu2015-02-041-1/+1
* _sdbm.c: ruby/ruby.h for PRIdPTRDIFFnobu2015-02-041-2/+1
* * ext/bigdecimal/bigdecimal.c (rb_rational_num): add fallback functionmrkn2015-01-293-1/+29
* * ext/psych/lib/psych/visitors/to_ruby.rb: fix parsing hashes withtenderlove2015-01-283-2/+3
* cstr.c: nil iff terminated validlynobu2015-01-271-1/+2
* cstr.c: cstr_term_char class methodnobu2015-01-261-0/+8
* cstr.c: get rid of exceptionnobu2015-01-261-1/+9
* libffi: workaround of VC12 mlnobu2015-01-241-1/+1
* extmk.rb: extract CLEANFILES and DISTCLEANFILESnobu2015-01-211-3/+4