Age | Commit message (Expand) | Author |
2000-08-11 | Add optional ls file sorting, thanks to a patch from | Eric Andersen |
2000-08-10 | Some #include updates. | Eric Andersen |
2000-08-02 | Cleaner way to handle -NUM and +NUM, reduces the mem usage as well. | Eric Andersen |
2000-08-02 | Minor cleanup thingy. fprintf(stderr, ...) -> errorMsg(). | Mark Whitley |
2000-08-02 | Brand, new version of cut. This fixes the bugs in the old cut, is smaller, and | Mark Whitley |
2000-08-02 | Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net> | Eric Andersen |
2000-07-31 | Commit the rewrite of tail by Allen Soard | Eric Andersen |
2000-07-28 | Fixed to pass -Wundef | Pavel Roskin |
2000-07-28 | Fix for a potential uninitialized variable, thx to | Eric Andersen |
2000-07-28 | Some cleanups, based on a patch from Ken Chalmers | Eric Andersen |
2000-07-26 | Fixed a syntax error & superfluous param decl that was causing the build to | Mark Whitley |
2000-07-26 | Fix some bitrot. | Eric Andersen |
2000-07-25 | Use BB_FEATURE_CLEAN_UP where appropriate | Eric Andersen |
2000-07-24 | chroot can now call the builtin shell | Pavel Roskin |
2000-07-20 | Converted option parsing to using getopt(). Also managed to remove an | Mark Whitley |
2000-07-20 | Whoops. Forgot to #include <getopt.h>. | Mark Whitley |
2000-07-19 | Converted option parsing to getopt() and made some minor formatting changes. | Mark Whitley |
2000-07-19 | Centralize handling of --help. | Matt Kraai |
2000-07-19 | Add usage messages for applets without them. | Matt Kraai |
2000-07-19 | Use FatalError() | Eric Andersen |
2000-07-17 | Moved functions used by "lsmod" from cat.c to utility.c | Pavel Roskin |
2000-07-17 | The result of getopt() is "int" and should be treated as such | Pavel Roskin |
2000-07-16 | Extract usage information into a separate file. | Matt Kraai |
2000-07-14 | Don't use strings directly in calls to usage(). This is in preparation | Matt Kraai |
2000-07-14 | Getopt'ed by Marc Nijdam <marc_nijdam@hp.com> | Eric Andersen |
2000-07-14 | Getopt'rd by Marc Nijdam <marc_nijdam@hp.com> | Eric Andersen |
2000-07-14 | More cleanups. | Eric Andersen |
2000-07-14 | Fix argument parsing. | Matt Kraai |
2000-07-14 | Use errorMsg rather than fprintf. | Matt Kraai |
2000-07-13 | Fix uninitialized variable. | Eric Andersen |
2000-07-13 | From Matt Kraai <kraai@alumni.carnegiemellon.edu> | Eric Andersen |
2000-07-13 | Correct argument parsing and other minor cleanups. | Matt Kraai |
2000-07-12 | Always report the applet name when doing error reporting. | Matt Kraai |
2000-07-12 | Use global applet_name instead of local versions. | Matt Kraai |
2000-07-12 | Use global applet_name instead of local versions. | Matt Kraai |
2000-07-11 | Re-enable ln -n in the help. | Eric Andersen |
2000-07-11 | Another patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>: | Eric Andersen |
2000-07-10 | Comment on kernel stuff | Eric Andersen |
2000-07-10 | Remove yet more kernel header dependancies. | Eric Andersen |
2000-07-10 | Remove unused variable. | Eric Andersen |
2000-07-10 | From Matt Kraai <kraai@alumni.carnegiemellon.edu>: | Eric Andersen |
2000-07-10 | Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>: | Eric Andersen |
2000-07-09 | More portability updates. Now compiles cleanly vs glibc, libc5, and uclibc | Eric Andersen |
2000-07-08 | Update files to reduce dependance on kernel version... | Eric Andersen |
2000-07-06 | Remove MAXNAMLEN and use BUFSIZ instead. | Eric Andersen |
2000-07-05 | Remove misguided klude around for 2.4.x-test* brokenness. Al Viro | Eric Andersen |
2000-07-05 | * Fix to tr so it recognizes standard escape sequences. Merged common | Eric Andersen |
2000-07-03 | Added support for ignoring '-g' per GNU ls, thanks to David Vrabel | Eric Andersen |
2000-06-28 | Yanked out the cstring_alloc() and cstring_lineFromFile() functions from | Mark Whitley |
2000-06-26 | Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport. | Eric Andersen |