Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-07 | Removed a typo in a comment [ci skip] | Nobuyoshi Nakada | |
2020-12-24 | Use RBIMPL_COMPILER_{SINCE,BEFORE} for MSVC | Nobuyoshi Nakada | |
Pointed out by @shyouhei. NOTE: Already we have dropped the support for older MSVCs, probably prior to 1300 or 1400. Remove the conditional code, especially in win32/Makefile.sub. | |||
2020-12-24 | Expose atomic operation macros with RUBY prefix | Nobuyoshi Nakada | |
Now we need atomic operations, which are lighter than mutex, more widely for extension libraries because of Ractor. Notes: Merged: https://github.com/ruby/ruby/pull/3983 |