aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2000-09-05Added expr, from Edward Betts <edward@debian.org>, with some fixupsEric Andersen
2000-08-28Rewritten by mistake.Matt Kraai
2000-08-25ar.c now uses a linked list to process headers, uses getopt, new internal fun...Glenn L McGrath
2000-08-22Fixed a warning about a label not being usedPavel Roskin
2000-08-22Fixed misuse of type "char"Pavel Roskin
2000-08-11Add optional ls file sorting, thanks to a patch fromEric Andersen
2000-08-10Some #include updates.Eric Andersen
2000-08-02Cleaner way to handle -NUM and +NUM, reduces the mem usage as well.Eric Andersen
2000-08-02Minor cleanup thingy. fprintf(stderr, ...) -> errorMsg().Mark Whitley
2000-08-02Brand, new version of cut. This fixes the bugs in the old cut, is smaller, andMark Whitley
2000-08-02Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net>Eric Andersen
2000-07-31Commit the rewrite of tail by Allen SoardEric Andersen
2000-07-28Fixed to pass -WundefPavel Roskin
2000-07-28Fix for a potential uninitialized variable, thx toEric Andersen
2000-07-28Some cleanups, based on a patch from Ken ChalmersEric Andersen
2000-07-26Fixed a syntax error & superfluous param decl that was causing the build toMark Whitley
2000-07-26Fix some bitrot.Eric Andersen
2000-07-25Use BB_FEATURE_CLEAN_UP where appropriateEric Andersen
2000-07-24chroot can now call the builtin shellPavel Roskin
2000-07-20Converted option parsing to using getopt(). Also managed to remove anMark Whitley
2000-07-20Whoops. Forgot to #include <getopt.h>.Mark Whitley
2000-07-19Converted option parsing to getopt() and made some minor formatting changes.Mark Whitley
2000-07-19Centralize handling of --help.Matt Kraai
2000-07-19Add usage messages for applets without them.Matt Kraai
2000-07-19Use FatalError()Eric Andersen
2000-07-17Moved functions used by "lsmod" from cat.c to utility.cPavel Roskin
2000-07-17The result of getopt() is "int" and should be treated as suchPavel Roskin
2000-07-16Extract usage information into a separate file.Matt Kraai
2000-07-14Don't use strings directly in calls to usage(). This is in preparationMatt Kraai
2000-07-14Getopt'ed by Marc Nijdam <marc_nijdam@hp.com>Eric Andersen
2000-07-14Getopt'rd by Marc Nijdam <marc_nijdam@hp.com>Eric Andersen
2000-07-14More cleanups.Eric Andersen
2000-07-14Fix argument parsing.Matt Kraai
2000-07-14Use errorMsg rather than fprintf.Matt Kraai
2000-07-13Fix uninitialized variable.Eric Andersen
2000-07-13From Matt Kraai <kraai@alumni.carnegiemellon.edu>Eric Andersen
2000-07-13Correct argument parsing and other minor cleanups.Matt Kraai
2000-07-12Always report the applet name when doing error reporting.Matt Kraai
2000-07-12Use global applet_name instead of local versions.Matt Kraai
2000-07-12Use global applet_name instead of local versions.Matt Kraai
2000-07-11Re-enable ln -n in the help.Eric Andersen
2000-07-11Another patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>:Eric Andersen
2000-07-10Comment on kernel stuffEric Andersen
2000-07-10Remove yet more kernel header dependancies.Eric Andersen
2000-07-10Remove unused variable.Eric Andersen
2000-07-10From Matt Kraai <kraai@alumni.carnegiemellon.edu>:Eric Andersen
2000-07-10Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>:Eric Andersen
2000-07-09More portability updates. Now compiles cleanly vs glibc, libc5, and uclibcEric Andersen
2000-07-08Update files to reduce dependance on kernel version...Eric Andersen
2000-07-06Remove MAXNAMLEN and use BUFSIZ instead.Eric Andersen