diff options
author | Rob Landley <rob@landley.net> | 2017-10-22 11:42:59 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2017-10-22 11:42:59 -0500 |
commit | d4c890c1f7a50ee03be23282a93aceb4e4c50fcd (patch) | |
tree | 80374359d716b5e46f167fa7d8eca5c4860b4e75 /www/cleanup.html | |
parent | da07ae22d30fb176cf758fc358fee05071a89a35 (diff) | |
download | toybox-d4c890c1f7a50ee03be23282a93aceb4e4c50fcd.tar.gz |
I ended up writing a new find from scratch, so remove old unfinished cleanup log.
Diffstat (limited to 'www/cleanup.html')
-rw-r--r-- | www/cleanup.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/www/cleanup.html b/www/cleanup.html index 8a0b24be..9ca9719a 100644 --- a/www/cleanup.html +++ b/www/cleanup.html @@ -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> |