| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-23 | Fix permission of PATH | Kazuhiro NISHIYAMA | |
| https://github.com/ruby/actions/runs/608526685?check_suite_focus=true `warning: Insecure world writable dir /home/runner/.config in PATH, mode 040777` | |||
| 2020-04-22 | Made parentheses mandatory in endless method defition | Nobuyoshi Nakada | |
| Even for empty argument list, not to be confusing with a writer method name. Notes: Merged: https://github.com/ruby/ruby/pull/3051 | |||
| 2020-04-22 | Disallow R-assign in endless def | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3051 | |||
| 2020-04-22 | Revert "Allow simple R-assign in endless def" | Nobuyoshi Nakada | |
| This reverts commit 67bcac879a2e0ddfb4e7bbd7cb5e5401422de76a. Notes: Merged: https://github.com/ruby/ruby/pull/3051 | |||
| 2020-04-22 | Update benchmark-driver version | Nobuyoshi Nakada | |
| 2020-04-22 | Revert "* remove trailing spaces. [ci skip]" | Nobuyoshi Nakada | |
| This reverts commit 6b04c480487ab64d73e1254be2412e722b7b8bd8. Trailing spaces separate paragraphs in RDoc format. | |||
| 2020-04-22 | Update benchmark-driver version | Nobuyoshi Nakada | |
| 2020-04-22 | support builtin for Kernel#Float | S.H | |
| # Iteration per second (i/s) | |compare-ruby|built-ruby| |:------------|-----------:|---------:| |float | 30.395M| 38.314M| | | -| 1.26x| |float_true | 3.833M| 27.322M| | | -| 7.13x| |float_false | 4.182M| 24.938M| | | -| 5.96x| Notes: Merged: https://github.com/ruby/ruby/pull/3048 Merged-By: nobu <nobu@ruby-lang.org> | |||
| 2020-04-22 | .github/workflows/mingw.yml: add `shell: bash` for PR checkout | Yusuke Endoh | |
| as well as e62aead26909e83f2c8b940186047f0a88b9f2d6 | |||
| 2020-04-22 | configure.ac: Automatically add -D__ANDROID_API=ver on Android | Yusuke Endoh | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3049 | |||
| 2020-04-22 | * 2020-04-22 [ci skip] | git | |
| 2020-04-22 | test/ruby/test_fiber.rb: Skip the problematic test_stack_size on riscv | Yusuke Endoh | |
| Since it is impossible to detect stack overflow of C functions robustly, the test is a bit unreasonable. https://rubyci.org/logs/rubyci.s3.amazonaws.com/debian-riscv64/ruby-master/log/20200421T120018Z.fail.html.gz | |||
| 2020-04-21 | LEGAL: fixed links to the old-style BSD license [ci skip] | Nobuyoshi Nakada | |
| 2020-04-21 | * remove trailing spaces. [ci skip] | git | |
| 2020-04-21 | LEGAL: moved the old-style BSD license and linked [ci skip] | Nobuyoshi Nakada | |
| 2020-04-21 | LEGAL: moved the MIT license and linked [ci skip] | Nobuyoshi Nakada | |
| 2020-04-21 | LEGAL: made license names themselves links [ci skip] | Nobuyoshi Nakada | |
| 2020-04-21 | eval_error.c: default nil as "reverse" is now false [Feature #8661] | Nobuyoshi Nakada | |
| 2020-04-21 | NEWS.md: the order of backtrace [Feature #8661] [ci skip] | Nobuyoshi Nakada | |
| 2020-04-21 | eval_error.c: revert the "reversed" backtrace [Feature #8661] | Yusuke Endoh | |
| Now, the order is good, old-fashioned style: ``` $ ./local/bin/ruby -e 'def foo; raise; end def bar; foo; end def baz; bar; end def qux; baz; end qux ' -e:1:in `foo': unhandled exception from -e:2:in `bar' from -e:3:in `baz' from -e:4:in `qux' from -e:5:in `<main>' ``` | |||
| 2020-04-21 | rb_memerror: abort immediately | 卜部昌平 | |
| Ditto for adab82b9a71f60ad1c7f4f8c134a5ae9198ab32a. TRY_WITH_GC was found innocent. | |||
| 2020-04-21 | Fixed a typo [ci skip] | Nobuyoshi Nakada | |
| 2020-04-21 | reroute redefinition of NDEBUG | 卜部昌平 | |
| NDEBUG can be defined via a command-line argument. Should take care of such situations. | |||
| 2020-04-21 | __GNUC__ is too lax | 卜部昌平 | |
| Ditto for 4b853932eaa7fa4acf8a0f0c9b7c695bb4f5e76d | |||
| 2020-04-21 | TRY_WITH_GC: abort immediately | 卜部昌平 | |
| NoMemoryError is observed on icc but I fail to reproduce so far. Let me see the backtrace on CI. | |||
| 2020-04-21 | Fix typos [ci skip] | Kazuhiro NISHIYAMA | |
| 2020-04-21 | Fixed incorrect man path with ruby installation path | Hiroshi SHIBATA | |
| [Bug #15359][ruby-core:90164] | |||
| 2020-04-21 | test/ruby/test_refinement.rb: extend the timeout | Yusuke Endoh | |
| https://rubyci.org/logs/rubyci.s3.amazonaws.com/debian-riscv64/ruby-master/log/20200420T083601Z.fail.html.gz | |||
| 2020-04-21 | * 2020-04-21 [ci skip] | git | |
| 2020-04-20 | vm_dump.c: Do not show C backtrace on riscv | Yusuke Endoh | |
| Currently, objdump -W miniruby emits some errors on riscv, so I guess that DWARF is corrupted. | |||
| 2020-04-20 | Skip JIT tests on riscv64 due to SEGV of cc1 | Yusuke Endoh | |
| 2020-04-20 | [sync_default_gems.rb] Force reset conflict files to be ignored | Nobuyoshi Nakada | |
| [ci skip] | |||
| 2020-04-20 | Revert irrelevant change [ci skip] | Nobuyoshi Nakada | |
| 2020-04-20 | Removed phony atomic operations for void* and VALUE | Nobuyoshi Nakada | |
| 2020-04-20 | * 2020-04-20 [ci skip] | git | |
| 2020-04-20 | Bail out if no atomic operation found | Nobuyoshi Nakada | |
| As atomic operations are mandatory now, not-working phony fallback definitions are not only useless but confusing and harmful. | |||
| 2020-04-19 | Removed useless VMDEBUG definition [ci skip] | Nobuyoshi Nakada | |
| VMDEBUG is always defined as defaulted to 0 in vm_core.h. | |||
| 2020-04-19 | Update VMDEBUG reference doc [ci skip] | Nguyễn Quang Minh | |
| Since this commit (https://github.com/ruby/ruby/commit/9e1b06e17d27fb4ddf51e9244f205417e9c4dd5c), the VM Debug Level constant is moved from `vm_insnhelper.h` to `vm_core.h`. This PR is a super tiny update to reflect that change so that people won't waste time on searching in a wrong file. Notes: Merged: https://github.com/ruby/ruby/pull/3043 Merged-By: nobu <nobu@ruby-lang.org> | |||
| 2020-04-19 | Skip Process#clock_getres specs on Android | Yusuke Endoh | |
| ... just like AIX and OpenBSD. | |||
| 2020-04-19 | Skip TestRequire#test_loading_fifo_fd_leak on Android | Yusuke Endoh | |
| The test fails due to unknown reason. Need to debug in future, but tentatively skipped. | |||
| 2020-04-18 | The pdb header error is printed at stdout | Takashi Kokubun | |
| https://ci.appveyor.com/project/ruby/ruby/builds/32278754/job/90jmky2jq2k0wjv8 | |||
| 2020-04-18 | Update workflows/mingw.yml - use setup-ruby-pkgs (#3042) | MSP-Greg | |
| MSP-Greg/actions-ruby is deprecated... Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2020-04-19 | * 2020-04-19 [ci skip] | git | |
| 2020-04-18 | Env values removed by ENV.clear are not used | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3041 | |||
| 2020-04-18 | Bypass env key encoding conversion if unnecessary | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3041 | |||
| 2020-04-18 | Hoisted out reset_by_modified_env | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3041 | |||
| 2020-04-18 | Environment variable values are not case-insensitive | Nobuyoshi Nakada | |
| Only the names are case-sensitive. Notes: Merged: https://github.com/ruby/ruby/pull/3041 | |||
| 2020-04-18 | [ruby/reline] Add ed_search_next_history | aycabta | |
| https://github.com/ruby/reline/commit/ca750b676b | |||
| 2020-04-18 | [ruby/reline] Add ed_search_prev_history | aycabta | |
| https://github.com/ruby/reline/commit/e9ae288825 | |||
| 2020-04-18 | [ruby/reline] Rename wrong test name | aycabta | |
| https://github.com/ruby/reline/commit/8480db575b | |||
