- Merge JSON 2.7.2 for Ruby 3.3 by hsbt · Pull Request #11541
- Merge reline-0.5.10 by hsbt · Pull Request #11558
- Bug #20718: Objects created with Data_Make_Struct and the default free function are not freed
- Bug #20737: Accidentally changed warning target on Ruby 3.3
- Bug #20723:
IO#close
is broken on Ruby 3.3+ when using the Fiber scheduler. - Use
PRIuSIZE
instead of%zu
forsize_t
by nobu · Pull Request #9359 - Bump REXML to 3.3.9 for Ruby 3.3 by ajmyers01 · Pull Request #11972
- Bug #13831: error when try to install
- Bug #20777: 3.3:
RUBY_DESCRIPTION
is corrupt when--yjit
and--parser=prism
- Bug #20704: Windows:
-C
option does not work for multibyte path name - Bug #20719:
Float
converts ASCII-incompatible string - Bug #20752: IO::Buffer#slice creates mutable IO::Buffer instance that points to readonly memory (e.g. fronzen String)
- Bug #20755: IO::Buffer#transfer transfers mutable reference to String's memory but not lock ownership
- Bug #20716: Different instance_method behavior in Ruby 2.7 and Ruby 3.x
- Bug #20853: Hash key retrieval after Process.warmup
- Details