aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* sizes.c.tmpl: extract RUBY_DEFINTnobu2015-06-281-5/+0
* * test/-ext-/popen_deadlock/test_popen_deadlock.rb: test [Bug #11265]ngoto2015-06-252-0/+54
* ext/openssl/ossl_ssl.c: raise if kwargs given in blocking modenormal2015-06-241-3/+7
* ext/socket/ancdata.c (bsock_recvmsg_internal): reduce stack usenormal2015-06-231-25/+13
* ext/objspace/objspace_dump.c: adjust indentnobu2015-06-211-2/+2
* * ext/objspace/objspace_dump.c(dump_object): Return empty JSON object whensorah2015-06-201-0/+5
* extmk.rb: fix with-ext conditionnobu2015-06-181-1/+1
* extmk.rb: fix with-ext conditionnobu2015-06-181-1/+1
* * include/ruby/ruby.h: $SAFE=2 is now obsolete.hsbt2015-06-182-4/+0
* * ext/objspace/objspace.c (count_imemo_objects): support imemo_ment.ko12015-06-181-0/+1
* * ext/rbconfig/sizeof/extconf.rb: Check __float80.akr2015-06-171-0/+1
* * include/ruby/ruby.h: $SAFE=3 is now obsolete.hsbt2015-06-174-11/+0
* fix unbalanced square bracketskazu2015-06-162-2/+2
* * ext/rbconfig/sizeof/extconf.rb: Check several types defined in C99akr2015-06-161-1/+17
* date_parse.c: use ALLOCVnobu2015-06-161-6/+16
* date_strptime.c: use ALLOCVnobu2015-06-161-1/+3
* socket: allow explicit buffer for recv and recv_nonblocknormal2015-06-153-19/+44
* socket: allow exception-free nonblocking sendmsg/recvmsgnormal2015-06-156-19/+54
* raddrinfo.c: suppress a warningnobu2015-06-141-0/+2
* call_without_gvl.c: no sys/select.hnobu2015-06-141-1/+0
* * thread.c (thread_start_func_2): don't interrupt when last thread exitkosaki2015-06-142-0/+36
* * ext/pathname/lib/pathname.rb (descend): Blockless form supported.akr2015-06-141-0/+16
* raddrinfo.c: suppress a warningnobu2015-06-141-1/+1
* * ext/socket/raddrinfo.c (parse_numeric_port): Detectakr2015-06-141-2/+29
* * ext/io/console/depend (.list.chksum): revert a part of r50859, becauseusa2015-06-131-1/+1
* * ext/openssl/ossl_ocsp.c: fix documentation on ocsp response cert status.hsbt2015-06-131-2/+2
* * ext/bigdecimal/bigdecimal.gemspec: Fix require paths for released gem.hsbt2015-06-132-2/+2
* win32_vk.inc: suppress warningsnobu2015-06-132-164/+166
* * ext/date/date_core.c: Grammar fix found by @aiperon [ci skip]zzak2015-06-121-1/+1
* * ext/zlib/zlib.c: Fix indentation for rdoc.hsbt2015-06-111-1/+1
* * ext/socket/ancdata.c (bsock_sendmsg_internal): drop redundant assignmentnormal2015-06-051-4/+0
* * ext/socket/ancdata.c (bsock_sendmsg_internal): all arguments arengoto2015-06-051-4/+1
* ext/socket/ancdata.c (bsock_sendmsg_internal): portability fixnormal2015-06-051-2/+3
* ext/socket/ancdata.c (bsock_sendmsg_internal): fix build error from r50776normal2015-06-051-1/+1
* ext/socket/ancdata.c (bsock_sendmsg_internal): use rb_scan_argsnormal2015-06-041-8/+8
* * ext/win32ole/win32ole.c: fix a typo. Patch by @davydovantonhsbt2015-06-041-1/+1
* ext/openssl/lib/openssl/ssl.rb: use io/nonblock instead of fcntlnormal2015-06-041-4/+2
* * ext/rbconfig/sizeof/extconf.rb: Check C99 standard integer types.akr2015-06-031-0/+19
* * configure.in: Don't check __int128.akr2015-06-032-2/+5
* tkutil.c: fix out-of-bounds accessnobu2015-06-011-0/+1
* ext/date/date_core.c: [DOC] fold long paragraphsnobu2015-05-311-7/+36
* [DOC] Decrease heading under DateTime [ci skip]zzak2015-05-311-1/+1
* tkutil.c: fix memory leak and segfaultnobu2015-05-311-79/+50
* * ext/date/date_core.c: [DOC] Add comparison of Time and DateTimezzak2015-05-311-1/+60
* tkutil.c: reduce unnecessary buffernobu2015-05-311-2/+2
* ext/socket/ancdata.c: use RB_GC_GUARD instead of volatilenormal2015-05-301-1/+4
* openssl: wrapper object before allocnobu2015-05-2923-124/+226
* psych: allocate structs with wrappernobu2015-05-292-5/+4
* socket: avoid redundant fcntl on Linuxnormal2015-05-293-3/+17
* * ext/objspace/objspace.c: add two methods to debug internals.ko12015-05-281-0/+70