summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-23Bump up 3.0.7v3_0_7ruby_3_0Hiroshi SHIBATA
2024-04-23merge 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-23merge revision(s) 33e5b47c16f1fd3382186e6ffe73cfc6e00946f7:Hiroshi SHIBATA
Fix handling of reg->dmin in Regex matching --- regexec.c | 10 ++++++++++ 1 file changed, 10 insertions(+)
2024-04-23Merge StringIO 3.0.1.1Hiroshi SHIBATA
2024-04-23* 2024-04-23 [ci skip]git
2024-04-23Merge RDoc-6.3.4.1Hiroshi SHIBATA
2024-04-15* 2024-04-15 [ci skip]git
2024-04-15No longer download zlib sourceNobuyoshi 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 vcpkgNobuyoshi Nakada
2024-04-15We didn't invoke leaked-globals at ruby_3_0Hiroshi SHIBATA
2024-04-15openssl of Ruby 3.0 couldn't build with c2x compilerHiroshi SHIBATA
2024-04-15coroutine=pthread is not working with Ruby 3.0Hiroshi SHIBATA
2024-04-15tool/leaked-globals: ignore function typedef [ci skip]Nobuyoshi Nakada
2024-04-15Canonicalization functions were removed alreadyNobuyoshi Nakada
At b958e2add835d62c0a62edaf9a23ecbbd70a3635
2024-04-15Ignore symbols declared in the platform headerNobuyoshi Nakada
2024-04-15Ignore objects from the "missing" directoryNobuyoshi Nakada
2024-04-15Get rid of \K for old BASERUBYs which have a bug in String#scanNobuyoshi Nakada
2024-04-15Exclude entry pointsNobuyoshi Nakada
2024-04-15Support AC_FUNC_MEMCMPNobuyoshi Nakada
2024-04-15Backport compilers.yml from ruby_3_1Hiroshi SHIBATA
2024-04-15Don't upgrade brew packagesHiroshi SHIBATA
2023-08-22zlib 1.2.13 is gone from zlib.netNAKAMURA Usaku
2023-06-29* 2023-06-29 [ci skip]git
2023-06-29CVE-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-15Fix 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-30Fix previous commitv3_0_6NAKAMURA Usaku
2023-03-30Limit header lengthNAKAMURA Usaku
2023-03-30[Backport #19161] merge part of 96d1acfdf6c6b42f2029f44d5b5920961d6efa92NAKAMURA 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-30Merge Time-0.1.1Hiroshi SHIBATA
2023-03-29Merge 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-29Historical timezones of Lisbon in tzdata are unstableNobuyoshi Nakada
2023-03-29Skip test_europe_lisbon on macOSTakashi Kokubun
until we figure out why it's failing.
2023-03-29Bump up CodeQL v2Hiroshi SHIBATA
2023-03-29Skip test-bundler-prallel with macOS. It mixed system bundler path.Hiroshi SHIBATA
https://github.com/ruby/ruby/actions/runs/4061314416/jobs/7033111867
2023-03-29Pin Ubuntu 20.04 because Ruby 3.0 didn't support OpenSSL 3Hiroshi SHIBATA
2023-03-29Ruby 3.0 only supports `--jit-*` optionsHiroshi SHIBATA
2023-03-29Disable test-all on MJIT CI for nowTakashi 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-29Test only --mjit-wait for nowTakashi 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-29Rename --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-07Remove wrong dollarNobuyoshi Nakada
2022-12-08merge 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-08Bump teenyNAKAMURA Usaku
2022-11-24Merge openssl-2.2.2v3_0_5Kazuki Yamaguchi
The changes can be found at: https://github.com/ruby/openssl/compare/v2.2.1...v2.2.2
2022-11-24Keep GC disabled until VM bootstrap has done [Bug #17583]Nobuyoshi Nakada
2022-11-24* 2022-11-24 [ci skip]git