summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2015-05-21digest.c: GC guardnobu
2015-05-18nonblock.c: just yield if the flag is not changednobu
2015-05-17notimplement: renamenobu
2015-05-17ext/socket/init.c: use SOCK_NONBLOCK if availablenormal
2015-05-16ifaddr.c: wrapper object before allocnobu
2015-05-16allocate structs with wrappernobu
2015-05-16gc.c: rename alloc as wrapnobu
2015-05-14* ext/pathname/lib/pathname.rb: Remove condition of RUBY_VERSION <= 1.9.hsbt
2015-05-10* ext/zlib/zlib.c (rb_gzreader_external_encoding):glass
2015-05-10* ext/win32ole/win32ole_variant.c: fix typo "indicies".glass
2015-05-08ext/socket/ancdata.c (bsock_recvmsg_internal): GC guardnormal
2015-05-08extconf.rb: no nmake style VPATHnobu
2015-05-08depend: no nmake style VPATHnobu
2015-05-07checksum.rb: check the targetnobu
2015-05-07win32_vk.inc: renamednobu
2015-05-06io/console: win32_vk dependenciesnobu
2015-05-06stdlib: use IO#wait_*able instead of IO.select when possiblenormal
2015-05-05io/console: vk_header only on Windowsnobu
2015-05-03console.c: pressed? on Windowsnobu
2015-05-03console.c: cursor position on Windowsnobu
2015-05-03console.c: IO#beepnobu
2015-05-03* ext/-test-/file/fs.c: need to include sys/statvfs.hodaira
2015-05-03console.c: remove old ifdefnobu
2015-04-30ipsocket.c: fix merge missnobu
2015-04-30ipsocket.c: sys_errornobu
2015-04-20socket: avoid common exceptions when calling connect_nonblocknormal
2015-04-20* ext/openssl/*: use license instead of licence.hsbt
2015-04-20connect_nonblock(..., exception: false) does not raise EISCONNnormal
2015-04-19ext: suppress warningsnobu
2015-04-18parser.rl: define enc_raise iff necessarynobu
2015-04-18parser.rl: rb_enc_raisenobu
2015-04-18parser.rl: use rb_encodingnobu
2015-04-18parser.rl: use StringValuenobu
2015-04-17tkutil.c: revert r48250nobu
2015-04-17nofree.c: Bug::String.nofreenobu
2015-04-15* doc/contributors.rdoc: fix a typo. Patch by @davydovantonhsbt
2015-04-14win32ole.c: use rb_sym2strnobu
2015-04-14tkutil.c: fallback rb_id2strnobu
2015-04-14tkutil.c: use rb_sym2strnobu
2015-04-14use frozen string of symbolsnobu
2015-04-14printf.c: uint_to_strnobu
2015-04-13* ext/openssl/lib/openssl/ssl.rb: stricter hostname verificationnagachika
2015-04-12* ext/json/json.gemspec: bump version to 1.8.2.hsbt
2015-04-12* ext/json/json.gemspec, lib/rdoc/rdoc.gemspec: added gemspec directly.hsbt
2015-04-12* ext/json/*, test/json/*: Reverted r50231. Because it's not works withhsbt
2015-04-12wait.c: no EOFnobu
2015-04-12wait.c: poll over nreadnobu
2015-04-12wait.c: fix rdocnobu
2015-04-12* ext/coverage/coverage.c: Remove extension from require argument.hsbt
2015-04-12connect_nonblock supports "exception: false"normal