summaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)Author
2012-02-20* tool/rubytest.rb: separate errors from dots.nobu
2012-02-18* tool/enc-unicode.rb: don't use 1.9 feature on tools.naruse
2012-02-17* Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820]naruse
2012-02-17* tool/merger.rb: remove borders from the commit message which is usednaruse
2012-02-17* tool/transcode-tblgen.rb (import_ucm): don't use \h because thenaruse
2012-02-12* tool/merger.rb (#default_merge_branch): Add support forknu
2012-02-08* tool/merger.rb: don't abort, update first.naruse
2012-02-06* tool/merger.rb: abort if the working directory is dirty.naruse
2012-01-29Updated these files to detect AIX 7.kanemoto
2012-01-03* tool/merger.rb: allow r0123 style revision number.kosaki
2012-01-03* tool/merger.rb (#version_up): version.h date should be Japanesekosaki
2012-01-02* tool/file2lastrev.rb (VCS::detect): Add support for Subversionknu
2011-12-19* README.ja: Update redmine.ruby-lang.org to bugs.ruby-lang.orgdrbrain
2011-10-30* tool/rbinstall.rb (install_recursive, bin-comm): split merenobu
2011-08-13* tool/mkconfig.rb: do not make the entries related to sitedir andnobu
2011-08-04* tool/rbinstall.rb (gem): install all gemspecs under lib and ext.nobu
2011-08-04* tool/rbinstall.rb (Gem::Specification): may not be defined whennobu
2011-08-03* tool/rbinstall.rb: use rubygems to load gemspecs, copy actualtenderlove
2011-07-30* defs/default_gems: separate from tool/rbinstall.rb.nobu
2011-07-30* ext/bigdecimal/bigdecimal.c (BigDecimal_version): version 1.1.0.mrkn
2011-07-22* tool/rbinstall.rb (strip_file): accept an array of path names.nobu
2011-07-22 * tool/rbinstall.rb (default gems): Install executables into the fakedrbrain
2011-06-30 * ext/io/console/io-console.gemspec: spin-off gem for 1.9.2.nobu
2011-06-23 * lib/rake/version.rb: Fixed VERSION to work with tool/rbinstall.rbdrbrain
2011-06-17* common.mk: dependencies updated.akr
2011-06-17* internal.h: declare internal functions here.akr
2011-06-01* tool/rbinstall.rb (gem): fix for rubygems change.nobu
2011-05-27* tool/rbinstall.rb (gem): install gemspec of json. fixed #4784nobu
2011-05-15* remove trailing spaces.nobu
2011-01-15* tool/compile_prelude.rb (Prelude#initialize): ignore emptynobu
2010-12-17* tool/mkconfig.rb (RbConfig): get rid of unused variable.nobu
2010-12-16* tool/rbinstall.rb (bin-comm): use transformed name.nobu
2010-12-16* tool/mkconfig.rb (RbConfig): honor ARCHFLAGS and RC_ARCHS tonobu
2010-12-10* tool/rbinstall.rb (install_recursive): always skip default ignorednobu
2010-11-22* enc/big5.c: split CP950 from Big5.naruse
2010-11-09* cygwin/GNUmakefile.in (scriptbin): make executable file fromnobu
2010-11-08* tool/enc-unicode.rb,naruse
2010-11-05* tool/rbinstall.rb (bin-comm): prepend prolog shell script ifnobu
2010-10-29* tool/enc-unicode.rb,naruse
2010-10-28* tool/enc-unicode.rb,naruse
2010-10-26* common.mk (pkgconfig-data): moved from Makefile.in.nobu
2010-10-25* Makefile.in (pkgconfig-data): create pkg-config metadata file.nobu
2010-10-13* tool/enc-unicode.rb: get rid of lots of warnings.nobu
2010-10-03* tool/config.sub: revert r29320, r29324, r29347, r29354, r29365wanabe
2010-09-29* tool/config.sub (x64): regularize only for pc vendor, and stripnobu
2010-09-28* tool/config.sub (x64): regularize same as mswin.nobu
2010-09-26* tool/config.sub (x86_64-pc-mingw64): regularize.nobu
2010-09-26* tool/config.{guess,sub}: updated to automake-1.11.1.nobu
2010-09-23* tool/config.sub: mingw64 should use x86_64. [ruby-core:32514]nobu
2010-09-23* tool/config.sub: add mingw64.wanabe