| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2020-04-18 | [ruby/reline] Use vi_search_{prev,next} to incremental search | aycabta | |
| https://github.com/ruby/reline/commit/cab312f584 | |||
| 2020-04-18 | [ruby/reline] Rename search_history with incremental_search_history | aycabta | |
| https://github.com/ruby/reline/commit/d563063ea0 | |||
| 2020-04-18 | Compare environment variable names in those manor [Bug #16798] | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3040 | |||
| 2020-04-18 | power_assert repository is transferred to ruby/power_assert | Kazuki Tsujimoto | |
| 2020-04-18 | Make sure newarraykwsplat accesses a correct index | Takashi Kokubun | |
| on stack when local_stack_p is enabled. This fixes `RB_FL_TEST_RAW:"RB_FL_ABLE(obj)"` assertion failure on power_assert's test with JIT enabled. | |||
| 2020-04-18 | RUBY_SPECIAL_SHIFT and RUBY_FL_USHIFT are mandatory for rp in lldb_cruby.py | Nobuyoshi Nakada | |
| 2020-04-18 | Super TestJIT#setup to skip unsupported envs | Takashi Kokubun | |
| Slightly simplifying 8d6aa06620b316904fd10d0cab1b85e07f2fbf67 | |||
| 2020-04-18 | Skip a too-unstable test on s390x-linux | Takashi Kokubun | |
| In the last 26-ish hours, it has failed 5 times: https://travis-ci.org/github/ruby/ruby/jobs/676497718 https://travis-ci.org/github/ruby/ruby/jobs/676480295 https://travis-ci.org/github/ruby/ruby/jobs/676103216 https://travis-ci.org/github/ruby/ruby/jobs/676057967 https://travis-ci.org/github/ruby/ruby/jobs/676055113 and I don't think anybody has been working on it right now. To make CI result report of s390x-linux useful, let's skip it until the test is improved to be more stable. | |||
| 2020-04-18 | test/ruby/test_jit_debug.rb: Skip unsupported platforms | Yusuke Endoh | |
| 2020-04-18 | power_assert repository is transferred to ruby/power_assert | Kazuki Tsujimoto | |
| 2020-04-17 | Remove invalid webhook config | Takashi Kokubun | |
| According to warnings on Travis, there's no such key. We handle this on webhook side anyway. | |||
| 2020-04-18 | * 2020-04-18 [ci skip] | git | |
| 2020-04-17 | Compilation error does not impact exit status | Takashi Kokubun | |
| We failed to ignore https://ci.appveyor.com/project/ruby/ruby/builds/32245902/job/xcfxw67uexxysvni | |||
| 2020-04-17 | Fix a typo [ci skip] | Kazuhiro NISHIYAMA | |
| 2020-04-17 | NEWS.md: Mentioned the removal of NIL/TRUE/FALSE [ci skip] | Nobuyoshi Nakada | |
| 2020-04-17 | Removed NIL/TRUE/FALSE from documents too | Kazuhiro NISHIYAMA | |
| This is follow up of 62554ca97812b454e78a0a9daf6e962ff7a2f589 | |||
| 2020-04-17 | Removed NIL/TRUE/FALSE | Nobuyoshi Nakada | |
| Deprerecated constants which had been warned since 2.4. | |||
| 2020-04-17 | Rescue EPIPE in _report | Nobuyoshi Nakada | |
| Instead of letting callers rescue the error always. | |||
| 2020-04-17 | Refactored rb_readwrite_syserr_fail | Nobuyoshi Nakada | |
| * renamed argument `writable` as `waiting` * hosited out creating and raising exception * turned into a `switch` | |||
| 2020-04-17 | fileutils now depends on rbconfig.rb due to JRuby support | Nobuyoshi Nakada | |
| 2020-04-17 | Suppress C4267 "possible loss of data" warnings | Nobuyoshi Nakada | |
| Just cast down explicitly. | |||
| 2020-04-17 | test/ruby/test_process.rb: Skip GID.from_name on Android | Yusuke Endoh | |
| The user management on Android seems very different https://rubyci.org/logs/rubyci.s3.amazonaws.com/android28-x86_64/ruby-master/log/20200416T234122Z.fail.html.gz | |||
| 2020-04-17 | Remove lib/rss.rb | Sutou Kouhei | |
| This is a follow-up of 83240f315a10b42b53c3b62c1fbc428f97912665 . | |||
| 2020-04-17 | Suppress C4267 "possible loss of data" warnings | Nobuyoshi Nakada | |
| 2020-04-17 | * 2020-04-17 [ci skip] | git | |
| 2020-04-17 | core_assertions.rb: fixed fd leak at timeout | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3039 | |||
