I ended up writing a new find from scratch, so remove old unfinished cleanup log.

This commit is contained in:
Rob Landley 2017-10-22 11:42:59 -05:00
parent da07ae22d3
commit d4c890c1f7

View File

@ -11,7 +11,6 @@
<li><a href=#uuencode>uuencode</a></li>
<li><a href=#uudecode>uudecode</a></li>
<li><a href=#ifconfig>ifconfig</a></li>
<li><a href=#find>find</a></li>
</ul>
</ul>
@ -238,26 +237,6 @@ ifconfig_main() table logic to fold more if/else parts into the table</a></li>
<p>Status: COMPLETE.</p>
<h1><a href=/hg/toybox/log/tip/toys/pending/find.c>find</a></h1>
<pre>
814 Initial version by Gurang Shastri.
815
816
847 Felix Janda
848 Whitespace (reindent from tabs -> 2 spaces)
849 More cleanup
867 Felix Janda Improve operator processing.
874 Felix Janda
875 Felix Janda
887 Felix Janda fix -mtime
</pre>
<ul>
<li>commit: <a href=/hg/toybox/rev/849>849</a>,
description: <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-April/000895.html>here</a></li>
</ul>
<p>Status: in progress.</p>
<h1><a href=/hg/toybox/log/917/toys/pending/stat.c>stat</a></h1>