aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* switch from http to https for Unicode data file downloadsduerst2017-12-121-1/+1
* ext/coverage/coverage.c: remove COVERAGE_EXPERIMENTAL_MODEmame2017-12-121-1/+0
* vm_exec.h: introduce macros for abstarction.ko12017-12-111-2/+2
* support gperf 3.1nobu2017-12-082-1/+32
* vcs.rb: fix r61054nobu2017-12-061-2/+2
* file2lastrev.rb: suppress_not_foundnobu2017-12-061-1/+2
* vcs.rb: raise NotFoundError when command not foundnobu2017-12-061-31/+45
* Revamp method coverage to support define_methodmame2017-12-052-4/+13
* Set binmode to handle non ASCII commit messagenaruse2017-12-031-1/+1
* fix for emoji-data.txtnobu2017-12-021-3/+3
* enc-unicode.rb: for gperf 3.1nobu2017-12-021-0/+1
* Update to Onigmo 6.1.3-669ac9997619954c298da971fcfacccf36909d05.naruse2017-12-011-9/+12
* Ignored obsoleted `bundle_ruby` command from upstream.hsbt2017-11-271-0/+1
* remove `trace` instruction. [Feature #14104]ko12017-11-141-15/+38
* mk_call_iseq_optimized.rb: add mode string [ci skip]nobu2017-11-091-0/+1
* tool/runruby.rb: fix RUNRUBY_USE_GDB casenobu2017-11-071-2/+6
* runruby.rb: add -C/--chdir optionnobu2017-11-051-1/+10
* runruby.rb: support run.gdb by --debugger optionnobu2017-11-051-11/+30
* rbinstall.rb: show categories of default gemsnobu2017-10-301-5/+6
* `vm_call_handler` and related functions accept `ec` instead of `th`.ko12017-10-271-2/+2
* test-bundled-gems-fetchnobu2017-10-251-12/+22
* Fixed conflicted variables. v is already used another condition.hsbt2017-10-251-2/+2
* fix up r60243nobu2017-10-211-1/+1
* Rename spec/rspec to .bundle.hsbt2017-10-211-1/+1
* [EXPERIMENTAL] Added test-bundled-gems task.hsbt2017-10-212-1/+19
* add RUNRUBY_USE_GDB envvar for runruby.rb.ko12017-10-211-0/+8
* vcs.rb: try to extract revision number from tagsnobu2017-10-211-2/+6
* distinguish pass and fail by highlight [ci skip]nobu2017-10-142-2/+2
* rbinstall.rb: fix for --cmd-type=cmdnobu2017-10-131-28/+32
* rbinstall.rb: shell code as commentsnobu2017-10-121-1/+2
* Fixed broken `bundle gem` command.hsbt2017-10-051-1/+1
* generic_erb.rb: -i optionnobu2017-10-011-5/+10
* configure.acnobu2017-09-291-3/+3
* run-lcov.rb: support overwritten tmpdir pathmame2017-09-261-2/+3
* tool/run-lcov.rb: Filter tmp files outmame2017-09-261-0/+1
* tool/run-lcov.rb: Filter test files outmame2017-09-251-11/+36
* Removed ubygems.rb. rubygems.rb is always loaded now.hsbt2017-09-241-2/+1
* Added sections of pysch library to LEGAL.hsbt2017-09-231-0/+1
* Integrate LICENSE file of rubygems to LEGAL.hsbt2017-09-231-1/+0
* Adapt tools to follow spec/rubyspec => spec/ruby renameeregon2017-09-201-5/+5
* make-snapshot: after-updatenobu2017-09-171-1/+2
* run-lcov.rb: wrongly used unique ID as linenomame2017-09-171-2/+2
* Rename bin/ruby as exe/rubynobu2017-09-171-1/+1
* rename ruby-runner as bin/rubynobu2017-09-152-4/+4
* Measure branch and method coverage for `make test-all`mame2017-09-142-11/+83
* Fixed copy option for bundler synchsbt2017-09-121-1/+1
* Fixed unterminated backquote for bundler sync task.hsbt2017-09-111-1/+1
* merger.rb: separate logsnobu2017-09-101-2/+2
* runruby.rb: set envvars for bundlernobu2017-09-091-1/+5
* Support LCOV visualization for both C and Ruby codemame2017-09-091-4/+45