summaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Cleaner way to handle -NUM and +NUM, reduces the mem usage as well.Eric Andersen2000-08-021-24/+25
* Minor cleanup thingy. fprintf(stderr, ...) -> errorMsg().Mark Whitley2000-08-021-2/+1
* Brand, new version of cut. This fixes the bugs in the old cut, is smaller, andMark Whitley2000-08-021-308/+171
* Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net>Eric Andersen2000-08-021-74/+93
* Commit the rewrite of tail by Allen SoardEric Andersen2000-07-311-1119/+245
* Fixed to pass -WundefPavel Roskin2000-07-281-1/+1
* Fix for a potential uninitialized variable, thx toEric Andersen2000-07-281-0/+1
* Some cleanups, based on a patch from Ken ChalmersEric Andersen2000-07-281-10/+13
* Fixed a syntax error & superfluous param decl that was causing the build toMark Whitley2000-07-261-1/+1
* Fix some bitrot.Eric Andersen2000-07-261-7/+7
* Use BB_FEATURE_CLEAN_UP where appropriateEric Andersen2000-07-251-1/+1
* chroot can now call the builtin shellPavel Roskin2000-07-241-0/+5
* Converted option parsing to using getopt(). Also managed to remove anMark Whitley2000-07-201-17/+17
* Whoops. Forgot to #include <getopt.h>.Mark Whitley2000-07-201-0/+1
* Converted option parsing to getopt() and made some minor formatting changes.Mark Whitley2000-07-191-18/+21
* Centralize handling of --help.Matt Kraai2000-07-194-12/+0
* Add usage messages for applets without them.Matt Kraai2000-07-192-0/+6
* Use FatalError()Eric Andersen2000-07-191-4/+2
* Moved functions used by "lsmod" from cat.c to utility.cPavel Roskin2000-07-171-15/+1
* The result of getopt() is "int" and should be treated as suchPavel Roskin2000-07-173-4/+4
* Extract usage information into a separate file.Matt Kraai2000-07-1640-471/+6
* Don't use strings directly in calls to usage(). This is in preparationMatt Kraai2000-07-147-57/+69
* Getopt'ed by Marc Nijdam <marc_nijdam@hp.com>Eric Andersen2000-07-142-52/+43
* Getopt'rd by Marc Nijdam <marc_nijdam@hp.com>Eric Andersen2000-07-141-21/+11
* More cleanups.Eric Andersen2000-07-143-18/+18
* Fix argument parsing.Matt Kraai2000-07-141-1/+1
* Use errorMsg rather than fprintf.Matt Kraai2000-07-1414-43/+39
* Fix uninitialized variable.Eric Andersen2000-07-131-1/+1
* From Matt Kraai <kraai@alumni.carnegiemellon.edu>Eric Andersen2000-07-131-24/+28
* Correct argument parsing and other minor cleanups.Matt Kraai2000-07-131-11/+11
* Always report the applet name when doing error reporting.Matt Kraai2000-07-128-20/+18
* Use global applet_name instead of local versions.Matt Kraai2000-07-123-3/+3
* Use global applet_name instead of local versions.Matt Kraai2000-07-121-5/+2
* Re-enable ln -n in the help.Eric Andersen2000-07-111-2/+0
* Another patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>:Eric Andersen2000-07-111-27/+2
* Comment on kernel stuffEric Andersen2000-07-101-4/+0
* Remove yet more kernel header dependancies.Eric Andersen2000-07-101-1/+1
* Remove unused variable.Eric Andersen2000-07-101-1/+1
* From Matt Kraai <kraai@alumni.carnegiemellon.edu>:Eric Andersen2000-07-102-10/+18
* Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>:Eric Andersen2000-07-101-2/+4
* More portability updates. Now compiles cleanly vs glibc, libc5, and uclibcEric Andersen2000-07-093-0/+10
* Update files to reduce dependance on kernel version...Eric Andersen2000-07-081-4/+4
* Remove MAXNAMLEN and use BUFSIZ instead.Eric Andersen2000-07-061-1/+1
* Remove misguided klude around for 2.4.x-test* brokenness. Al ViroEric Andersen2000-07-051-3/+0
* * Fix to tr so it recognizes standard escape sequences. Merged commonEric Andersen2000-07-052-33/+7
* Added support for ignoring '-g' per GNU ls, thanks to David VrabelEric Andersen2000-07-031-0/+2
* Yanked out the cstring_alloc() and cstring_lineFromFile() functions fromMark Whitley2000-06-281-2/+2
* Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.Eric Andersen2000-06-261-7/+23
* Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries inEric Andersen2000-06-261-0/+3
* Pavel Roskin <proski@gnu.org> just found a nasty memoryEric Andersen2000-06-221-1/+8