Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug #19289] Retain `ruby_abi_version` function | Nobuyoshi Nakada | 2023-01-20 | 1 | -2/+5 |
* | Reset ABI version [ci skip] | Nobuyoshi Nakada | 2022-12-26 | 1 | -1/+1 |
* | Move "special consts" so `Qundef` and `Qnil` differ just 1 bit | Nobuyoshi Nakada | 2022-10-20 | 1 | -1/+1 |
* | Stop defining `RUBY_ABI_VERSION` if released versions | Nobuyoshi Nakada | 2022-08-12 | 1 | -1/+5 |
* | Implement Objects on VWA | Peter Zhu | 2022-07-15 | 1 | -1/+1 |
* | Undefine RUBY_DLN_CHECK_ABI on cygwin | Daisuke Fujimura (fd0) | 2022-05-19 | 1 | -1/+1 |
* | [Feature #18634] Implement Arrays on Variable Width Allocation | Peter Zhu | 2022-03-22 | 1 | -1/+1 |
* | Wrap ruby_abi_version in `extern "C"` for C++ | Peter Zhu | 2022-03-01 | 1 | -0/+8 |
* | Only define RUBY_DLN_CHECK_ABI when supported | Peter Zhu | 2022-03-01 | 1 | -4/+2 |
* | [Feature #18249] Implement ABI checking | Peter Zhu | 2022-02-22 | 1 | -0/+45 |