aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* vcs.rb: no ext/date in vcs.rbnobu2016-12-141-2/+3
* make-snapshot: fix circular dependencynobu2016-12-131-0/+1
* fix commandnaruse2016-12-121-1/+1
* Use 7z if existnaruse2016-12-121-0/+4
* Merge Onigmo 6.0.0naruse2016-12-101-3/+14
* Use offsetof macro and shrink table sizenobu2016-12-011-3/+9
* Regexp supports Unicoe 9.0.0's \Xnaruse2016-11-302-4/+40
* get rid of ambiguous parentheses warningsnobu2016-11-291-1/+1
* mkconfig.rb: add a magic comment to rbconfig.rbshugo2016-11-171-0/+1
* fix a constant name typo in redmine-backporter.rbnagachika2016-11-111-1/+1
* make-snapshot: repository optionsnobu2016-11-101-1/+13
* make-snapshot: program namenobu2016-11-101-2/+2
* vcs.rb: fix GIT.get_revisionsnobu2016-11-081-4/+4
* vcs.rb: format from git-lognobu2016-11-081-2/+16
* vcs.rb: expand srcdirnobu2016-11-081-0/+8
* vcs.rb: fix srcdir in VCS::GITnobu2016-11-081-15/+36
* vcs.rb: suppress warningnobu2016-11-071-0/+3
* vcs.rb: exclude beginning revisionnobu2016-11-072-9/+12
* vcs.rb: unnecessary argumentsnobu2016-11-072-7/+7
* vcs.rb: use chdir optionnobu2016-11-071-4/+21
* make-snapshot: sort globbed resultsnobu2016-11-071-1/+1
* vcs.rb: popen with envnobu2016-11-071-0/+13
* remove debug sleep & exitnaruse2016-11-061-2/+0
* * tool/vcs.rb (export_changelog): generate ChangeLog file fromnaruse2016-11-062-0/+32
* mkconfig.rb: trailing spacenobu2016-11-051-1/+1
* * tool/mkconfig.rb: [DOC] add rbconfig documentation.sho-h2016-11-051-0/+43
* transcode-tblgen.rb: dup literal stringnobu2016-10-281-1/+1
* * tool/redmine-backporter.rb (rel): check the exception and show rightusa2016-10-271-1/+5
* install-static-library option [ci skip]nobu2016-10-171-1/+1
* * tool/downloader.rb: Removed verification of gem certification.hsbt2016-10-122-18/+0
* Fix cmd is referenced but not assignedkazu2016-10-061-1/+1
* bisect.sh: improvenobu2016-10-061-11/+14
* rbinstall.rb: don't install gemspec for skipped librariesrhe2016-09-261-25/+10
* install extra librariesnobu2016-09-241-0/+9
* Add support for the `Lk` macro to tool/mdoc2man.rbknu2016-09-231-10/+42
* rbinstall.rb: gem bindirnobu2016-09-081-1/+1
* rbinstall.rb: install just one gemspec [ci skip]nobu2016-09-051-0/+1
* rbinstall.rb: install iff expected platforms [ci skip]nobu2016-09-041-0/+1
* rbinstall.rb: chdir to gem directory [ci skip]nobu2016-09-041-1/+5
* rbinstall.rb: prefix with space [ci skip]nobu2016-09-011-4/+4
* extmk.rb: build_completenobu2016-08-311-1/+0
* skip failed gemsnobu2016-08-171-1/+8
* gem extensionsnobu2016-08-171-0/+13
* make-snapshot: remove $GZIPnobu2016-08-171-0/+4
* make-snapshot: UNICODE_VERSIONnobu2016-08-161-0/+2
* open Unicode data in binary modenobu2016-08-161-1/+1
* common.mk: separate unicode headersnobu2016-08-161-7/+0
* make-snapshot: save unicode headersnobu2016-08-161-0/+7
* vcs.rb: suppress warningsnobu2016-08-071-1/+1
* * vm_core.h: revisit the structure of frame, block and env.ko12016-07-281-3/+3