Age | Commit message (Expand) | Author |
2002-09-30 | Vodz' last_patch57: | Eric Andersen |
2002-09-28 | make_directory() will fail instantly so we dont need to test for failure here | Glenn L McGrath |
2002-09-17 | Sane-ify the screen clearing stuff. | Eric Andersen |
2002-09-16 | Watch applet by Michael Habermann | Glenn L McGrath |
2002-08-23 | move some globals to bss | Aaron Lehmann |
2002-08-23 | Run through indent, fix comments | Glenn L McGrath |
2002-08-23 | Run through indent, fix comments | Glenn L McGrath |
2002-08-23 | Run through indent, specify cast | Glenn L McGrath |
2002-08-23 | Run through indent | Glenn L McGrath |
2002-08-22 | Run through indent, fix BB_ define | Glenn L McGrath |
2002-08-05 | - updated a few copyright/left file headers | Robert Griebl |
2002-07-30 | Added the -I (isofmt) options to date, which comes in handy for scripts | Robert Griebl |
2002-07-19 | Applied vodz' patches #49 and #50 (with a small correction in runshell.c) | Robert Griebl |
2002-07-11 | Fixup warnings and undefined operations that show up in gcc-3.1 | Eric Andersen |
2002-07-03 | Scrub pwd.h and grp.h handling so we don't have to play any | Eric Andersen |
2002-07-03 | Little fix to avoid overflow | Eric Andersen |
2002-06-23 | Remove advertising clauses in accordance with | Aaron Lehmann |
2002-06-15 | Fix a potential macro expansion problem... isspace can be | Eric Andersen |
2002-06-15 | Don't use pointless GNU-isms | Eric Andersen |
2002-06-06 | last_patch41 from vodz to fix stty -F and similar | Eric Andersen |
2002-05-29 | Include busybox.h before testing CONFIG_LOCALE_SUPPORT. | Manuel Novoa III |
2002-05-27 | Added include for isdigit(); simplified -<num> detection | Robert Griebl |
2002-05-17 | SUpport old style -[::digit::] options for head and tail | Robert Griebl |
2002-05-01 | fix and shrink uuencode | Tim Riker |
2002-04-27 | Fix silly combinitorial oversight | Eric Andersen |
2002-04-27 | Support noerror option | Eric Andersen |
2002-04-26 | Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com> | Eric Andersen |
2002-04-17 | ls could mis-color certain entries when previous commands | Eric Andersen |
2002-04-13 | Update some missing copyright notices | Eric Andersen |
2002-04-06 | Patch from Edward Betts <edward@debian.org> to add -x switch to du.c | Eric Andersen |
2002-04-06 | Apply lash_patch35 from vodz, which brings several nice size_optimizations. | Eric Andersen |
2002-03-25 | Work around compiler/assembler problem and reduce code size at the same time. | Manuel Novoa III |
2002-03-20 | Eliminate extra trailing space | Eric Andersen |
2002-03-20 | Patch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl> to provide | Eric Andersen |
2002-03-08 | list_single: Declare scratch iff CONFIG_FEATURE_LS_USERNAME is defined. | Matt Kraai |
2002-03-08 | * fileutils/ls.c (showfiles): Display multiple short names on a line. | Matt Kraai |
2002-02-05 | * fileutils/dd.c (dd_main): Ignore ftruncate error if the output is not a | Matt Kraai |
2001-12-20 | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | Matt Kraai |
2001-12-20 | Avoid printing a trailing blank character. | Matt Kraai |
2001-12-17 | Make cp and mv optionally preserve hard links. | Matt Kraai |
2001-12-11 | Use an int to hold the result of fgetc (bug noted by David Kimdon). | Matt Kraai |
2001-12-07 | Continue processing files if we are asked to touch, but not create, a file | Matt Kraai |
2001-12-07 | Update copyright and close file descriptors (noted by Axel Kittenberger). | Matt Kraai |
2001-12-06 | Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au> | Eric Andersen |
2001-12-05 | Combined size reduction changes by Glenn and myself. Added back in "unknown" | Manuel Novoa III |
2001-11-21 | Minor space saving improvments | Glenn L McGrath |
2001-11-21 | When just counting chars of a file stat file instead of reading the whole fil... | Glenn L McGrath |
2001-11-21 | woops. dotn pass NULL | Glenn L McGrath |
2001-11-21 | Simplify print function, prints an extra space if no filename, but saves 4 bytes | Glenn L McGrath |
2001-11-21 | Use enums for selected functionality, Reduce the size by nearly 100 Bytes | Glenn L McGrath |