aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* Default @debug to $DEBUGNobuyoshi Nakada2019-06-281-0/+1
* Removed unused variableNobuyoshi Nakada2019-06-281-1/+1
* Respect --dest-dir when removing old default gemsJeremy Evans2019-06-251-1/+1
* Fixed the wrong path for io-console.Hiroshi SHIBATA2019-06-251-1/+1
* vcs.rb: handle --dryrun optionNobuyoshi Nakada2019-06-231-23/+55
* Revert RUBY_RELEASE_DATE to date onlyNobuyoshi Nakada2019-06-211-6/+1
* Update sync task for the directory structure of cparse and ignore JRuby files.Hiroshi SHIBATA2019-06-201-1/+3
* Remove IA64 support.Samuel Williams2019-06-191-1/+1
* Added sync task for raccHiroshi SHIBATA2019-06-191-1/+8
* Support Bison 3Nobuyoshi Nakada2019-06-171-0/+15
* tool/redmine-backporter.rb: Change redmine git revisions URL path.nagachika2019-06-161-2/+2
* tool/redmine-backporter.rb: Add parens to fix condition for svn revision search.nagachika2019-06-161-1/+1
* Use UTC for file2lastrev timezoneTakashi Kokubun2019-06-101-2/+2
* Make file2lastrev timezone consistent with git logTakashi Kokubun2019-06-101-4/+1
* Make RUBY_RELEASE_DATE full on developmentNobuyoshi Nakada2019-06-081-0/+11
* Moved Makefile.in under templateNobuyoshi Nakada2019-06-071-1/+2
* Revert "Moved Makefile.in under template"Nobuyoshi Nakada2019-06-071-2/+1
* Moved Makefile.in under templateNobuyoshi Nakada2019-06-071-1/+2
* Ignore ~/.gitconfig on tool/vcs.rb git commandsTakashi Kokubun2019-06-051-1/+8
* Revert "vcs.rb support non-inplace build"Nobuyoshi Nakada2019-06-051-16/+12
* tool/runruby.rb: support RUNRUBY_USE_LLDB as well as RUNRUBY_USE_GDBNobuyoshi Nakada2019-06-051-4/+10
* tool/runruby.rb: load the default lldb scriptsNobuyoshi Nakada2019-06-051-1/+6
* tool/runruby.rb: load .gdbinit explicitlyNobuyoshi Nakada2019-06-051-1/+1
* tool/vcs.rb: return the commit date as the modified timeNobuyoshi Nakada2019-06-041-2/+2
* colorize.rb: get rid of syntax errors on older versionsNobuyoshi Nakada2019-06-041-3/+3
* colorize.rb: make `colors_file` optionalNobuyoshi Nakada2019-06-041-5/+7
* colorize.rb: fix reading from test/colorsNobuyoshi Nakada2019-06-041-2/+3
* extlibs.rb: colorizeNobuyoshi Nakada2019-06-041-10/+11
* colorize.rb: read `test/colors` file afer `$TEST_COLORS`Nobuyoshi Nakada2019-06-041-0/+6
* Default GIT external encoding to UTF-8 🤷‍♂️Nobuyoshi Nakada2019-06-032-1/+7
* Add --limit option and default it to 20Nobuyoshi Nakada2019-05-311-1/+5
* Prefer the current branch or tag nameNobuyoshi Nakada2019-05-311-2/+15
* Define RUBY_FULL_REVISIONNobuyoshi Nakada2019-05-312-3/+10
* Touch Unicode headers and the timestamp before packagingNobuyoshi Nakada2019-05-301-1/+3
* Fix missing `gitcmd`Nobuyoshi Nakada2019-05-301-1/+1
* vcs.rb support non-inplace buildNARUSE, Yui2019-05-301-12/+16
* Use Regexp#match instead of #match for 1.9 BASERUBY supportJeremy Evans2019-05-291-1/+1
* Revert "Fix building with 1.8 BASERUBY"Jeremy Evans2019-05-293-5/+4
* Convert Enumerator to Array for Ruby 1.9.3Takashi Kokubun2019-05-291-1/+1
* Make tool/vcs.rb compliant to BASERUBYTakashi Kokubun2019-05-291-1/+2
* Clean a garbage [ci skip]Nobuyoshi Nakada2019-05-281-1/+1
* Fix building with 1.8 BASERUBYJeremy Evans2019-05-273-5/+6
* Escape dots in regexpKazuhiro NISHIYAMA2019-05-241-1/+1
* switch UNICODE_BETA to NO (one more try, first try didn't work)Martin Dürst2019-05-241-1/+1
* Make RUBY_REVISION full lengthNobuyoshi Nakada2019-05-222-4/+21
* Default to the current branchNobuyoshi Nakada2019-05-222-3/+9
* Fix revision nameNobuyoshi Nakada2019-05-221-1/+1
* Fix revision nameNobuyoshi Nakada2019-05-222-3/+3
* Fixed the method to delegateNobuyoshi Nakada2019-05-221-1/+1
* leaked-globals: check if un-prefixed symbols leak externallyNobuyoshi Nakada2019-05-161-0/+40