aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * doc/contributors.rdoc: fix a typo. Patch by @davydovantonhsbt2015-04-158-10/+10
* win32ole.c: use rb_sym2strnobu2015-04-143-9/+9
* tkutil.c: fallback rb_id2strnobu2015-04-142-0/+5
* tkutil.c: use rb_sym2strnobu2015-04-142-5/+5
* use frozen string of symbolsnobu2015-04-141-1/+1
* printf.c: uint_to_strnobu2015-04-141-3/+3
* * ext/openssl/lib/openssl/ssl.rb: stricter hostname verificationnagachika2015-04-131-4/+58
* * ext/json/json.gemspec: bump version to 1.8.2.hsbt2015-04-122-2/+2
* * ext/json/json.gemspec, lib/rdoc/rdoc.gemspec: added gemspec directly.hsbt2015-04-121-0/+7
* * ext/json/*, test/json/*: Reverted r50231. Because it's not works withhsbt2015-04-1230-0/+6170
* wait.c: no EOFnobu2015-04-121-10/+8
* wait.c: poll over nreadnobu2015-04-121-9/+9
* wait.c: fix rdocnobu2015-04-121-2/+2
* * ext/coverage/coverage.c: Remove extension from require argument.hsbt2015-04-121-2/+2
* connect_nonblock supports "exception: false"normal2015-04-122-16/+44
* wait.c: wait_for_single_fdnobu2015-04-121-11/+13
* wait.c: get_timeoutnobu2015-04-121-20/+16
* * ext/fiddle/depend: Fix "Wrong mix of special targets" error withakr2015-04-121-3/+3
* * ext/-test-/file/fs.c: OpenBSD needs sys/param.h before sys/mount.h.akr2015-04-121-0/+3
* * ext/json/*, test/json/*, defs/default_gems: Gemify JSON library.hsbt2015-04-1130-6170/+0
* mkmf.rb: methods to append flagsnobu2015-04-111-3/+1
* mkmf.rb: fix werror optionnobu2015-04-101-1/+1
* * ext/objspace/objspace.c: add ObjectSpace.count_imemo_objects methodko12015-04-101-0/+77
* * ext/objspace/objspace.c (setup_hash): unify common routine.ko12015-04-101-27/+23
* ext/date: reject unknown compiler optionnobu2015-04-101-1/+1
* * internal.h (rb_execarg_parent_end): Declared.akr2015-04-091-0/+2
* * internal.h (rb_execarg_parent_start): Renamed from rb_execarg_fixup.akr2015-04-091-1/+1
* raddrinfo.c: fix memory leaknobu2015-04-081-0/+1
* * bigdecimal: conform to ruby's license. [ruby-core:68466] [Bug #10952]mrkn2015-04-084-75/+1
* fix r50104 [Bug #10906]naruse2015-03-281-1/+3
* * ext/date/extconf.rb: try_cflags("-std=iso9899:1999") [Bug #10906]naruse2015-03-281-0/+1
* * ext/socket/extconf.rb: Solaris 11 has struct tcp_info.tcpi_ca_state,naruse2015-03-253-7/+9
* fs.c: fix f_typenobu2015-03-251-6/+11
* fs.c: use statfs/statvfsnobu2015-03-242-38/+61
* 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