summaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)Author
2020-02-26Internalize rb_mjit_unit definition againTakashi Kokubun
2020-02-26Simplified single script caseNobuyoshi Nakada
2020-02-26Cache destination dir.Vít Ondruch
2020-02-26Properly detect mode for binaries.Vít Ondruch
2020-02-26Use class variable `@src_dir` instead of local `path`.Vít Ondruch
2020-02-26Use local `{dir,prog,data}_mode` variables instead of globals.Vít Ondruch
2020-02-26Use `$script_mode` instead of `$prog_mode` for gem inistallation.Vít Ondruch
2020-02-26Use `Gem::Package` like object instead of monkey patching.Vít Ondruch
2020-02-25Share extracted bundled gems with gems for bundlerNobuyoshi Nakada
2020-02-24Try with and without "v" prefix for numeric tagNobuyoshi Nakada
2020-02-24Retry checking out the versionNobuyoshi Nakada
2020-02-22Introduce disposable call-cache.Koichi Sasada
2020-02-22VALUE size packed callinfo (ci).Koichi Sasada
2020-02-21Fixed net-pop, smtp, protocol and imap task for sync toolHiroshi SHIBATA
2020-02-21Fixed net-ftp sync task and resync from standalone repoHiroshi SHIBATA
2020-02-21Promote net-http to the default gems.Hiroshi SHIBATA
2020-02-21Promote net-ftp to default gemsHiroshi SHIBATA
2020-02-20Promote net-imap to the default gemsHiroshi SHIBATA
2020-02-18Avoid jumping to a wrong destinationTakashi Kokubun
2020-02-17Promote net-protocol to default gemsHiroshi SHIBATA
2020-02-15Workaround for bison provided by scoop on mswin environmentHiroshi SHIBATA
2020-02-13Promote English to the default gems.Hiroshi SHIBATA
2020-02-12Promote tmpdir to the default gemsHiroshi SHIBATA
2020-02-12Promote tempfile to the default gems.Hiroshi SHIBATA
2020-02-11Promote weakref to the default gemsHiroshi SHIBATA
2020-02-11Expose assert_no_memory_leak for weakrefHiroshi SHIBATA
2020-02-11Expose assert_normal_exit for weakrefHiroshi SHIBATA
2020-02-10Don't use upstream ext/readline/dependaycabta
2020-02-07more on NULL versus functions.卜部昌平
2020-02-07Stop auto runnerNobuyoshi Nakada
2020-02-07No crafted backtrace for SystemExitNobuyoshi Nakada
2020-02-06Fix readline-ext syncaycabta
2020-02-06Fixed the output from separated test in parallel testNobuyoshi Nakada
2020-02-06Add separated assertion countNobuyoshi Nakada
2020-02-06do not assume GCC for __builtin_setjmp卜部昌平
2020-02-05Fixed the output from separated test in parallel testNobuyoshi Nakada
2020-02-05Fixed FD leaksNobuyoshi Nakada
2020-02-05Get rid of nested string interpolations to be editor-friendlyNobuyoshi Nakada
2020-02-04just use STDOUTNARUSE, Yui
2020-02-04On Windows it cannot receive fd except 0..2NARUSE, Yui
2020-02-04assert_separately uses their own pipe instead of stdoutNARUSE, Yui
2020-02-01Indent ChangeLog contents [ci skip]Nobuyoshi Nakada
2020-02-01Explicitly set the encoding of ChangeLog file to UTF-8 [ci skip]Nobuyoshi Nakada
2020-02-01UnpackedInstaller on rbinstall.rb is inherited from Gem::Installer.Hiroshi SHIBATA
2020-02-01Gem::Installer.new(String, options) is obsoleted. Explicitly convertedHiroshi SHIBATA
2020-01-30Unnamed groups are not captured when named groups are usedNobuyoshi Nakada
2020-01-28Minitest::Unit.current_repeat_countKoichi Sasada
2020-01-28Skip empty directories to install [Bug #16596]Nobuyoshi Nakada
2020-01-26Do not use `git pull` because origin/master was already fetched.Hiroshi SHIBATA
2020-01-26Show the repository name before update taskHiroshi SHIBATA