aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* 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
* Propagate parser_params to rb_yytnamerrNobuyoshi Nakada2019-05-101-0/+2
* 15f45ae4d1 and 56528da3e broke the darwin environment.Hiroshi SHIBATA2019-05-101-2/+0
* Revert "Fix for bison 2.3"Hiroshi SHIBATA2019-05-101-1/+1
* Fix for bison 2.3Nobuyoshi Nakada2019-05-101-1/+1
* Propagate parser_params to rb_yytnamerrNobuyoshi Nakada2019-05-101-0/+2
* Fallback to an invalid branch name if no branch foundNobuyoshi Nakada2019-05-091-0/+1
* Search a branch name at a detached headNobuyoshi Nakada2019-05-091-5/+6
* Push the current (topic) branch to the remote upstreamNobuyoshi Nakada2019-05-091-0/+9
* Show the commit command if dryrunNobuyoshi Nakada2019-05-091-0/+1
* dryrun option is for `push`, not `git`Nobuyoshi Nakada2019-05-091-2/+1
* Recent commits of trunk do not have svn revisionKazuhiro NISHIYAMA2019-05-071-1/+1
* Nil cannot and should not convert to a stringNAKAMURA Usaku2019-05-031-1/+1
* Fix a typoKazuhiro NISHIYAMA2019-05-021-1/+1
* No last commit when up-to-dateNobuyoshi Nakada2019-05-011-1/+3
* Change Accept-Encoding from `*` to `identity`Kazuhiro NISHIYAMA2019-04-301-1/+1
* Use redirect keyword arguments instead of ">"NAKAMURA Usaku2019-04-302-2/+2
* Use array mode of `system` instead of `shellescape`Nobuyoshi Nakada2019-04-301-2/+3