summaryrefslogtreecommitdiffstats
path: root/util.h
AgeCommit message (Collapse)Author
2017-04-24Release 1.01.0Tavian Barnes
2017-04-13util.h: Don't use a forward reference to enum bftw_typeflagTavian Barnes
Apparently that's not allowed in standard C.
2017-04-08Move bftw_typeflag converters to util.cTavian Barnes
2017-03-16Color link targets for -lsTavian Barnes
Fixes #18.
2017-03-11Implement -ls and -flsTavian Barnes
2017-01-31Don't trust st_size when reading symlinksTavian Barnes
Linux /proc, for example, reports a st_size of 0 for everything. It's nice to be able to use -lname on them anyway.
2016-12-18Implement -regex, -iregex, and -regextype/-ETavian Barnes
2016-12-16Fix the build on OpenIndianaTavian Barnes
2016-12-04Move portability code into util.hTavian Barnes
2016-11-14Check for readdir() errors everywhere.Tavian Barnes
2016-11-13Redirect stdin from /dev/null for -ok and -okdir.Tavian Barnes