| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-11 | Update dependencies for addition of set.h to public headers | Jeremy Evans | |
| 2025-05-08 | Add depend files under ext/-test- | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/13272 | |||
| 2024-10-10 | Cast via `uintptr_t` function pointer between object pointer | Nobuyoshi Nakada | |
| 2023-12-15 | stop warnings from running the test case requiring .so twice | Satoshi Tagomori | |
| 2023-12-14 | rb_ext_resolve_symbol: C API to resolve and return externed symbols [Feature ↵ | Satoshi Tagomori | |
| #20005] This is a C API for extensions to resolve and get function symbols of other extensions. Extensions can check the expected symbol is correctly loaded and accessible, and use it if it is available. Otherwise, extensions can raise their own error to guide users to setup their environments correctly and what's missing. | |||
