Commit Graph

4 Commits

Author SHA1 Message Date
Wildan M b93e24b1d6 Implement long double in printf 2026-03-04 22:03:31 +07:00
Josh Megnauth 728fb55203 Add %m to printf & fix CI
%m is a format specifier that prints an error string for errno. The
specifier is technically only for syslog, but musl and glibc implement
it for printf itself. Parsing for a single specifier in a single
function is error prone, especially when syslog itself is variadic.
2025-08-06 02:38:47 -04:00
GrayJack c7d94ae4d7 feat(c23): Implement %b and %B format 2025-03-22 20:15:56 -03:00
Jeremy Soller 393489b38b Add wcswidth and test 2022-12-16 17:39:06 -07:00