| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2025-08-24 | Remove vim modelines | Bruce Hill | |
| 2025-08-23 | Lots of cleanups | Bruce Hill | |
| 2025-08-16 | Improved parsing and prefix/suffix matching using a `remainder` | Bruce Hill | |
| parameter | |||
| 2025-06-26 | Add get_bit() method for Ints and Bytes | Bruce Hill | |
| 2025-04-07 | Move clamped() and is_between() to proper functions (not just macros) | Bruce Hill | |
| 2025-04-07 | Add `is_between()` for various types | Bruce Hill | |
| 2025-04-07 | Add Byte.to() method and improved micro optimization of iterating over | Bruce Hill | |
| fixed-width integer ranges | |||
| 2025-03-21 | Move stdlib into src/ | Bruce Hill | |
