aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* io/console: vk_header only on Windowsnobu2015-05-051-2/+2
* console.c: pressed? on Windowsnobu2015-05-035-1/+1122
* console.c: cursor position on Windowsnobu2015-05-031-0/+49
* console.c: IO#beepnobu2015-05-031-0/+19
* * ext/-test-/file/fs.c: need to include sys/statvfs.hodaira2015-05-032-1/+4
* console.c: remove old ifdefnobu2015-05-031-4/+0
* ipsocket.c: fix merge missnobu2015-04-301-1/+1
* ipsocket.c: sys_errornobu2015-04-301-2/+6
* socket: avoid common exceptions when calling connect_nonblocknormal2015-04-201-8/+5
* * ext/openssl/*: use license instead of licence.hsbt2015-04-2058-58/+58
* connect_nonblock(..., exception: false) does not raise EISCONNnormal2015-04-201-0/+6
* ext: suppress warningsnobu2015-04-193-11/+11
* parser.rl: define enc_raise iff necessarynobu2015-04-182-4/+4
* parser.rl: rb_enc_raisenobu2015-04-183-93/+134
* parser.rl: use rb_encodingnobu2015-04-182-124/+119
* parser.rl: use StringValuenobu2015-04-182-23/+21
* tkutil.c: revert r48250nobu2015-04-171-2/+2
* nofree.c: Bug::String.nofreenobu2015-04-171-0/+13