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