Age | Commit message (Expand) | Author |
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 |
2001-11-17 | David Kimdon <dwhedon@instant802.com> noticed a thinko | Eric Andersen |
2001-11-02 | Introduce od and hexdump applets | Glenn L McGrath |
2001-10-31 | Fixup some silly prototype warnings | Eric Andersen |
2001-10-24 | Split true and false into separate applets. | Matt Kraai |
2001-10-24 | Fixup the location of pwd.h and grp.h | Eric Andersen |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-10-18 | Scrub up some function prototypes. | Eric Andersen |
2001-10-05 | Use wfopen instead of fopen & error_msg, saves 64 bytes | Glenn L McGrath |
2001-10-05 | Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE. | Matt Kraai |
2001-08-29 | Add -p support. | Matt Kraai |
2001-08-29 | SUSv2 specifies that if the extension is identical to the basename, it | Matt Kraai |
2001-08-22 | Scrub things and ditch uint64_t and use a custom type name | Eric Andersen |
2001-08-21 | Fix dos2unix compile problem with certain glibc versions | Eric Andersen |
2001-08-09 | Remove BB_SH define entirely. | Matt Kraai |
2001-08-06 | Use ferror(3) to check for errors, rather than inspecting errno. Thanks to | Matt Kraai |
2001-08-02 | Fix up some silly messups with the debian packaging, and a dumb | Eric Andersen |
2001-08-02 | More libc5 fixups | Eric Andersen |
2001-08-02 | Latest patch from vodz. Adds a check for divide by zero in the posix | Eric Andersen |
2001-07-31 | Make formatting match GNU ls (we were including a spare ' ') | Eric Andersen |
2001-07-31 | Always write record counts to stderr. | Matt Kraai |
2001-07-29 | Fix permisions when reading from stdin | Glenn L McGrath |
2001-07-29 | Fix broken logic when wraping encoded data into rows, also simplifies it a bit | Glenn L McGrath |
2001-07-28 | The src buffer size has to be a multiple of 3 (as i noted, but didnt do). | Glenn L McGrath |