aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2004-01-23Enable long options, adds 150 bytes.Glenn L McGrath
2004-01-23Check valid options were givenGlenn L McGrath
2004-01-23Dont change ownership unless we created the directory.Glenn L McGrath
2004-01-23Remove unneeded conditions and logic, fix bug where ownership didntGlenn L McGrath
2004-01-18Fix a bug where `ls -le` would print the time twice.Glenn L McGrath
2004-01-18Use bb_getopt_ulflags, save 200-300 bytesGlenn L McGrath
2004-01-08Patch from Bastian Blank to fix debian bug #226722, test case: Glenn L McGrath
2003-12-31Batch from Bastian Blank to fix debian bug #216435;Glenn L McGrath
2003-12-08Bring usage upto date, patch by Steven ScholzGlenn L McGrath
2003-11-27Fix a bug, ignore the source path when installing to a directory.Glenn L McGrath
2003-11-21As we no longer use function pointers for read in common archiving codeGlenn L McGrath
2003-11-20Fix up the -s option, and make usage consitent with behaviour,Glenn L McGrath
2003-11-18woops, we needed that functionGlenn L McGrath
2003-11-18Only use getopt and associated flags if checking is enabledGlenn L McGrath
2003-11-18Replaced by md5_sha1_sum.cGlenn L McGrath
2003-11-18Replaced by md5_sha1_sum.cGlenn L McGrath
2003-11-10Merge common parts of sha1sum and md5sum, which is everything except theGlenn L McGrath
2003-11-07As vodz pointed out, setting unset_env to NULL is sufficientEric Andersen
2003-11-06Rewrite, 800+ bytes smaller and more robust.Glenn L McGrath
2003-11-04Fix oversight with CONFIG_FEATURE_AUTOWIDTH handlingEric Andersen
2003-11-03Set unset_env pointing to a NULL item, to prevent us from walkingEric Andersen
2003-10-31Move the tail -c option from FANCY_TAIL to the default tail, this makesGlenn L McGrath
2003-10-31Remove config options for sort -u and sort -r, they are always enabledGlenn L McGrath
2003-10-29Accept the -c option and do nothingGlenn L McGrath
2003-10-22Disable any buffering to stdoutEric Andersen
2003-10-22Andreas Mohr writes:Eric Andersen
2003-10-09Patch from Steven Scholz, fix some warningsGlenn L McGrath
2003-09-24Add the -d optionGlenn L McGrath
2003-09-24Add the "install" applet, move get_ug_id to libbb as its used by chown,Glenn L McGrath
2003-09-15Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen
2003-09-08Patch from Jean WolterGlenn L McGrath
2003-09-08Preserve suid/sgid bitsGlenn L McGrath
2003-09-02move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath
2003-08-29vodz, last patch 103Glenn L McGrath
2003-08-26Woops, depend on SHA1 not the optionGlenn L McGrath
2003-08-26SHA1 options depend on SHA1Glenn L McGrath
2003-08-19TypoGlenn L McGrath
2003-08-13Remove unnecessary pointer dereference.Manuel Novoa III
2003-08-09Adjust Erik's change, as I don't claim copyright of the applet.Manuel Novoa III
2003-08-08Remove unnecessary defamatory commentEric Andersen
2003-08-08Fix a stupid bug I introduced several months agoEric Andersen
2003-07-28last_patch98 from vodz:Eric Andersen
2003-07-26There should be only one instance of CONFIG_FEATURE_AUTOWIDTHEric Andersen
2003-07-23Set the tm_isdst flag to -1 before calling mktime(). Otherwise, the currentManuel Novoa III
2003-07-22eliminate DOSTATIC, DODEBUG, etc and name them sensiblyEric Andersen
2003-07-22Remove remaining libc5 support codeEric Andersen
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-07-14Patch from Thomas Cameron:Eric Andersen
2003-07-14Michael Sternberg writes:Eric Andersen
2003-07-05Patch from Kent Robotti adding a bunch of needed docs!Eric Andersen