Age | Commit message (Expand) | Author |
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 |
2001-04-24 | Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunately | Eric Andersen |
2001-04-24 | Use generic flag names. | Matt Kraai |
2001-04-23 | Rewrite cp and mv to be SUSv2 compliant. | Matt Kraai |
2001-04-23 | Simplify pathname building, in which a bug was noted by Larry Doolittle, | Matt Kraai |
2001-04-19 | Fix buffer underrun noted and solved by Larry Doolittle. | Matt Kraai |
2001-04-17 | Applied patch from I.Q. to add sort -u as a feature. | Mark Whitley |
2001-04-17 | Changed line[strlen(line) - 1] = '\0'; to chomp(line); | Mark Whitley |
2001-04-17 | Applied patch from I.Q. to fix problem with sort -n. | Mark Whitley |
2001-04-14 | Handle endian-ness. Patch from Paul J.Y. Lahaie <pjlahaie@linuxcare.com> | Eric Andersen |
2001-04-12 | Fix dos2unix/tr problem noted by Larry Doolittle. | Matt Kraai |
2001-04-12 | use tmpfile() and revert my previous changes... convert() belongs here | Glenn L McGrath |
2001-04-12 | Move convert to libbb | Glenn L McGrath |
2001-04-11 | Vladimir's patch to reverse previous patch | Glenn L McGrath |
2001-04-09 | Apply Vladimir's latest cleanup patch. | Eric Andersen |
2001-04-05 | more FILE_OFFSET_BITS == 64 adjustments. | Eric Andersen |
2001-04-05 | A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few | Eric Andersen |
2001-04-03 | Place a temporary bandaid on the ls/du/df human-readable issue. This method is | Eric Andersen |
2001-03-29 | Add in a new standalone env applet for fixing up app's environments | Eric Andersen |
2001-03-28 | Fix ls so it uses make_human_readable_str() the same way already | Eric Andersen |
2001-03-27 | Applied patch from David Douthitt to fix problem where ls reports half the | Mark Whitley |
2001-03-23 | -Wshadow tr fix from Jeff Garzik | Eric Andersen |