summaryrefslogtreecommitdiff
path: root/libfmt
AgeCommit message (Collapse)Author
2025-05-06wip: Build with -Wconversionlukeshu/safe-conversionLuke T. Shumaker
I think this found a real bug in the dhcp packet parser. I don't think anything called lib9p_str{,n}() values that could be big enough, but their bounds-checking was broken.
2025-05-06Merge libobj into libmiscLuke T. Shumaker
2025-04-13libfmt: Fix flushing on host buildsLuke T. Shumaker
2025-04-05SYSTEM headers don't get strict GCC checks, so change them to PUBLICLuke T. Shumaker
2025-04-05libfmt: Insert carriage returns when bypassing the usual stuffLuke T. Shumaker
2025-04-05libobj, libmisc/private.h: Allow+force semicolonsLuke T. Shumaker
2025-04-02libfmt: Add %q to quote stringsLuke T. Shumaker
2025-04-02libfmt: Add %v for libobj to implementLuke T. Shumaker
2025-04-02Add libfmt to bypass output buffering for libmisc:assertLuke T. Shumaker