Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
07027541 09/22/2026 06:01 AM nobu (Nobuyoshi Nakada)

[DOC] Mark up the man page references of access and eaccess

3a21e4b4 09/22/2026 05:35 AM nobu (Nobuyoshi Nakada)

[DOC] Fix File::Stat name

Also simplify the notation of the special const reserved words.

d1d487f4 09/22/2026 05:04 AM nobu (Nobuyoshi Nakada)

[DOC] Clarify that File.exist? follows symbolic links

Show that dangling symbolic links return false and clean up the
example files.

Follow up on ruby/ruby#18571.

1007084e 09/22/2026 03:10 AM peterzhu2118 (Peter Zhu)

Fix out-of-bounds in Array#permutation when array modified

Calling to_int on the count may run Ruby code that modifies the array.
This can cause an out-of-bounds in Array#permutation. For example, the
following code crashes:

ary = (1..1_000).to_a
obj = Object.new...
6723796d 09/22/2026 03:05 AM burdettelamar (Burdette Lamar)

[DOC] Harmonize path methods- #18936

6454569c 09/22/2026 02:11 AM dependabot[bot]

Bump the github-actions group across 1 directory with 5 updates

Bumps the github-actions group with 5 updates in the / directory:

Package From To
ruby/setup-ruby 1.323.0 1.324.0
88bfa300 09/21/2026 11:54 PM peterzhu2118 (Peter Zhu)

Fix buffer overflow in String#rpartition

The conversion of the pattern to string can cause the string to be modified.
This can cause a buffer overflow since it uses the original length of the
string. For example, the following script reports a buffer overflow with...

1f717ae3 09/21/2026 04:59 PM peterzhu2118 (Peter Zhu)

[ruby/mmtk] Always use fixed heap for testing against NoGC

https://github.com/ruby/mmtk/commit/3f94f904eb

f07f65b7 09/21/2026 03:58 PM kddnewton (Kevin Newton)

[PRISM] Source file no longer static literal

41e04ff5 09/21/2026 02:42 PM byroot (Jean Boussier)

[ruby/prism] Stop marking PM_SOURCE_FILE_NODE as static

Ref: https://bugs.ruby-lang.org/issues/17593.

Because __FILE__ is currently considered a static literal,
it's entirely evaluated during compilation.

The problem is that ISeqs can be serialized and reloaded later,...

View all revisions | View revisions

Also available in: Atom