aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2001-01-04Changed email address to codepoet.org, updated list of applets / docs IMark Whitley
2000-12-30Improvements from Vladimir N. Oleynik.Matt Kraai
2000-12-22Use busybox error handling functions wherever possible.Matt Kraai
2000-12-20Turns out, md5sum was broken anyways. It uses backwards TRUE/FALSEEric Andersen
2000-12-20Fix a warning in sh.c. Remove use of getline() in md5sum sinceEric Andersen
2000-12-20Rewrote.Matt Kraai
2000-12-18Rewrote dd.Matt Kraai
2000-12-18Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai
2000-12-18Add missing newlines to error messages.Matt Kraai
2000-12-13Fix from Matt Kraai -- a better way to NULL terminate strings for theEric Andersen
2000-12-12Patch from Matt Kraai to fix 'dirname /'Eric Andersen
2000-12-12du.c error msg cleanup from Kent RobottiEric Andersen
2000-12-11Patch from kent robotti to fix a buglet whereEric Andersen
2000-12-09Fix problem where 'du file_that_exists' doesn't work.Eric Andersen
2000-12-09Patch from Matt Kraai to implement uniq -[cdu]Eric Andersen
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley
2000-12-07Get rid of redundant TRUE and FALSE definitions.Matt Kraai
2000-12-06Patch from Matt Kraai to fix 'echo "1 2 3" | tr -s " "'Eric Andersen
2000-12-06Must compile before committing.Matt Kraai
2000-12-06Fix exit status on failure.Matt Kraai
2000-12-05Use perrorMsg instead of perror and keep removing files if we encounterMatt Kraai
2000-12-01Remove #ifdef __STDC__ junk. We don't do K&R round these parts,Eric Andersen
2000-12-01Stop using TRUE and FALSE for exit status.Matt Kraai
2000-11-29Apply the BSD echo version submitted by Jonas Holmberg <jonas.holmberg@axis.com>Eric Andersen
2000-11-29Apply rev #2 of dd fix from Gennady Feldman.Eric Andersen
2000-11-29Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to closeEric Andersen
2000-11-29Patch from Matt Kraai to fix an infinate loop with ls -aREric Andersen
2000-11-22Fix behavior when removal fails.Matt Kraai
2000-11-18Fixed user and group name listing.Matt Kraai
2000-11-17Applied patch from Brent Priddy <brent.priddy@adtran.com> to handle theMark Whitley
2000-11-17"I will always compile before I commit."Eric Andersen
2000-11-14Remove the BSD advertising clause, and replace it with a link to howEric Andersen
2000-10-29This was redundantEric Andersen
2000-10-28Make features independent.Matt Kraai
2000-10-28We also need to declare info if the USERNAMES feature is enabled.Matt Kraai
2000-10-25Fixed error handling and TRUE/FALSE usage.Matt Kraai
2000-10-25Cleaned up error handling and uses of TRUE/FALSE.Matt Kraai
2000-10-25Added a fatalPerror function to simplify error handling.Matt Kraai
2000-10-25Fix for bug #1068 from Kent RobottiGlenn L McGrath
2000-10-23Fix error messages.Matt Kraai
2000-10-19Piss people off by removing [+-][0-9]+ options from tail.Matt Kraai
2000-10-13Consolidate stat(2) and lstat(2) calls and error handling.Matt Kraai
2000-10-13Exit with failure status if we are unable to list any files orMatt Kraai
2000-10-12Apply a patch from Matt Kraai to fix buffer overrun and convert toEric Andersen
2000-10-09Added cmp and readlink applets from Matt Kraai.Mark Whitley
2000-10-09Patch from Matt Kraai so wc will return a proper error codeEric Andersen
2000-10-09Apply a patch from Matt Kraai:Eric Andersen
2000-10-04Patch from Matt Kraai: "When it encounters a problem creating a link, lnEric Andersen
2000-10-04Rewrite to use getopt and return instead of exit, a seperate function (fs_lin...Glenn L McGrath
2000-09-28+ shortened main() a little, and a few aesthetic cleanups here & there.John Beppu