| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-19 | Update to ruby/spec@6e62695 | Benoit Daloze | |
| 2025-05-09 | Update to ruby/spec@d8bacef | Andrew Konchin | |
| Notes: Merged: https://github.com/ruby/ruby/pull/13265 | |||
| 2025-04-02 | Removed Solaris conditions from core directory | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/13037 | |||
| 2025-03-27 | Update to ruby/spec@5e579e2 | Andrew Konchin | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12984 | |||
| 2024-12-25 | Check ArgumentError and Warnings with Ruby 3.3 and 3.4 | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12452 | |||
| 2024-12-25 | Removed Process::Status#& and Process::Status#>> | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12452 | |||
| 2024-12-10 | Update to ruby/spec@9f10222 | Andrew Konchin | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12297 | |||
| 2024-11-06 | Update to ruby/spec@54c391e | Benoit Daloze | |
| 2024-11-06 | macOS 15 is the stable version today | Hiroshi SHIBATA | |
| 2024-07-12 | Pend some tests because these are not working with macOS 15 beta and Xcode ↵ | Hiroshi SHIBATA | |
| 16 beta | |||
| 2024-02-05 | Update to ruby/spec@3fc4444 | Benoit Daloze | |
| 2024-01-12 | Use timeout instead of sleep on Windows | Hiroshi SHIBATA | |
| 2023-10-30 | Update to ruby/spec@bd7017f | Benoit Daloze | |
| 2023-10-03 | [DOC] State the precision of `Process.times` as platform-defined | Nobuyoshi Nakada | |
| Remove the bad example that can lead to misunderstanding as if this precision is defined in Ruby. | |||
| 2023-10-03 | Check by integer modulo instead of float string | Nobuyoshi Nakada | |
| 2023-09-04 | Update to ruby/spec@96d1072 | Benoit Daloze | |
| 2023-07-17 | Implement Process.warmup | Jean Boussier | |
| [Feature #18885] For now, the optimizations performed are: - Run a major GC - Compact the heap - Promote all surviving objects to oldgen Other optimizations may follow. Notes: Merged: https://github.com/ruby/ruby/pull/7662 | |||
| 2023-06-26 | Update to ruby/spec@30e1c35 | Benoit Daloze | |
| 2023-05-10 | [Bug #19597] Freeze script name | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7709 | |||
| 2023-04-25 | Update to ruby/spec@7f69c86 | Benoit Daloze | |
| 2023-04-23 | Check the precision of `getrusage` at runtime | Nobuyoshi Nakada | |
| 2023-04-22 | Fix a guard of `Process.times` | Nobuyoshi Nakada | |
| `GETRUSAGE_BASED_CLOCK_PROCESS_CPUTIME_ID` clock uses `getrusage` always if available as the name states. That is if it is implemented `getrusage` is available, regardless microseconds in its results. Notes: Merged: https://github.com/ruby/ruby/pull/7739 | |||
| 2023-04-22 | Fix an example of `Process.times` | Nobuyoshi Nakada | |
| Prior to commit 5806c54447439f2ba22892e4045e78dd80f96f0c, it was "at least one result with precision beyond milliseconds (with none-zero microseconds) should exist"; after this commit, "at least one result should have zero microseconds". This chance is lower than the previous condition. Notes: Merged: https://github.com/ruby/ruby/pull/7739 | |||
| 2023-04-04 | Revert "Fix transient heap mode" | Aaron Patterson | |
| This reverts commit 87253d047ce35e7836b6f97edbb4f819879a3b25. Revert "Implement `Process.warmup`" This reverts commit ba6ccd871442f55080bffd53e33678c0726787d2. | |||
| 2023-04-04 | Implement `Process.warmup` | Jean Boussier | |
| [Feature #18885] For now, the optimizations performed are: - Run a major GC - Compact the heap - Promote all surviving objects to oldgen Other optimizations may follow. Notes: Merged: https://github.com/ruby/ruby/pull/7346 | |||
| 2023-03-06 | s/mjit/rjit/ | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7462 | |||
| 2023-03-06 | s/MJIT/RJIT/ | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7462 | |||
| 2023-02-27 | Update to ruby/spec@e7dc804 | Benoit Daloze | |
| 2023-01-05 | Update to ruby/spec@7e680fa | Benoit Daloze | |
| 2023-01-05 | Update to ruby/spec@9d69b95 | Benoit Daloze | |
| 2022-11-07 | Update to ruby/spec@740ccc8 | Benoit Daloze | |
| 2022-10-13 | Skip utime example with Intel C Compiler suite | Hiroshi SHIBATA | |
| 2022-06-26 | Fix Process.clock_gettime specs on OpenBSD | Jeremy Evans | |
| 2022-06-26 | Update to ruby/spec@ab32a1a | Benoit Daloze | |
| 2022-04-25 | Update to ruby/spec@3affe1e | Benoit Daloze | |
| 2021-09-07 | Update to ruby/spec@b1e93a2 | Benoit Daloze | |
| 2021-07-29 | Update to ruby/spec@b65d01f | Benoit Daloze | |
| 2021-06-02 | Update to ruby/spec@a0b7d0d | Benoit Daloze | |
| 2020-12-27 | Update to ruby/spec@4ce9f41 | Benoit Daloze | |
| 2020-12-21 | Use Integer instead of Fixnum/Bignum | Nobuyoshi Nakada | |
| 2020-11-13 | Update to ruby/spec@b0b7f53 | Benoit Daloze | |
| 2020-10-01 | spec/ruby/core/process/spawn_spec.rb: skip a test on Android | Yusuke Endoh | |
| On Android, STDERR seems to be open even its invoker closes it. http://rubyci.s3.amazonaws.com/android29-x86_64/ruby-master/log/20201001T014315Z.fail.html.gz ``` 1) Process.spawn closes STDERR in the child if :err => :close FAILED Expected (59840): "out\nrescued\n" but got: "out\n" ``` | |||
| 2020-09-30 | Update to ruby/spec@681e8cf | Benoit Daloze | |
| 2020-09-30 | Update to ruby/spec@9277d27 | Benoit Daloze | |
| 2020-05-03 | spec/ruby/core/process/clock_getres_spec.rb: lax the resolution limit | Yusuke Endoh | |
| Android is Linux, but the clock resolution is 10 milliseconds. I think that 1 microsecond is too strict for embedded environment. This change laxes the limit to 10 milliseconds. | |||
| 2020-05-02 | Update to ruby/spec@d394dfd | Benoit Daloze | |
| 2020-04-19 | Skip Process#clock_getres specs on Android | Yusuke Endoh | |
| ... just like AIX and OpenBSD. | |||
| 2020-04-01 | Drop support for ruby 2.4 from ruby/spec | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2892 | |||
| 2020-03-28 | Increase the number of Process.times attempts | Takashi Kokubun | |
| CI of 5806c54447439f2ba22892e4045e78dd80f96f0c did not succeed https://travis-ci.org/github/ruby/ruby/jobs/668072714 | |||
| 2020-03-28 | Improve reliability of the Process.times spec | Benoit Daloze | |
