summaryrefslogtreecommitdiff
path: root/coreutils/du.c
AgeCommit message (Expand)AuthorFilesLines
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen1-2/+2
2000-05-10* cp -fa now works as expected for symlinks (it didn't before)Erik Andersen1-4/+7
2000-04-28Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen1-4/+3
2000-04-13Upates to include copyright 2000 to everythingErik Andersen1-2/+2
2000-03-04A few updates (including the cp fix the Craig has been looking for)Erik Andersen1-60/+11
2000-02-21Forgot to add basename. More fixes to du fromErik Andersen1-8/+39
2000-02-19Fixed du. Now behaves just like GNU du (only less so).Erik Andersen1-4/+58
2000-02-13- I suspect the problem has something to do w/ symlinks.John Beppu1-2/+2
2000-02-11UpdatesErik Andersen1-2/+6
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen1-91/+94
2000-02-07A few minor updates. ;-)Erik Andersen1-14/+20
2000-01-23* added (and documented) "-n" option for head -Erik Andersen1-2/+2
1999-12-17Reworked the source so it will compile and run under glibc 2.0.7Erik Andersen1-4/+1
1999-12-16 killed an elusive bug in du -s.John Beppu1-2/+2
1999-12-15 Implemented du -sJohn Beppu1-6/+31
1999-12-10 Removed a redundant call du(); Save cpu cycles.John Beppu1-2/+2
1999-12-10 Fixed bug when dealing with files specifiedJohn Beppu1-3/+9
1999-12-10Fix beppu's email address.Eric Andersen1-2/+2
1999-12-10 Fleshed out du_main().John Beppu1-6/+38
1999-12-09 This is my preliminaryJohn Beppu1-0/+83