summaryrefslogtreecommitdiffstats
path: root/printf.h
Commit message (Collapse)AuthorAgeFilesLines
* Source / Include Folder (#88)トトも2022-04-161-68/+0
| | | Moved Source Files Into `src` Folder
* parse: Highlight command line errorsTavian Barnes2022-03-271-3/+6
|
* printf: Take a CFILE, not a FILETavian Barnes2021-10-091-4/+4
|
* Include what I useTavian Barnes2020-11-121-1/+0
| | | | Thanks to https://github.com/include-what-you-use/include-what-you-use
* printf: Adjust some calling conventionsTavian Barnes2020-10-061-10/+10
|
* Rename struct cmdline to bfs_ctxTavian Barnes2020-09-271-7/+9
| | | | | The API remains similar, with some added accessor functions for lazy initialization of the pwcache and mtab.
* 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
| | | | | This lets bfs transparently support the new statx() system call on Linux, giving it access to file birth times.
* 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
| | | | Fixes #6!
* Make a printf()-style API for colored messagesTavian Barnes2017-03-111-3/+3
|
* Implement -printf/-fprintfTavian Barnes2017-02-051-0/+62
Based on a patch by Fangrui Song <i@maskray.me>. Closes #16.