| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-10 | Add `NUM2PTR` and `PTR2NUM` macros | Nobuyoshi Nakada | |
| These macros have been defined here and there, so collect them. | |||
| 2024-10-08 | Cast via `uintptr_t` function pointer between object pointer | Nobuyoshi Nakada | |
| - ISO C forbids conversion of function pointer to object pointer type - ISO C forbids conversion of object pointer to function pointer type | |||
| 2024-03-24 | Use dedicated methods to abort | Nobuyoshi Nakada | |
| When `RUBY_DEBUG` is set, accessing a class in an invalid object will cause a breakpoint trap instead of a segfault on some implementations. | |||
