aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* kill "value computed is not used" warningkosaki2017-10-211-3/+3
* kill variable set but not used warningkosaki2017-10-211-8/+4
* kill "variable set but not used" warningkosaki2017-10-211-3/+1
* add example for Socket.gethostbyaddr.akr2017-10-211-0/+7
* Treat REG_NONE just like REG_BINARYusa2017-10-211-3/+3
* imemo_mask (enum) -> IMEMO_MASK (immediate value).ko12017-10-211-1/+1
* declare variables once for each line in pathname.c.akr2017-10-211-15/+68
* Replace NODE_ALLOCA with T_IMEMO (imemo_alloc)mame2017-10-211-1/+1
* Pathname#glob method implemented.akr2017-10-211-2/+53
* Replace `to_a[1..-1]` on a MatchData with `captures`knu2017-10-211-1/+1
* Remove redundant calls of String#chrknu2017-10-211-2/+2
* lexer.rb: no dedent strings in middlenobu2017-10-191-1/+1
* socket.c: null byte at Socket.getnameinfonobu2017-10-111-2/+2
* zlib.c: ensure to freenobu2017-10-071-21/+36
* zlib.c: memory leak in gunzipnobu2017-10-061-4/+21
* 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