Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-23 | Bump up 3.0.7v3_0_7ruby_3_0 | Hiroshi SHIBATA | |
2024-04-23 | merge revision(s) 989a2355808a63fc45367785c82ffd46d18c900a: | Hiroshi SHIBATA | |
Fix Use-After-Free issue for Regexp Co-authored-by: Isaac Peka <[email protected]> --- regexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) | |||
2024-04-23 | merge revision(s) 33e5b47c16f1fd3382186e6ffe73cfc6e00946f7: | Hiroshi SHIBATA | |
Fix handling of reg->dmin in Regex matching --- regexec.c | 10 ++++++++++ 1 file changed, 10 insertions(+) | |||
2024-04-23 | Merge StringIO 3.0.1.1 | Hiroshi SHIBATA | |
2024-04-23 | * 2024-04-23 [ci skip] | git | |
2024-04-23 | Merge RDoc-6.3.4.1 | Hiroshi SHIBATA | |
2024-04-15 | * 2024-04-15 [ci skip] | git | |
2024-04-15 | No longer download zlib source | Nobuyoshi Nakada | |
Although zlib package in vcpkg is still 1.2.12, it should be no problem in ruby tests. | |||
2024-04-15 | [MSWin] Install libffi using vcpkg | Nobuyoshi Nakada | |
2024-04-15 | We didn't invoke leaked-globals at ruby_3_0 | Hiroshi SHIBATA | |
2024-04-15 | openssl of Ruby 3.0 couldn't build with c2x compiler | Hiroshi SHIBATA | |
2024-04-15 | coroutine=pthread is not working with Ruby 3.0 | Hiroshi SHIBATA | |
2024-04-15 | tool/leaked-globals: ignore function typedef [ci skip] | Nobuyoshi Nakada | |
2024-04-15 | Canonicalization functions were removed already | Nobuyoshi Nakada | |
At b958e2add835d62c0a62edaf9a23ecbbd70a3635 | |||
2024-04-15 | Ignore symbols declared in the platform header | Nobuyoshi Nakada | |
2024-04-15 | Ignore objects from the "missing" directory | Nobuyoshi Nakada | |
2024-04-15 | Get rid of \K for old BASERUBYs which have a bug in String#scan | Nobuyoshi Nakada | |
2024-04-15 | Exclude entry points | Nobuyoshi Nakada | |
2024-04-15 | Support AC_FUNC_MEMCMP | Nobuyoshi Nakada | |
2024-04-15 | Backport compilers.yml from ruby_3_1 | Hiroshi SHIBATA | |
2024-04-15 | Don't upgrade brew packages | Hiroshi SHIBATA | |
2023-08-22 | zlib 1.2.13 is gone from zlib.net | NAKAMURA Usaku | |
2023-06-29 | * 2023-06-29 [ci skip] | git | |
2023-06-29 | CVE-2023-36617 for Ruby 3.0 (#7997) | Hiroshi SHIBATA | |
* Merge URI-0.10.3 * Merge URI-0.10.0.3 for Bundler | |||
2023-06-15 | * 2023-06-15 [ci skip] | git | |
2023-06-15 | Fix test-bundled-gems for Ruby 3.0 (#7936) | Hiroshi SHIBATA | |
* pry is not needed for test-bundled-gems * Run test-unit test without rake task to avoid yard dependency * Use power_assert-1.2.1 to avoid pry dependency | |||
2023-03-30 | Fix previous commitv3_0_6 | NAKAMURA Usaku | |
2023-03-30 | Limit header length | NAKAMURA Usaku | |
2023-03-30 | [Backport #19161] merge part of 96d1acfdf6c6b42f2029f44d5b5920961d6efa92 | NAKAMURA Usaku | |
Check for TLS usability On all platforms using GCC, even other than darwin. | |||
2023-03-30 | * 2023-03-30 [ci skip] | git | |
2023-03-30 | Merge Time-0.1.1 | Hiroshi SHIBATA | |
2023-03-29 | Merge URI-0.10.2 for Ruby 3.0 (#7607) | Hiroshi SHIBATA | |
* Merge URI-0.10.2 * Merge URI-0.10.0.2 for bundler * Added assert_linear_performance for URI tests | |||
2023-03-29 | * 2023-03-29 [ci skip] | git | |
2023-03-29 | Historical timezones of Lisbon in tzdata are unstable | Nobuyoshi Nakada | |
2023-03-29 | Skip test_europe_lisbon on macOS | Takashi Kokubun | |
until we figure out why it's failing. | |||
2023-03-29 | Bump up CodeQL v2 | Hiroshi SHIBATA | |
2023-03-29 | Skip test-bundler-prallel with macOS. It mixed system bundler path. | Hiroshi SHIBATA | |
https://github.com/ruby/ruby/actions/runs/4061314416/jobs/7033111867 | |||
2023-03-29 | Pin Ubuntu 20.04 because Ruby 3.0 didn't support OpenSSL 3 | Hiroshi SHIBATA | |
2023-03-29 | Ruby 3.0 only supports `--jit-*` options | Hiroshi SHIBATA | |
2023-03-29 | Disable test-all on MJIT CI for now | Takashi Kokubun | |
https://github.com/ruby/ruby/actions/runs/3560006749/jobs/5979749144 | |||
2023-03-29 | .github: use GNUMAKEFLAGS instead of JOBS | 卜部昌平 | |
A bit readable to me. See also https://github.com/ruby/ruby/pull/4880 | |||
2023-03-29 | Test only --mjit-wait for now | Takashi Kokubun | |
We've disabled MJIT CI on GitHub Actions for a while. It's convenient that fork repositories need to see failures or disable it. We should remove unused CI by default instead of silently disabling it. Since I saw --mjit-wait passed on my fork, I'd like to try running --mjit-wait one. | |||
2023-03-29 | Rename --jit to --mjit (#5248) | Takashi Kokubun | |
* Rename --jit to --mjit [Feature #18349] * Fix a few more --jit references * Fix MJIT Actions * More s/jit/mjit/ and re-introduce --disable-jit * Update NEWS.md * Fix test_bug_reporter_add | |||
2023-02-07 | * 2023-02-07 [ci skip] | git | |
2023-02-07 | Remove wrong dollar | Nobuyoshi Nakada | |
2022-12-08 | merge revision(s) 58cc3c9f: [Backport #19187] | NAKAMURA Usaku | |
[Bug #19187] Fix for tzdata-2022g --- test/ruby/test_time_tz.rb | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) | |||
2022-12-08 | Bump teeny | NAKAMURA Usaku | |
2022-11-24 | Merge openssl-2.2.2v3_0_5 | Kazuki Yamaguchi | |
The changes can be found at: https://github.com/ruby/openssl/compare/v2.2.1...v2.2.2 | |||
2022-11-24 | Keep GC disabled until VM bootstrap has done [Bug #17583] | Nobuyoshi Nakada | |
2022-11-24 | * 2022-11-24 [ci skip] | git | |