| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-15 | Insert a newline before `=end` | Nobuyoshi Nakada | |
| For a certain editor which cannot handle here-document properly. | |||
| 2019-07-15 | Drop `make change` and tool/change_maker.rb | Takashi Kokubun | |
| because we're not writing ChangeLog anymore. | |||
| 2019-07-14 | Tweak upstream information of upstream commit. | Hiroshi SHIBATA | |
| 2019-07-14 | abort sync commit history when it failed to modify commit message. | Hiroshi SHIBATA | |
| 2019-07-14 | Use force flag for filter-branch. | Hiroshi SHIBATA | |
| 2019-07-14 | Skip merge commit with rubygems and bundler. | Hiroshi SHIBATA | |
| 2019-07-14 | Modified commit message with upstream repository name. | Hiroshi SHIBATA | |
| 2019-07-14 | Added chrry-pick feature from upstream repository. | Hiroshi SHIBATA | |
| 2019-07-14 | Try to sync with commit history for default gems. | Hiroshi SHIBATA | |
| 2019-07-14 | MJIT Support for getblockparamproxy | Takashi Kokubun | |
| 2019-07-14 | complement '.rb' on `test-all TESTS=test_xxx` | Koichi Sasada | |
| for test-all rule, we can specify a file with TESTS option like `TESTS=test_xxx.rb`. However, we can eliminate last '.rb' suffix so this patch try with '.rb' suffix if the given path is not available. | |||
| 2019-07-14 | Removed FileUtils for file manipulations with module inclusion. | Hiroshi SHIBATA | |
| 2019-07-14 | Use FileUtils.mkdir_p instead of mkdir command directoly. | Hiroshi SHIBATA | |
| 2019-07-14 | Use FileUtils.cp_r instead of cp command directoly. | Hiroshi SHIBATA | |
| 2019-07-14 | Fixup dccb0e1ec94e7b9c13c715939ae7e0ccc4ffb23e | Hiroshi SHIBATA | |
| 2019-07-14 | Use FileUtils.rm_rf instead of rm command directly. | Hiroshi SHIBATA | |
| 2019-07-14 | Do not use hard-coded file path of default gems upstream. | Hiroshi SHIBATA | |
| 2019-07-14 | Drop obsoleted mjit_cancel_ivar debug_counter | Takashi Kokubun | |
| ivar_cancel label is handling mjit_cancel_ivar_inline instead. | |||
| 2019-07-09 | Restore support library for only test files that are digest and csv. | Hiroshi SHIBATA | |
| 2019-07-09 | Restore support library for only test files. | Hiroshi SHIBATA | |
| 2019-07-08 | Adopt the directory structure of ruby repository for racc extension. | Hiroshi SHIBATA | |
| 2019-07-07 | Git branch name can contain `#{}` too | Nobuyoshi Nakada | |
| 2019-07-07 | Unescape #{} in the last commit title | Nobuyoshi Nakada | |
| Get rid of unknown escape sequence warning, as `#` is not a special character in C. ``` version.c:126:26: warning: unknown escape sequence '\#' [-Wunknown-escape-sequence] fputs("last_commit=" RUBY_LAST_COMMIT_TITLE, stdout); ^~~~~~~~~~~~~~~~~~~~~~ revision.h:4:42: note: expanded from macro 'RUBY_LAST_COMMIT_TITLE' ^~ ``` | |||
| 2019-07-03 | Revert "Avoid corrupting VM stack on inlined setlocal" | Koichi Sasada | |
| This reverts commit ea30dd702512ff9df34fe8c71c825f8f901bf5b1. because it fails when VM_CHECK_MODE=1. | |||
| 2019-07-02 | Avoid corrupting VM stack on inlined setlocal | Takashi Kokubun | |
| setlocal relies on cfp->ep, and frame-omitted method inlining introduced in Ruby 2.7 kept it wrong. This change might slow down frame-omitted method inlining for cfp->ep manipulation, and it obviously complicates the implementaion more. By introducing an optimization that changes Ruby's local variable to C local variable, we could optimize it and simplify the cfp->ep manipulation later. [Bug #15971] | |||
| 2019-07-02 | Use GitHub ruby.git for make-snapshot | Takashi Kokubun | |
| Previously @hsbt disabled https git clone from git.ruby-lang.org. Using git.ruby-lang.org for non-commit purposes is discouraged. GitHub mirror is actually recommended because it's reliable than single-hosted git.ruby-lang.org, the mirror is almost always well-maintained, and its latency is very small (usually about 10s). So we should just use GitHub here. [Bug #15969] | |||
| 2019-07-02 | Substitute autoconf variables by prereq.status | Nobuyoshi Nakada | |
| 2019-07-02 | Adjust minitest file path | Nobuyoshi Nakada | |
| 2019-07-02 | Adjust minitest file path | Nobuyoshi Nakada | |
| 2019-07-02 | Split test files for test-framework that are test-unit and minitest to tool ↵ | Hiroshi SHIBATA | |
| direcotry. | |||
| 2019-07-02 | Move to tool/lib from test/lib. | Hiroshi SHIBATA | |
| 2019-07-01 | Alias "master" and "trunk" | Nobuyoshi Nakada | |
| 2019-07-01 | Default ASMEXT | Nobuyoshi Nakada | |
| 2019-06-28 | Default @debug to $DEBUG | Nobuyoshi Nakada | |
| 2019-06-28 | Removed unused variable | Nobuyoshi Nakada | |
| 2019-06-25 | Respect --dest-dir when removing old default gems | Jeremy Evans | |
| Before this, tool/rbinstall would try to remove a gem file that it may not have access too. Fixes issue introduced in f550da512cefbe0283106ca839c4836a98efaf3a. | |||
| 2019-06-25 | Fixed the wrong path for io-console. | Hiroshi SHIBATA | |
| 2019-06-23 | vcs.rb: handle --dryrun option | Nobuyoshi Nakada | |
| 2019-06-21 | Revert RUBY_RELEASE_DATE to date only | Nobuyoshi Nakada | |
| 2019-06-20 | Update sync task for the directory structure of cparse and ignore JRuby files. | Hiroshi SHIBATA | |
| 2019-06-19 | Remove IA64 support. | Samuel Williams | |
| 2019-06-19 | Added sync task for racc | Hiroshi SHIBATA | |
| 2019-06-17 | Support Bison 3 | Nobuyoshi Nakada | |
| 2019-06-16 | tool/redmine-backporter.rb: Change redmine git revisions URL path. | nagachika | |
| 2019-06-16 | tool/redmine-backporter.rb: Add parens to fix condition for svn revision search. | nagachika | |
| 2019-06-10 | Use UTC for file2lastrev timezone | Takashi Kokubun | |
| 02155da7bad37bd1c8adadd486d2d16eac7af43b got a claim about sacrificing ability to compare arbitrary `RUBY_DESCRIPTION`s without converting timezones. Because most of the people would be familiar with timezone conversion with UTC but it'd be harder when it comes to JST, this commit just changes the timezone in f42588f754d5885ec30631e5008c383f3ef905d8 to UTC. Another bonus in using UTC is that we can use a shorter variant of ISO 8601 format like "2019-06-10T14:26:24Z" (the last Z part). | |||
| 2019-06-10 | Make file2lastrev timezone consistent with git log | Takashi Kokubun | |
| Using the same timezone for all commits is convenient when just looking dates in RUBY_DESCRIPTION, but usually we also check `git log` when we're interested in the order of commits. `git log` shows times in committer's timezone and forcing RUBY_RELEASE_DATE to JST makes it harder to find a corresponding commit from `git log`. Because this label is only used in development, I believe there's no strict requirement to use traditional timezone for release here. Also when building Ruby after committing from a non-JST timezone, I'd be surprised to see a strange time (in a different timezone) for my very new commit in `ruby -v`. | |||
| 2019-06-08 | Make RUBY_RELEASE_DATE full on development | Nobuyoshi Nakada | |
| I cannot tell the order just by commit hashes. | |||
| 2019-06-07 | Moved Makefile.in under template | Nobuyoshi Nakada | |
| 2019-06-07 | Revert "Moved Makefile.in under template" | Nobuyoshi Nakada | |
| This reverts commits: * 6f9d5fafe040cb02a1278fbfcdcb8063d564824c * bb3c89b6437049e26669b2156310670d5e06e386 And remove the dependency of Makefile on Makefile.in transitionally. | |||
