summaryrefslogtreecommitdiffstats
path: root/util.c
AgeCommit message (Collapse)Author
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-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