aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/print.h
AgeCommit message (Expand)Author
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
2025-04-15Bring back TCC support!Bruce Hill
2025-04-14Reworking of stack traces (back to using addr2line) for compatibilityBruce Hill
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