Bump to version 1.22.1
[platform/upstream/busybox.git] / coreutils / du.c
2012-12-14 Denys Vlasenkodu: document incompatibility with standard tool
2012-03-05 Denys Vlasenkodu: trim help text a bit more
2012-03-05 Denys Vlasenkodu: remove stray whitespace in help text
2012-02-28 Ian Wienanddu: use long long for size field
2011-09-20 Denys Vlasenkoadd INIT_G()'s. No code changes.
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2009-10-12 Denys Vlasenkolibbb/human_readable.c: shrink; and reduce bss usage
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2008-11-11 Denis Vlasenkodu: fix "du /dir /dir" case
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-03-17 Denis Vlasenko*: shrink: use Vladimir's "o+" specifier instead of...
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-03 Denis Vlasenkodu: remove statics (by Bernhard Fischer <rep.dot.nop...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-05 Bernhard Reutner... - fix segfault in reset_ino_dev_hashtable() when *hasht...
2007-03-14 Denis Vlasenkomissed hunk of "stop using big static buffer for inode...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #1
2006-12-18 Denis Vlasenkodu: dietlibc compat fix, style fixes. Thanks to sampo...
2006-10-27 Denis Vlasenkoreshuffle libbb.h contents so that order of decls makes...
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-08-28 Bernhard Reutner... - pull from busybox_scratch: r15829:15850
2006-08-03 Rob LandleyThese should have been part of 15767 too.
2006-04-25 Rob LandleyConvert a chunk of usage.h to USE_ and SKIP_ (more...
2006-04-12 Bernhard Reutner... - add and use bb_opendir(), bb_xopendir().
2006-01-31 "Vladimir N. Oleynik"avoid signed<->unsigned warning
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-10 Glenn L McGrathWhen displaying the size in 1kB blocks round up if...
2004-03-10 Glenn L McGrathPatch by Seth W. Klein, the -l switch was reversed
2003-06-20 Eric Andersenlast_patch89 from vodz:
2003-05-26 Glenn L McGrathVodz, last_patch_86
2003-03-19 Manuel Novoa III Major coreutils update.
2002-08-23 Aaron Lehmannmove some globals to bss
2002-08-23 Glenn L McGrathRun through indent
2002-04-06 Eric AndersenPatch from Edward Betts <edward@debian.org> to add...
2001-12-17 Matt KraaiMake cp and mv optionally preserve hard links.
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-06-30 Eric AndersenFix a silly logic error which caused symlinks to be...
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