Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-29 | find: clarify and expand the help for find -type | Isaac Dunham | |
2013-04-26 | Fix find -mtime | Felix Janda | |
2013-04-21 | More find cleanup | Felix Janda | |
2013-04-20 | More find cleanup | Felix Janda | |
2013-04-18 | find: Improve operator processing | Felix Janda | |
2013-04-10 | More cleanup on find. | Rob Landley | |
2013-04-10 | Redo find's indenting from tabs to two spaces. | Rob Landley | |
2013-04-10 | Partial cleanup of find | Felix 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-13 | Remove more debug code from find. | Rob Landley | |
2013-03-13 | A couple quick fixes to find so I can try it out. | Rob Landley | |
2013-03-13 | Find by Gurang Shastri. | Rob Landley | |