aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ext/objspace/objspace.c: remove unneeded code clones.mame2017-09-172-22/+11
* literal symbol by internnobu2017-09-173-1/+26
* compile.c: optimize unnecessary concatstringsnobu2017-09-171-0/+8
* ext/io/console/lib/console/size.rb: Fix the context of method definitionmame2017-09-171-1/+1
* node.h: Remove a not used macroyui-knk2017-09-171-2/+0
* make-snapshot: after-updatenobu2017-09-171-1/+2
* suppress warningsnobu2017-09-171-4/+4
* run-lcov.rb: wrongly used unique ID as linenomame2017-09-171-2/+2
* ext/date/extconf.rb: check for timezone and altzonerhe2017-09-173-31/+7
* configure.in: don't check for existence of timezone()rhe2017-09-171-12/+0
* Rename bin/ruby as exe/rubynobu2017-09-174-7/+7
* * 2017-09-17svn2017-09-161-1/+1
* test_fileutils.rb: rmdir should fail on nonexistent directorynobu2017-09-161-0/+6
* fileutils.rb: error at rmdirnobu2017-09-162-4/+13
* file.c: [DOC] separators at dirname and basenamenobu2017-09-161-4/+6
* common.mk: make bin directorynobu2017-09-162-3/+7
* To use github url for gemspec.hsbt2017-09-156-6/+6
* ruby-runner.c: reduce duplicate codenobu2017-09-151-4/+2
* Makefile.in: make wrappers for each namenobu2017-09-151-1/+1
* fixup r59927nobu2017-09-150-0/+0
* rename ruby-runner as bin/rubynobu2017-09-157-9/+12
* Find.find -> Use Dir.children instead of Dir.entriesnaruse2017-09-151-2/+1
* Fix test code of kconvnaruse2017-09-151-4/+4
* * 2017-09-16svn2017-09-151-1/+1
* include query parameters in Net::HTTP.postnaruse2017-09-152-2/+3
* Fix typos [ci skip]kazu2017-09-151-2/+2
* Remove needless splat arraykazu2017-09-151-1/+1
* parse.y: use SET_LEX_STATEnobu2017-09-151-5/+4
* object.c: fix conversion failure messagenobu2017-09-152-18/+27
* rubyspec: jobserver fd may not be availablenobu2017-09-151-5/+9
* rubyspec: use mock directorynobu2017-09-151-2/+2
* rubyspec: fix typesnobu2017-09-153-13/+23
* ext/coverage/coverage.c (rb_coverage_start): Ensure `opt` is a hashyui-knk2017-09-151-0/+2
* Update to ruby/spec@a4bc1d8eregon2017-09-1431-122/+496
* * 2017-09-15svn2017-09-141-1/+1
* Update to ruby/mspec@5bd9409eregon2017-09-1423-158/+121
* time.c (Time#-): Fix documentation.eregon2017-09-141-1/+1
* lib/webrick/log.rb: sanitize any type of logsmame2017-09-143-6/+38
* ripper: add states of scannernobu2017-09-148-69/+138
* parse.y: [DOC] fix call-seq [ci skip]nobu2017-09-141-7/+7
* ext/coverage/coverage.c: use long instead of int for coverage site idmame2017-09-141-5/+7
* fix the case High Sierra's mincore(2) may return -128 [Bug #13895]naruse2017-09-141-2/+29
* compile.c: iseq_pop_newarraynobu2017-09-141-3/+31
* ext/coverage/coverage.c (method_coverage): `id` was used uninitializedmame2017-09-141-1/+1
* Measure branch and method coverage for `make test-all`mame2017-09-143-12/+84
* Introduce NODE_UNLESS for branch coveragemame2017-09-145-10/+43
* Add method coveragemame2017-09-144-2/+83
* added workaround for APFS file format.hsbt2017-09-141-1/+10
* Fix the lineno of case statement that has no expressionmame2017-09-142-1/+6
* Add branch coverage for case-when statementmame2017-09-142-1/+67