| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-30 | Add `base` parameter to integer parsing functions | Bruce Hill | |
| 2025-11-24 | Fix `from_num` incomplete renaming | Bruce Hill | |
| 2025-11-09 | Cut out a level of pointer indirection for integers by using underlying | Bruce Hill | |
| struct | |||
| 2025-10-25 | Compatibility fixes | Bruce Hill | |
| 2025-10-20 | Deduplicate Num code using the same templating technique as integers | Bruce Hill | |
| 2025-10-19 | Move integer implementation details into separate header/C files, backed | Bruce Hill | |
| by template headers that use an INT_BITS macro to redefine implementations for different int sizes. | |||
