summaryrefslogtreecommitdiff
path: root/include/ruby/internal/abi.h
AgeCommit message (Expand)Author
2024-02-04Do not define ABI version in statically linked objectsNobuyoshi Nakada
2023-01-20[Bug #19289] Retain `ruby_abi_version` functionNobuyoshi Nakada
2022-12-26Reset ABI version [ci skip]Nobuyoshi Nakada
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