aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* Move the logic to test bundled gems to Ruby codeBenoit Daloze2019-09-291-0/+26
* assert_in_out_err should use FailDesc tooNobuyoshi Nakada2019-09-271-4/+2
* make-snapshot: store timestamps in UTC for zip which lacks timezoneNobuyoshi Nakada2019-09-231-0/+1
* Add `-mtc=off` to `7z` not to store NTFS timestampsKazuhiro NISHIYAMA2019-09-231-1/+1
* make-snapshot: Added -no7z optionNobuyoshi Nakada2019-09-221-1/+1
* make-snapshot: Do not save extra file attributesNobuyoshi Nakada2019-09-221-1/+1
* st.c: Use rb_st_* prefix instead of st_* (#2479)Yusuke Endoh2019-09-221-1/+1
* typedef rb_jmpbuf_t to void *[5] if __builtin_setjmp is usedFangrui Song2019-09-211-1/+1
* Fixed up 37c083942509dd7e0d8b7ccd3575936a2017c400Hiroshi SHIBATA2019-09-201-1/+0
* Removed ThreadsWait from the ruby repositoryHiroshi SHIBATA2019-09-201-6/+0
* Removed Synchronizer from the ruby repository.Hiroshi SHIBATA2019-09-201-1/+1
* Removed Shell from the ruby repository.Hiroshi SHIBATA2019-09-201-3/+1
* Removed Scanf from the ruby repository.Hiroshi SHIBATA2019-09-201-3/+1
* Removed CMath from the ruby repository.Hiroshi SHIBATA2019-09-201-3/+1
* Try to fetch commits notes to the source tree automaticallyNobuyoshi Nakada2019-09-151-4/+3
* make-snapshot: no merge commits in ChangeLogNobuyoshi Nakada2019-09-151-1/+1
* make-snapshot: export ChangeLog from srcdirNobuyoshi Nakada2019-09-152-5/+2
* make-snapshot: deprecated -exported option [Bug #16167]Nobuyoshi Nakada2019-09-151-51/+46
* Continue to export even if no notes/commitsNobuyoshi Nakada2019-09-141-1/+3
* make-snapshot: -git option is no longer provided [ci skip]Nobuyoshi Nakada2019-09-081-2/+0
* make-snapshot: default to the toplevel directoryNobuyoshi Nakada2019-09-081-1/+5
* Touch copied cache files to make tarballs stableNobuyoshi Nakada2019-09-081-5/+8
* Suppress detached head warningNobuyoshi Nakada2019-09-081-1/+1
* Exit gently if no VCS found but --suppress_not_found is givenNobuyoshi Nakada2019-09-071-0/+1
* Removed no longer used variableNobuyoshi Nakada2019-09-071-1/+0
* Assign to vcs in new_vcs block not to use rescue resultNobuyoshi Nakada2019-09-071-3/+4
* Fixed wrong method at 71f7b0421acNobuyoshi Nakada2019-09-071-1/+1
* Fix error when checking file modified with git-svnNobuyoshi Nakada2019-09-071-1/+2
* Get rid of overwriting revision.h and creating .revision.timeNobuyoshi Nakada2019-09-071-1/+3
* Use `git describe --contains` for tagsNobuyoshi Nakada2019-09-071-1/+1
* Added more debug outputs from VCS::GITNobuyoshi Nakada2019-09-071-1/+4
* Refined file2lastrev.rb optionsNobuyoshi Nakada2019-09-071-20/+30
* Separated VCS.define_options for common VCS optionsNobuyoshi Nakada2019-09-071-17/+16
* VCS::GIT no longer accepts remote repositoryNobuyoshi Nakada2019-09-061-4/+2
* add include/ruby/backward/cxxanyargs.hpp卜部昌平2019-09-061-2/+2
* Revert "Add a temporal stack dumper for debugging on trunk-mjit"Yusuke Endoh2019-09-061-3/+0
* Add a temporal stack dumper for debugging on trunk-mjitYusuke Endoh2019-09-051-0/+3
* Removed -git option of make-snapshotNobuyoshi Nakada2019-09-051-1/+1
* Separate VCS::DEBUG_OUTNobuyoshi Nakada2019-09-051-6/+10
* Use `git pull` instead of `git fetch` if master branchKazuhiro NISHIYAMA2019-09-041-1/+5
* Check frozen flag on MJIT setinstancevariableTakashi Kokubun2019-09-041-1/+1
* Avoid defining unused instructionsTakashi Kokubun2019-09-031-15/+19
* Touch tar file itself to make gz file hash stableNobuyoshi Nakada2019-09-031-0/+1
* Touch the toplevel directory tooNobuyoshi Nakada2019-09-031-2/+5
* --date=iso-local does not work with old gitNobuyoshi Nakada2019-09-031-2/+8
* Do not keep tar file by the defaultNobuyoshi Nakada2019-09-031-5/+5
* Align timestamps to make tarball stableNobuyoshi Nakada2019-09-031-12/+40
* Use -z option for git-logNobuyoshi Nakada2019-09-031-3/+1
* Extract git commit log as raw format like git-svn for ChangeLogNobuyoshi Nakada2019-09-021-24/+22
* Set mtime of checked out files to past timeNobuyoshi Nakada2019-09-021-13/+24