summaryrefslogtreecommitdiff
path: root/include/ruby/internal/abi.h
AgeCommit message (Expand)Author
2023-01-25merge revision(s) 6f3aff3961a4c5ce87e05096a1a9dcf1055b7647: [Backport #19289]NARUSE, Yui
2022-10-20Move "special consts" so `Qundef` and `Qnil` differ just 1 bitNobuyoshi Nakada
2022-08-12Stop defining `RUBY_ABI_VERSION` if released versionsNobuyoshi Nakada
2022-07-15Implement Objects on VWAPeter Zhu
2022-05-19Undefine RUBY_DLN_CHECK_ABI on cygwinDaisuke Fujimura (fd0)
2022-03-22[Feature #18634] Implement Arrays on Variable Width AllocationPeter Zhu
2022-03-01Wrap ruby_abi_version in `extern "C"` for C++Peter Zhu
2022-03-01Only define RUBY_DLN_CHECK_ABI when supportedPeter Zhu
2022-02-22[Feature #18249] Implement ABI checkingPeter Zhu