| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-23 | Autoformat everything with clang-format | Bruce Hill | |
| 2025-08-23 | Lots of cleanups | Bruce Hill | |
| 2025-08-09 | Deprecate cords from the gc library in favor of dogfooding Text from the | Bruce Hill | |
| Tomo standard library. | |||
| 2025-05-11 | Add new system for tracking versions. | Bruce Hill | |
| 2025-04-28 | Remove remaining printf references | Bruce Hill | |
| 2025-04-27 | Update stdlib to use `print` instead of `printf` in all cases. This | Bruce Hill | |
| means bringing in fpconv to do float-to-string conversion and a few updates to integer and number methods for string formatting. | |||
| 2025-04-15 | Bring back TCC support! | Bruce Hill | |
| 2025-04-14 | Reworking of stack traces (back to using addr2line) for compatibility | Bruce Hill | |
| and improved output quality | |||
| 2025-04-03 | Deprecate heap_strf | Bruce Hill | |
| 2025-03-28 | Fix printf specifiers on mac | Bruce Hill | |
| 2025-03-28 | Change format specifiers | Bruce Hill | |
| 2025-03-28 | Tweak format strings | Bruce Hill | |
| 2025-03-28 | Remove uppercase octal | Bruce Hill | |
| 2025-03-27 | Deprecate custom printf specifiers in favor of print() function that | Bruce Hill | |
| uses _Generic() to generically convert any value to a string or print as a string. | |||
