aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* MiniTest::Unit.options has default :seedKoichi Sasada2020-02-272-2/+1
* `srand($seed)` at the beginning of each testKoichi Sasada2020-02-272-0/+3
* Revert "`srand($seed)` at the beginning of each test"Koichi Sasada2020-02-271-3/+0
* `srand($seed)` at the beginning of each testKoichi Sasada2020-02-271-0/+3
* don't ignore `--seed` optionKoichi Sasada2020-02-271-2/+13
* Internalize rb_mjit_unit definition againTakashi Kokubun2020-02-262-2/+2
* Simplified single script caseNobuyoshi Nakada2020-02-261-1/+1
* Cache destination dir.Vít Ondruch2020-02-261-1/+2
* Properly detect mode for binaries.Vít Ondruch2020-02-261-1/+1
* Use class variable `@src_dir` instead of local `path`.Vít Ondruch2020-02-261-3/+2
* Use local `{dir,prog,data}_mode` variables instead of globals.Vít Ondruch2020-02-261-2/+2
* Use `$script_mode` instead of `$prog_mode` for gem inistallation.Vít Ondruch2020-02-261-1/+1
* Use `Gem::Package` like object instead of monkey patching.Vít Ondruch2020-02-261-21/+27
* Share extracted bundled gems with gems for bundlerNobuyoshi Nakada2020-02-251-3/+6
* Try with and without "v" prefix for numeric tagNobuyoshi Nakada2020-02-241-12/+3
* Retry checking out the versionNobuyoshi Nakada2020-02-241-1/+5
* Introduce disposable call-cache.Koichi Sasada2020-02-223-11/+16
* VALUE size packed callinfo (ci).Koichi Sasada2020-02-224-15/+14
* Fixed net-pop, smtp, protocol and imap task for sync toolHiroshi SHIBATA2020-02-211-8/+20
* Fixed net-ftp sync task and resync from standalone repoHiroshi SHIBATA2020-02-211-2/+5
* Promote net-http to the default gems.Hiroshi SHIBATA2020-02-211-0/+8
* Promote net-ftp to default gemsHiroshi SHIBATA2020-02-211-0/+5
* Promote net-imap to the default gemsHiroshi SHIBATA2020-02-201-0/+5
* Avoid jumping to a wrong destinationTakashi Kokubun2020-02-181-2/+7
* Promote net-protocol to default gemsHiroshi SHIBATA2020-02-171-0/+5
* Workaround for bison provided by scoop on mswin environmentHiroshi SHIBATA2020-02-151-1/+1
* Promote English to the default gems.Hiroshi SHIBATA2020-02-131-0/+2
* Promote tmpdir to the default gemsHiroshi SHIBATA2020-02-121-0/+2
* Promote tempfile to the default gems.Hiroshi SHIBATA2020-02-121-0/+2
* Promote weakref to the default gemsHiroshi SHIBATA2020-02-111-1/+3
* Expose assert_no_memory_leak for weakrefHiroshi SHIBATA2020-02-112-45/+45
* Expose assert_normal_exit for weakrefHiroshi SHIBATA2020-02-112-106/+106
* Don't use upstream ext/readline/dependaycabta2020-02-101-0/+1
* more on NULL versus functions.卜部昌平2020-02-071-3/+3
* Stop auto runnerNobuyoshi Nakada2020-02-071-11/+13
* No crafted backtrace for SystemExitNobuyoshi Nakada2020-02-071-2/+2
* Fix readline-ext syncaycabta2020-02-061-2/+4
* Fixed the output from separated test in parallel testNobuyoshi Nakada2020-02-061-1/+4
* Add separated assertion countNobuyoshi Nakada2020-02-061-9/+10
* do not assume GCC for __builtin_setjmp卜部昌平2020-02-061-1/+1
* Fixed the output from separated test in parallel testNobuyoshi Nakada2020-02-051-1/+1
* Fixed FD leaksNobuyoshi Nakada2020-02-051-0/+1
* Get rid of nested string interpolations to be editor-friendlyNobuyoshi Nakada2020-02-051-3/+5
* just use STDOUTNARUSE, Yui2020-02-041-4/+2
* On Windows it cannot receive fd except 0..2NARUSE, Yui2020-02-041-7/+15
* assert_separately uses their own pipe instead of stdoutNARUSE, Yui2020-02-041-3/+8
* Indent ChangeLog contents [ci skip]Nobuyoshi Nakada2020-02-011-3/+5
* Explicitly set the encoding of ChangeLog file to UTF-8 [ci skip]Nobuyoshi Nakada2020-02-011-0/+1
* UnpackedInstaller on rbinstall.rb is inherited from Gem::Installer.Hiroshi SHIBATA2020-02-011-1/+2
* Gem::Installer.new(String, options) is obsoleted. Explicitly convertedHiroshi SHIBATA2020-02-011-1/+2