summaryrefslogtreecommitdiff
path: root/include/ruby/internal/intern/vm.h
AgeCommit message (Collapse)Author
2021-02-04rb_clear_method_cache_by_class: no longer exist卜部昌平
It is questionable whether we can change a public API but this function does not exist today. No way.
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
To fix build failures. Notes: Merged: https://github.com/ruby/ruby/pull/3079
2020-05-11mv include/ruby/{impl,internal}卜部昌平
Devs do not love "impl". Notes: Merged: https://github.com/ruby/ruby/pull/3079
434 2020-09-14Add support for hooking `IO#read`.Samuel Williams Notes: Merged: https://github.com/ruby/ruby/pull/3434 2020-09-14Standardised scheduler interface.Samuel Williams Notes: Merged: https://github.com/ruby/ruby/pull/3434 2020-09-14Simplify bitmasks for IO events.Samuel Williams Notes: Merged: https://github.com/ruby/ruby/pull/3434 2020-09-12Check copy_file_range(2) is actually supported.Masaki Matsushita see also: https://gitlab.com/gitlab-org/gitlab/-/issues/218999#note_363225872