aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* Allow strings in assert_pattern_listNobuyoshi Nakada2022-08-192-4/+14
* Add tests for assert_pattern_listNobuyoshi Nakada2022-08-181-0/+16
* Make date in installed gemspec files stableNobuyoshi Nakada2022-08-171-0/+1
* Refactor `RbInstall::Specs::FileCollector`Nobuyoshi Nakada2022-08-171-66/+41
* Preserve each column positions in gems/bundled_gemsNobuyoshi Nakada2022-08-121-1/+3
* No bundled gems to be installed from gem nowNobuyoshi Nakada2022-08-121-22/+2
* All extensions in bundled gems are built by build-ext nowNobuyoshi Nakada2022-08-121-5/+2
* Fix files for gemspec files direct-under libNobuyoshi Nakada2022-08-071-1/+1
* Sync new doc in Date (#6215)Burdette Lamar2022-08-051-0/+1
* Load gemspec file at that directoryNobuyoshi Nakada2022-08-051-2/+2
* Move to tool/lib/bundled_gem.rbNobuyoshi Nakada2022-08-051-1/+3
* Copy from bundled gem source for testNobuyoshi Nakada2022-08-051-22/+41
* Use $(bindir) for path to executable in mkmfAlan Wu2022-08-041-0/+1
* Keep gitignore for libyaml source with psychHiroshi SHIBATA2022-07-291-1/+1
* Do not load library files from repository only for testNobuyoshi Nakada2022-07-271-1/+1
* Try the tag without "v" prefix to checkout upstream repositoriesNobuyoshi Nakada2022-07-261-1/+1
* 8fa66467de is broken with rubygems/rubygems and flori/json.Hiroshi SHIBATA2022-07-261-1/+1
* Fix sync_default_gems.rb to use absolute pathPeter Zhu2022-07-251-1/+1
* For rdoc, copy doc/rdoc to doc/ (#6181)Burdette Lamar2022-07-251-0/+1
* Use built bundled gems in test-bundled-gemsNobuyoshi Nakada2022-07-251-24/+25
* Kill bundled gem tests when interruptedNobuyoshi Nakada2022-07-241-2/+10
* Expand tabs [ci skip]Takashi Kokubun2022-07-211-2/+2
* Separate TS_IVC and TS_ICVARC in is_entries buffersJemma Issroff2022-07-181-1/+2
* `Gem.unpack` extracts gems so able to executeNobuyoshi Nakada2022-07-171-11/+19
* Create build-only gemspec files only if having an extensionNobuyoshi Nakada2022-07-171-2/+2
* Fix conversion from absolute path to relative pathNobuyoshi Nakada2022-07-161-10/+15
* Avoid to symlink under symlinkNobuyoshi Nakada2022-07-161-7/+14
* Disable parallel built in test-bundled-gemsNobuyoshi Nakada2022-07-161-0/+2
* Move copying/linking extra files to Makefile so removed by `clean`Nobuyoshi Nakada2022-07-161-0/+113
* Implement Objects on VWAPeter Zhu2022-07-151-0/+9
* Set `GEM_PATH` environment variable in runruby.rbNobuyoshi Nakada2022-07-141-0/+6
* Try to install also gemspec files under gem directoriesNobuyoshi Nakada2022-07-141-1/+4
* Make dependency-free gemspec filesNobuyoshi Nakada2022-07-141-0/+4
* Extract gemspec files to each gem directoriesNobuyoshi Nakada2022-07-141-4/+6
* Bundled gem extensions are out of scope of update-depsNobuyoshi Nakada2022-07-131-0/+1
* Merge RubyGems and Bundler masterHiroshi SHIBATA2022-07-134-0/+8
* Use `File::PATH_SEPARATOR` for the portabilityNobuyoshi Nakada2022-07-091-3/+3
* Fallback `mkdir_p` to `as_mkdir_p`Nobuyoshi Nakada2022-07-071-0/+9
* Add `--stdout-on-failure`, the reverse of `--stderr-on-failure`Nobuyoshi Nakada2022-07-051-2/+7
* Separate failed output optionNobuyoshi Nakada2022-07-051-5/+18
* Adjust indent [ci skip]Nobuyoshi Nakada2022-06-301-6/+8
* Move function to `static inline` so we don't have leaked globalsAaron Patterson2022-06-291-0/+16
* Prevent accidental use of assert_raisesNobuyoshi Nakada2022-06-252-4/+4
* Sync RubyGems & Bundler with upstream repoDavid Rodríguez2022-06-242-26/+0
* vcs.rb: ignore configuration files get rid of aliases [ci skip]Nobuyoshi Nakada2022-06-221-2/+5
* vcs.rb: just one log to check if `--date` option works [ci skip]Nobuyoshi Nakada2022-06-221-1/+1
* vcs.rb: show diagnostic/progressing messages when debugging [ci skip]Nobuyoshi Nakada2022-06-221-1/+1
* tool/extlibs.rb: Use Exception#message for older rubiesAlan Wu2022-06-171-1/+1
* Hack to avoid leak checkerNobuyoshi Nakada2022-05-251-1/+2
* [ruby/date] Constify gperf-generated tableNobuyoshi Nakada2022-05-241-0/+1