Stop using TRUE and FALSE for exit status.
[oweals/busybox.git] / du.c
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-07-17 Pavel RoskinThe result of getopt() is "int" and should be treated...
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Eric AndersenGetopt'rd by Marc Nijdam <marc_nijdam@hp.com>
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-05-10 Erik Andersen* cp -fa now works as expected for symlinks (it didn...
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
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