summaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)Author
2013-11-09rbinstall.rb: fix for non-working directorynobu
2013-11-09rbinstall.rb: spec date from VCSnobu
2013-11-09vcs.rb: splitnobu
2013-11-08rbinstall.rb: indentnobu
2013-11-08rbinstall.rb: make stable files in .gemspecnobu
2013-11-03ifchange: no overwrite with an empty filenobu
2013-10-02rbinstall.rb: reordernobu
2013-09-20common.mk: RUN_OPTS to testsnobu
2013-09-13rbuninstall.rb: ttynobu
2013-09-13rbuninstall.rb: rmdir -pnobu
2013-09-09rbinstall.rb: add datenobu
2013-08-09 * tool/make-snapshot: Fix order of priority for option parameter.hsbt
2013-08-08* common.mk (mini): portable target to build minirubynaruse
2013-07-26* vm_exec.h, tool/instruction.rb: not an error, but a BUG if stackko1
2013-07-11probes_to_wiki.rb: fix comment and reduce unnecessary arraynobu
2013-07-10* tool/probes_to_wiki.rb: adding a script to convert probes.d to wikitenderlove
2013-07-10* tool/rbinstall.rb: always require rubygems to stabilize rubygemsnaruse
2013-07-04* tool/make-snapshot: Exit with EXIT_FAILURE when it fails.akr
2013-06-20* benchmark/gc: create a directory to store GC related benchmark.ko1
2013-06-20* tool/hashbench1.rb: fix paramter too. Increase temporary objects.ko1
2013-06-20* tool/hashbench1.rb: fix parameters.ko1
2013-06-19* tool/gcbench.rb: Summary in one line.ko1
2013-06-19* common.mk: add new rules `gcbench-rdoc', `gcbench-hash'.ko1
2013-06-19* tool/rdocbench.rb: add summary.ko1
2013-06-17* tool/ifchange (until): Fix the condition, although harmless inknu
2013-06-16fix typo of r41331naruse
2013-06-16* tool/config_files.rb: use URI.read to allow it runs with Ruby 1.8.5.naruse
2013-06-14* tool/get-config_files: show downloading message.nobu
2013-06-14update config filesnobu
2013-06-14download config filesnobu
2013-06-13no alternate value expansionnobu
2013-06-07 * tool/rdocbench.rb: add gc total time infomation.tarui
2013-06-05* tool/mkrunnable.rb: fix for native mswin compile.nobu
2013-06-02* enc/trans/japanese_euc.trans, test/ruby/test_transcode.rb,ktsj
2013-05-27rbinstall.rb: reject empty filesnobu
2013-05-26* tool/make-snapshot: use ENV["AUTOCONF"] instead of directly usingnaruse
2013-05-21* common.mk (rdoc-bench): add a benchmark ruleko1
2013-05-16verconf.h.in: template for verconf.hnobu
2013-05-16generic_erb.rb: --source optionnobu
2013-05-15configure.in: shvar_to_cpp in rubynobu
2013-05-15ifchange: --keep optionnobu
2013-04-11* common.mk: Add dependencies for include/ruby.hakr
2013-04-11* tool/update-deps: Use "make -p all golf" to extract deendencies inakr
2013-04-11* common.mk: Dependency updated.akr
2013-03-31win32/configure.bat: option argumentsnobu
2013-03-23Remove unused variablenaruse
2013-03-13rbuninstall.rb: fix for symlink to directorynobu
2013-03-11gen_dummy_probes.rbnobu
2013-03-11* Merge Onigmo d4bad41e16e3eccd97ccce6f1f96712e557c4518.naruse
2013-03-10* tool/change_maker.rb (#diff2index): check Encoding::BINARY.kosaki