aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/print.h
AgeCommit message (Collapse)Author
2025-08-25Update file header commentsBruce Hill
2025-08-24Remove vim modelinesBruce Hill
2025-08-23Autoformat everything with clang-formatBruce Hill
2025-08-23Lots of cleanupsBruce Hill
2025-08-09Deprecate cords from the gc library in favor of dogfooding Text from theBruce Hill
Tomo standard library.
2025-05-11Add new system for tracking versions.Bruce Hill
2025-04-28Remove remaining printf referencesBruce Hill
2025-04-27Update stdlib to use `print` instead of `printf` in all cases. ThisBruce 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-15Bring back TCC support!Bruce Hill
2025-04-14Reworking of stack traces (back to using addr2line) for compatibilityBruce Hill
and improved output quality
2025-04-03Deprecate heap_strfBruce Hill
2025-03-28Fix printf specifiers on macBruce Hill
2025-03-28Change format specifiersBruce Hill
2025-03-28Tweak format stringsBruce Hill
2025-03-28Remove uppercase octalBruce Hill
2025-03-27Deprecate custom printf specifiers in favor of print() function thatBruce Hill
uses _Generic() to generically convert any value to a string or print as a string.