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