Age | Commit message (Collapse) | Author |
|
The absence of either the integer or fractional part should be
allowed.
Notes:
Merged: https://github.com/ruby/ruby/pull/11807
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/8074
|
|
https://hackerone.com/reports/1248108
Notes:
Merged: https://github.com/ruby/ruby/pull/5794
|
|
Fixed the race condition when replacing `freelist` entry with its
chained next element. At acquiring an entry, hold the entry once
with the special value, then release by replacing it with the next
element again after acquired. If another thread is holding the
same entry at that time, spinning until the entry gets released.
Co-Authored-By: Koichi Sasada <[email protected]>
Notes:
Merged: https://github.com/ruby/ruby/pull/4167
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4046
|
|
clang seems to locate never modified local data in the const
segment implicitly.
|
|
Except for `-Dxmalloc=malloc -Dxfree=free`.
|
|
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|