aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/find.c
AgeCommit message (Collapse)Author
2013-04-26Fix find -mtimeFelix Janda
2013-04-21More find cleanupFelix Janda
2013-04-20More find cleanupFelix Janda
2013-04-18find: Improve operator processingFelix Janda
2013-04-10More cleanup on find.Rob Landley
2013-04-10Redo find's indenting from tabs to two spaces.Rob Landley
2013-04-10Partial cleanup of findFelix Janda
- Remove unnecessary headers - dump_node is not used anywhere - exec_buf is unused - Replace SUCCESS with 1 and simplify code accordingly - a==0 -> !a - Simplify an incremation pattern using pre-increments - Add static keyword to functions - Make error messages print to stderr
2013-03-13Remove more debug code from find.Rob Landley
2013-03-13A couple quick fixes to find so I can try it out.Rob Landley
2013-03-13Find by Gurang Shastri.Rob Landley