aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* * 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