aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* dbm.c: suppress unused-but-set-variable warningnobu2017-09-301-1/+1
* gdbm.c: use the default external encodingnobu2017-09-301-7/+7
* dbm.c: removed useless assignmentsnobu2017-09-301-2/+0
* ext: check if null byte is containednobu2017-09-307-22/+25
* ripper/lexer.rb: remove double quotesnobu2017-09-301-2/+1
* configure.acnobu2017-09-291-2/+2
* pty.c: shrink repeated device namesnobu2017-09-271-40/+12
* objspace_dump.c: remove unnecessary breaknobu2017-09-271-14/+14
* ext: adjust indent [ci skip]nobu2017-09-276-59/+59
* openssl: import e72d960db262rhe2017-09-246-40/+84
* load.c: fix rb_load_protect conditionnobu2017-09-242-0/+20
* Added sections of pysch library to LEGAL.hsbt2017-09-231-19/+0
* fix up r59949nobu2017-09-201-0/+2
* Fixup r59961. Use http for libffi downloading.hsbt2017-09-191-1/+1
* Use https instead of ftp for libffi downloading.hsbt2017-09-191-1/+1
* parse.y: ripper_lex_state_namenobu2017-09-181-0/+27
* ext/objspace/objspace.c: remove unneeded code clones.mame2017-09-171-22/+1
* ext/io/console/lib/console/size.rb: Fix the context of method definitionmame2017-09-171-1/+1
* ext/date/extconf.rb: check for timezone and altzonerhe2017-09-172-2/+7
* To use github url for gemspec.hsbt2017-09-155-5/+5
* ext/coverage/coverage.c (rb_coverage_start): Ensure `opt` is a hashyui-knk2017-09-151-0/+2
* ripper: add states of scannernobu2017-09-143-20/+43
* ext/coverage/coverage.c: use long instead of int for coverage site idmame2017-09-141-5/+7
* ext/coverage/coverage.c (method_coverage): `id` was used uninitializedmame2017-09-141-1/+1
* Add method coveragemame2017-09-141-1/+17
* Removed needless operator.hsbt2017-09-141-1/+1
* Add branch coverage for if statementmame2017-09-141-1/+26
* ext/coverage/coverage.c: Fix the condition for non-experimental modemame2017-09-141-1/+1
* [EXPERIMENTAL] Extend the API of `Coverage.start` and `result`mame2017-09-141-8/+76
* Update gemspec for gem released versions.hsbt2017-09-147-35/+61
* Merge fiddle-1.0.0.beta2 from upstream.hsbt2017-09-1213-19/+19
* console.c: set winsize on Windowsnobu2017-09-111-9/+14
* sprintf.c: NULL as strnobu2017-09-091-0/+8
* ruby.h: unnormalized Fixnum valuenobu2017-09-073-3/+3
* Improve line covearge of ext/io/nonblock/nonblock.c from 54.5% to 95.5%mame2017-09-041-1/+1
* Refactor the internal data format for coverage measurementmame2017-09-031-4/+7
* ext/.document: follow-up r59734rhe2017-09-031-1/+1
* openssl: import v2.1.0.beta1rhe2017-09-0359-1900/+1823
* * ext/win32ole/win32ole.c (fole_initialize): fix typo. thanks to Gray Wolf. suke2017-09-021-4/+4
* ext/coverage/coverage.c: add Coverage.enabled?mame2017-09-011-0/+15
* Add Socket::Ifaddr.vhid on supported platforms [Feature #13803]naruse2017-08-312-0/+25
* * ext/win32ole/win32ole.c (fole_initialize): support licensed COM server. Tha...suke2017-08-261-5/+41
* ruby.h: fix rb_scan_args_trail_idxnobu2017-08-192-0/+287
* Added gemspec of digest library.hsbt2017-08-161-0/+34
* ripper.rb: fix License format [ci skip]nobu2017-08-151-4/+4
* Fix a class of a returned valueyui-knk2017-08-141-1/+1
* stringio.c: suppress a warning [ci skip]nobu2017-08-131-0/+1
* stringio.c: encoding at empty chomped resultnobu2017-08-131-9/+9
* stringio.c: encoding at empty resultnobu2017-08-131-1/+2
* stringio.c: encoding at EOFnobu2017-08-121-0/+2