aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2001-02-01Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined.Mark Whitley
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai
2001-01-31Cleanup patch from Vladimir N. Oleynik.Eric Andersen
2001-01-30Fix a stupid typo -- bug found by Larry Doolittle.Eric Andersen
2001-01-30Fix ls behavior for broken or very narrow terminals. Fix my_*Eric Andersen
2001-01-29Fix missing header file.Matt Kraai
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
2001-01-27Add in a patch to make busybox use the normal pwd.h and grp.hEric Andersen
2001-01-26Fix my braindamage -- remove termios and sighandling since they are notEric Andersen
2001-01-26I am an idiot. Looking over my patch, ls doesn't need to do anythingEric Andersen
2001-01-26Make cin be staticEric Andersen
2001-01-26Make ls understand termios.Eric Andersen
2001-01-25Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.Eric Andersen
2001-01-25Apply a patch from Brent Priddy <brent.priddy@adtran.com> to addEric Andersen
2001-01-24more bugs fixed -- found doing regression testingEric Andersen
2001-01-24Remove the warning messages. By consensus, netkit-tiny doesn'tEric Andersen
2001-01-24Fix spelling. s/maintainence/maintenance/Eric Andersen
2001-01-23#define -> static const int. Also got rid of some big static buffers.Mark Whitley
2001-01-22Fix silly typoEric Andersen
2001-01-22Warn about apps that will be going away in release 0.50Eric Andersen
2001-01-22Add HUMAN_READABLE define for -m and -h support in du, df, and lsRichard June
2001-01-18Eliminate calls of the form "fprintf(stdout,". Thanks for the idea toMatt Kraai
2001-01-17Complicate truncate behavior.Matt Kraai
2001-01-05Turned some #define constants into static const ints.Mark Whitley
2001-01-05Rewrote tail.Matt Kraai
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