summaryrefslogtreecommitdiff
path: root/include/ruby/internal/abi.h
Commit message (Expand)AuthorAgeFilesLines
* [Bug #19289] Retain `ruby_abi_version` functionNobuyoshi Nakada2023-01-201-2/+5
* Reset ABI version [ci skip]Nobuyoshi Nakada2022-12-261-1/+1
* Move "special consts" so `Qundef` and `Qnil` differ just 1 bitNobuyoshi Nakada2022-10-201-1/+1
* Stop defining `RUBY_ABI_VERSION` if released versionsNobuyoshi Nakada2022-08-121-1/+5
* Implement Objects on VWAPeter Zhu2022-07-151-1/+1
* Undefine RUBY_DLN_CHECK_ABI on cygwinDaisuke Fujimura (fd0)2022-05-191-1/+1
* [Feature #18634] Implement Arrays on Variable Width AllocationPeter Zhu2022-03-221-1/+1
* Wrap ruby_abi_version in `extern "C"` for C++Peter Zhu2022-03-011-0/+8
* Only define RUBY_DLN_CHECK_ABI when supportedPeter Zhu2022-03-011-4/+2
* [Feature #18249] Implement ABI checkingPeter Zhu2022-02-221-0/+45