More little stuff.
[oweals/busybox.git] / du.c
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-03-04 Erik AndersenA few updates (including the cp fix the Craig has been...
2000-02-21 Erik AndersenForgot to add basename. More fixes to du from
2000-02-19 Erik AndersenFixed du. Now behaves just like GNU du (only less...
2000-02-13 John Beppu- I suspect the problem has something to do w/ symlinks.
2000-02-11 Erik AndersenUpdates
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-23 Erik Andersen* added (and documented) "-n" option for head -
1999-12-17 Erik AndersenReworked the source so it will compile and run under...
1999-12-16 John Beppu killed an elusive bug in du -s.
1999-12-15 John Beppu Implemented du -s
1999-12-10 John Beppu Removed a redundant call du(); Save cpu cycles.
1999-12-10 John Beppu Fixed bug when dealing with files specified
1999-12-10 Eric AndersenFix beppu's email address.
1999-12-10 John Beppu Fleshed out du_main().
1999-12-09 John Beppu This is my preliminary