summaryrefslogtreecommitdiff
path: root/libc/stdio/vfwprintf.cpp
AgeCommit message (Expand)Author
2018-09-06Use strerror_r(3) for the printf family %m.Elliott Hughes
2018-08-30Add the %m GNU extension to printf/wprintf.Elliott Hughes
2018-08-15libc: enable -Wimplicit-fallthroughGeorge Burgess IV
2018-08-02Modernize codebase by replacing NULL with nullptrYi Kong
2018-03-07Call __fortify_fatal if printf sees %n.Elliott Hughes
2017-11-13Remove more trivial char/wchar_t printf differences.Elliott Hughes
2017-11-10Yet more printf de-duplication.Elliott Hughes
2017-11-08Move shared parts of the two printfs out.Elliott Hughes
2017-11-07More printf de-duplication.Elliott Hughes
2017-11-0310x printf speedup.Elliott Hughes
2017-11-02More printf de-duplication.Elliott Hughes
2017-11-01Start de-duplicating the regular and wide printf implementations.Elliott Hughes