Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-13 | Upates to include copyright 2000 to everything | Erik Andersen | |
-Erik | |||
2000-03-04 | A few updates (including the cp fix the Craig has been looking for) | Erik Andersen | |
-Erik | |||
2000-02-21 | Forgot to add basename. More fixes to du from | Erik Andersen | |
Friedrich Vedder <fwv@myrtle.lahn.de>. -Erik | |||
2000-02-19 | Fixed du. Now behaves just like GNU du (only less so). | Erik Andersen | |
-Erik | |||
2000-02-13 | - I suspect the problem has something to do w/ symlinks. | John Beppu | |
- It's not completely in agreement w/ GNU/du, but + the answer is much closer than before. - Some of the right-shifts seem to have mysteriously disappeared. I put them back in. | |||
2000-02-11 | Updates | Erik Andersen | |
-Erik | |||
2000-02-08 | Some formatting updates (ran the code through indent) | Erik Andersen | |
-Erik | |||
2000-02-07 | A few minor updates. ;-) | Erik Andersen | |
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik | |||
2000-01-23 | * added (and documented) "-n" option for head - | Erik Andersen | |
contributed Friedrich Vedder <fwv@myrtle.lahn.de> * Cleanup for a number of usage messages -- also contributed Friedrich Vedder <fwv@myrtle.lahn.de> -Erik | |||
1999-12-17 | Reworked the source so it will compile and run under glibc 2.0.7 | Erik Andersen | |
and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik | |||
1999-12-16 | killed an elusive bug in du -s. | John Beppu | |
1999-12-15 | Implemented du -s | John Beppu | |
1999-12-10 | Removed a redundant call du(); Save cpu cycles. | John Beppu | |
1999-12-10 | Fixed bug when dealing with files specified | John Beppu | |
on the command line that didn't exist. | |||
1999-12-10 | Fix beppu's email address. | Eric Andersen | |
BTW, John, go to sleep. It is late. :) -Erik | |||
1999-12-10 | Fleshed out du_main(). | John Beppu | |
I'm not sure which options to support. | |||
1999-12-09 | This is my preliminary | John Beppu | |
du implementation. It was written from scratch (doesn't use recursiveAction). I still need to flesh out du_main(). |