summaryrefslogtreecommitdiffstats
path: root/parse.c
AgeCommit message (Expand)Author
2016-10-29Implement -perm.Tavian Barnes
2016-10-24parse: Use free_expr(expr), not free(expr).Tavian Barnes
2016-10-24Implement -ignore_readdir_race.Tavian Barnes
2016-10-24Check for POSIX timers before using them.Tavian Barnes
2016-10-02bftw: Add support for some exotic file types, where available.Tavian Barnes
2016-10-02parse: Ignore -- on the command line.Tavian Barnes
2016-09-06Give suggestions for operators too.Tavian Barnes
2016-09-05Use the two-star list augmenting method.Tavian Barnes
2016-09-04Require -{min,max}depth argument to be positive.Tavian Barnes
2016-09-04Implement typo detection for literals.Tavian Barnes
2016-09-04Use a table-driven parser for literals.Tavian Barnes
2016-07-13Implement -f PATH from BSD find.Tavian Barnes
2016-07-13Use a linked list to store the root paths.Tavian Barnes
2016-06-28Implement -D rates.Tavian Barnes
2016-06-19Use underscores.Tavian Barnes
2016-06-09Re-work optimization levels.Tavian Barnes
2016-06-09Allow flags like -L before ',' or ')' as pathnames.Tavian Barnes
2016-06-08Implement -fprint and -fprint0.Tavian Barnes
2016-06-08Optimize ( ! x , y ) <==> ( x , y )Tavian Barnes
2016-06-08Treat '-', ')', and ',' as paths when possible.Tavian Barnes
2016-06-07Remove redundant pure expressions from the top level.Tavian Barnes
2016-06-07Optimize using De Morgan's laws.Tavian Barnes
2016-06-07Warn on things like "-not -maxdepth 1".Tavian Barnes
2016-06-07Move purity optimizations to -O2.Tavian Barnes
2016-06-07Implement -D opt.Tavian Barnes
2016-06-07At -O3, replace command lines with no actions by -false.Tavian Barnes
2016-05-22Use complete sentences in error messages consistently.Tavian Barnes
2016-05-22Use argc/argv naming consistently.Tavian Barnes
2016-05-22Implement -{exec,ok}{,dir}.Tavian Barnes
2016-03-12Implement -size.Tavian Barnes
2016-03-05Implement -used.Tavian Barnes
2016-02-27Fix a typo that caused a segfault with missing arguments.Tavian Barnes
2016-02-27Implement (most of) -newerXY.Tavian Barnes
2016-02-27Fix -daystart to not round 0 upwards.Tavian Barnes
2016-02-23Implement -O.Tavian Barnes
2016-02-23Implement -D tree.Tavian Barnes
2016-02-22Implement -D stat.Tavian Barnes
2016-02-21Simplify double-negation.Tavian Barnes
2016-02-21Make optimizations based on the purity of predicates.Tavian Barnes
2016-02-18-follow is a positional option.Tavian Barnes
2016-02-17Initialize expr.cmp for -user and -group.Tavian Barnes
2016-02-16Add missing "error:" tag to error messages.Tavian Barnes
2016-02-14Implement -user and -group.Tavian Barnes
2016-02-14Refactor color handling.Tavian Barnes
2016-02-14Implement -lname and -ilname.Tavian Barnes
2016-02-14"Implement" -noleaf.Tavian Barnes
2016-02-14Implement -mount/-xdev.Tavian Barnes
2016-02-14Add brief -help and -version support.Tavian Barnes
2016-02-13Implement -iname and -ipath.Tavian Barnes
2016-02-13Implement -xtype.Tavian Barnes