summaryrefslogtreecommitdiffstats
path: root/printf.h
Commit message (Expand)AuthorAgeFilesLines
* printf: Take a CFILE, not a FILETavian Barnes2021-10-091-4/+4
* Include what I useTavian Barnes2020-11-121-1/+0
* printf: Adjust some calling conventionsTavian Barnes2020-10-061-10/+10
* Rename struct cmdline to bfs_ctxTavian Barnes2020-09-271-7/+9
* bftw: Pass a const struct BFTW * to the callbackTavian Barnes2019-05-051-1/+1
* bftw: Add a caching stat() API to struct BFTWTavian Barnes2019-05-041-12/+4
* Add some documentation commentsTavian Barnes2019-02-091-0/+4
* Update copyright datesTavian Barnes2018-09-241-1/+1
* stat: New wrapper around the stat() familyTavian Barnes2018-01-081-1/+1
* Re-license under the BSD Zero Clause LicenseTavian Barnes2017-07-271-10/+15
* Don't parse the mount table until it's neededTavian Barnes2017-04-291-1/+1
* Implement -fstypeTavian Barnes2017-04-231-3/+4
* Make a printf()-style API for colored messagesTavian Barnes2017-03-111-3/+3
* Implement -printf/-fprintfTavian Barnes2017-02-051-0/+62