summaryrefslogtreecommitdiffstats
path: root/printf.c
AgeCommit message (Expand)Author
2017-09-16opt: Separate optimization from parsingTavian Barnes
2017-08-27printf: Save some lines in time specifier parsingTavian Barnes
2017-07-27Re-license under the BSD Zero Clause LicenseTavian Barnes
2017-07-09Handle ENOTDIR the same as ENOENTTavian Barnes
2017-06-10printf: Fix embedded nul bytesTavian Barnes
2017-04-29Don't parse the mount table until it's neededTavian Barnes
2017-04-23Implement -fstypeTavian Barnes
2017-04-08Move bftw_typeflag converters to util.cTavian Barnes
2017-03-11Implement -ls and -flsTavian Barnes
2017-03-11Make a printf()-style API for colored messagesTavian Barnes
2017-03-11Implement -printf %Ak, %Ck, and %TkTavian Barnes
2017-02-09bftw: Make the nameoff of "///" point to "/"Tavian Barnes
2017-02-08Add support for -x?type with multiple typesTavian Barnes
2017-02-07Add some missing perror() callsTavian Barnes
2017-02-06Fix a memory leak parsing -printfTavian Barnes
2017-02-05Implement -printf/-fprintfTavian Barnes