Age | Commit message (Expand) | Author |
2001-07-28 | Rewrite based on wget uuencode function. | Glenn L McGrath |
2001-07-25 | This fixes dos2unix and unix2dos so they behave as expected. dos2unix | Eric Andersen |
2001-07-22 | Some patches to make dietlibc work... | Eric Andersen |
2001-07-19 | Some adjustments, mostly from David McCullough <davidm@lineo.com> to | Eric Andersen |
2001-07-12 | Patch from vodz: | Eric Andersen |
2001-07-10 | Patch for md5sum from Aaron Lehmann <aaronl@vitelus.com> to slim | Eric Andersen |
2001-07-10 | Cleanup from vodz | Eric Andersen |
2001-07-09 | Patch from vodz to support 'tr a-z A-Z' syntax. | Eric Andersen |
2001-07-02 | Per patch from vodz, change a couple of consts to defines, since | Eric Andersen |
2001-06-30 | Pad the human readable output for 'ls -sh' to 6 chars, since we will | Eric Andersen |
2001-06-30 | Fix a silly logic error which caused symlinks to be printed twice, and | Eric Andersen |
2001-06-30 | Fixed scaling problems involving make_human_readable_str. | Manuel Novoa III |
2001-06-30 | ls -s was reporting bytes instead of blocks. | Manuel Novoa III |
2001-06-29 | A really nice patch from Manuel Novoa III for compile time | Eric Andersen |
2001-06-29 | Add some missing includes to kill warnings when building with the default | Manuel Novoa III |
2001-06-26 | A patch from Erik Meusel <erik@wh58-709.st.uni-magdeburg.de> | Eric Andersen |
2001-06-25 | Fix up some warnings that show up on ppc | Eric Andersen |
2001-06-23 | These were broken when using dmalloc due to include file ordering | Eric Andersen |
2001-06-21 | Rewrote mkdir (and touched lots of things in the process). | Matt Kraai |
2001-06-13 | I reworked make_human_readable_str so it now has a sane interface, | Eric Andersen |
2001-06-01 | Vladimir's last_patch13, containing several bugfixes. | Eric Andersen |
2001-05-24 | Some more patchelttes from Larry Doolittle. | Mark Whitley |
2001-05-24 | Fix up some signed char vs int issues that show up on powerpc. | Eric Andersen |
2001-05-23 | Patch from larry to fix some grammar errors. | Eric Andersen |
2001-05-21 | Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug | Eric Andersen |
2001-05-18 | (Almost) brand-new version of cut that supports muitiple lists of positions, | Mark Whitley |
2001-05-17 | Fix applet_name. | Matt Kraai |
2001-05-17 | Fix invocation of builtin shell to have proper argc and argv. | Matt Kraai |
2001-05-16 | Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c | Matt Kraai |
2001-05-15 | Patch from Vladimir: | Eric Andersen |
2001-05-11 | This patch from Lars Kellogg-Stedman, fixes the behavior of | Eric Andersen |
2001-05-11 | Check that putenv succeeded, suggested by Jonas Holmberg. | Matt Kraai |
2001-05-11 | Fix handling of '-' option and way that variables are added to the | Matt Kraai |
2001-05-07 | Silence cut so it doesn't whine during compilation | Eric Andersen |
2001-05-07 | Patch from Vladimir to use last_char_is to simplify du.c | Eric Andersen |
2001-05-07 | Patch from Vladimir to remove testing stuff from stty | Eric Andersen |
2001-05-05 | Rewrite -c and -b processing to shrink code and eliminate buffer overrun. | Matt Kraai |
2001-05-03 | Remove summary header. Not present in GNU or SUSv2. | Matt Kraai |
2001-04-30 | Made new xreadlink function for libbb and changed applets to use it instead of | Mark Whitley |
2001-04-30 | These do not need initial values. Let them live in the bss. | Eric Andersen |
2001-04-26 | Fix handling of permission addition and removal (e.g., o-r). | Matt Kraai |
2001-04-26 | Doh. I never allocated storate for the struct stat I am using. | Eric Andersen |
2001-04-26 | Fix handling of -R flag. | Matt Kraai |
2001-04-26 | Another nice cleanup from Larry. This adds a new last_char_is() function and | Eric Andersen |
2001-04-26 | As Larry pointed out, this the off by one canbe fixed much more elegantly. | Eric Andersen |
2001-04-26 | Fix a silly off-by-one error noticed by Santiago Garcia Mantinan <manty@debia... | Eric Andersen |
2001-04-25 | Applied patch from I.Q. to add -s to cmp. | Mark Whitley |
2001-04-25 | Larry noticed that chown and chgrp has the version numbers off a bit | Eric Andersen |
2001-04-25 | Move messages.c to libbb. Make each string in messages.c be its own .o file. | Eric Andersen |
2001-04-24 | Rewrote rm. | Matt Kraai |