don't whine if all we need to do is remove a bg job
[oweals/busybox.git] / du.c
2001-06-13 Eric AndersenI reworked make_human_readable_str so it now has a...
2001-06-01 Eric AndersenVladimir's last_patch13, containing several bugfixes.
2001-05-07 Eric AndersenPatch from Vladimir to use last_char_is to simplify...
2001-05-03 Matt KraaiRemove summary header. Not present in GNU or SUSv2.
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-04-09 Eric AndersenApply Vladimir's latest cleanup patch.
2001-03-09 Eric AndersenPatchs from Jeff Garzik <jgarzik@mandrakesoft.com>...
2001-03-07 Mark WhitleySome minor cleanups to df.c. Also, with Erik's blessing...
2001-03-07 Eric AndersenStatic-ify a variable. make du work with all the human...
2001-03-07 Eric AndersenFix up du so it behaves itself also.
2001-03-06 Eric AndersenI made these little simplifications a while back, bug...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-22 Richard JuneAdd HUMAN_READABLE define for -m and -h support in...
2001-01-18 Matt KraaiEliminate calls of the form "fprintf(stdout,". Thanks...
2000-12-12 Eric Andersendu.c error msg cleanup from Kent Robotti
2000-12-11 Eric AndersenPatch from kent robotti to fix a buglet where
2000-12-09 Eric AndersenFix problem where 'du file_that_exists' doesn't work.
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-06 Matt KraaiMust compile before committing.
2000-12-06 Matt KraaiFix exit status on failure.
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