aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* generator.c: allocate structs with wrappernobu2015-05-282-11/+5
* parser.rl: allocate structs with wrappernobu2015-05-283-23/+10
* win32ole.c: wrapper object before allocnobu2015-05-281-2/+4
* tcltklib.c: allocate structs with wrappernobu2015-05-282-5/+9
* tkutil.c: check arguments typenobu2015-05-281-5/+7
* tkutil.c: check typenobu2015-05-281-0/+1
* Fix typo in samples for tk ext [skip ci]nobu2015-05-272-2/+2
* tcltklib.c: fix memory leaknobu2015-05-271-0/+3
* bigdecimal.c: wrapper object before allocnobu2015-05-271-6/+8
* openssl: use RB_GC_GUARD instead of volatilenormal2015-05-271-3/+6
* ossl_asn1.c: [DOC] Fix typo [skip ci]nobu2015-05-271-1/+1
* digest.c: GC guardnobu2015-05-211-0/+3
* nonblock.c: just yield if the flag is not changednobu2015-05-181-4/+6
* notimplement: renamenobu2015-05-173-2/+2
* ext/socket/init.c: use SOCK_NONBLOCK if availablenormal2015-05-171-4/+17
* ifaddr.c: wrapper object before allocnobu2015-05-161-4/+11
* allocate structs with wrappernobu2015-05-162-5/+4
* gc.c: rename alloc as wrapnobu2015-05-161-1/+1
* * ext/pathname/lib/pathname.rb: Remove condition of RUBY_VERSION <= 1.9.hsbt2015-05-141-7/+2
* * ext/zlib/zlib.c (rb_gzreader_external_encoding):glass2015-05-101-0/+12
* * ext/win32ole/win32ole_variant.c: fix typo "indicies".glass2015-05-101-6/+6
* ext/socket/ancdata.c (bsock_recvmsg_internal): GC guardnormal2015-05-081-0/+1
* extconf.rb: no nmake style VPATHnobu2015-05-082-3/+1
* depend: no nmake style VPATHnobu2015-05-081-2/+2
* checksum.rb: check the targetnobu2015-05-071-1/+1
* win32_vk.inc: renamednobu2015-05-073-5/+5
* io/console: win32_vk dependenciesnobu2015-05-063-3/+13
* stdlib: use IO#wait_*able instead of IO.select when possiblenormal2015-05-061-2/+2