summaryrefslogtreecommitdiffstats
path: root/eval.c
AgeCommit message (Expand)Author
2016-02-14s/color_table/colors/.Tavian Barnes
2016-02-14Refactor color handling.Tavian Barnes
2016-02-14Implement -lname and -ilname.Tavian Barnes
2016-02-14Add brief -help and -version support.Tavian Barnes
2016-02-14Don't stop early just because deleting failed.Tavian Barnes
2016-02-13Implement -iname and -ipath.Tavian Barnes
2016-02-13Fix -name handling when the root has trailing slashes.Tavian Barnes
2016-02-13Implement -xtype.Tavian Barnes
2016-02-13Follow links if appropriate in predicates.Tavian Barnes
2016-02-12Check the number of open FDs at the start.Tavian Barnes
2016-02-12Consolidate some error reporting logic.Tavian Barnes
2016-02-12Use 'cmdline' instead of 'cl'.Tavian Barnes
2016-02-12Report failures that happen inside predicates.Tavian Barnes
2016-02-11Keep one fd free for the predicates themselves.Tavian Barnes
2016-02-10Implement -samefile.Tavian Barnes
2016-02-04Implement -links.Tavian Barnes
2016-02-04Implement -inum.Tavian Barnes
2016-02-04Implement -[ac]?newer.Tavian Barnes
2016-02-04Implements -daystart.Tavian Barnes
2016-02-04Refactor how -[acm]{min,time} are handled.Tavian Barnes
2016-02-04Don't use typedefs to avoid struct/enum tags.Tavian Barnes
2016-02-02Add -gid and -uid support.Tavian Barnes
2016-02-02Add -[acm]{min,time} support.Tavian Barnes
2016-01-30Implement -empty.Tavian Barnes
2015-11-29Split out parsing code.Tavian Barnes