2001-08-09 |
Matt Kraai | Remove BB_SH define entirely. |
tree | commitdiff |
2001-08-06 |
Matt Kraai | Use ferror(3) to check for errors, rather than inspecti... |
tree | commitdiff |
2001-08-02 |
Eric Andersen | Fix up some silly messups with the debian packaging... 0_60_0 |
tree | commitdiff |
2001-08-02 |
Eric Andersen | More libc5 fixups |
tree | commitdiff |
2001-08-02 |
Eric Andersen | Latest patch from vodz. Adds a check for divide by... |
tree | commitdiff |
2001-07-31 |
Eric Andersen | Make formatting match GNU ls (we were including a spare... |
tree | commitdiff |
2001-07-31 |
Matt Kraai | Always write record counts to stderr. |
tree | commitdiff |
2001-07-29 |
Glenn L McGrath | Fix permisions when reading from stdin |
tree | commitdiff |
2001-07-29 |
Glenn L McGrath | Fix broken logic when wraping encoded data into rows... |
tree | commitdiff |
2001-07-28 |
Glenn L McGrath | The src buffer size has to be a multiple of 3 (as i... |
tree | commitdiff |
2001-07-28 |
Glenn L McGrath | Rewrite based on wget uuencode function. |
tree | commitdiff |
2001-07-25 |
Eric Andersen | This fixes dos2unix and unix2dos so they behave as... |
tree | commitdiff |
2001-07-22 |
Eric Andersen | Some patches to make dietlibc work... |
tree | commitdiff |
2001-07-19 |
Eric Andersen | Some adjustments, mostly from David McCullough <davidm... |
tree | commitdiff |
2001-07-12 |
Eric Andersen | Patch from vodz: |
tree | commitdiff |
2001-07-10 |
Eric Andersen | Patch for md5sum from Aaron Lehmann <aaronl@vitelus... |
tree | commitdiff |
2001-07-10 |
Eric Andersen | Cleanup from vodz |
tree | commitdiff |
2001-07-09 |
Eric Andersen | Patch from vodz to support 'tr a-z A-Z' syntax. |
tree | commitdiff |
2001-07-02 |
Eric Andersen | Per patch from vodz, change a couple of consts to defin... |
tree | commitdiff |
2001-06-30 |
Eric Andersen | Pad the human readable output for 'ls -sh' to 6 chars... |
tree | commitdiff |
2001-06-30 |
Eric Andersen | Fix a silly logic error which caused symlinks to be... |
tree | commitdiff |
2001-06-30 |
Manuel Novoa III | Fixed scaling problems involving make_human_readable_str. |
tree | commitdiff |
2001-06-30 |
Manuel Novoa III | ls -s was reporting bytes instead of blocks. |
tree | commitdiff |
2001-06-29 |
Eric Andersen | A really nice patch from Manuel Novoa III for compile... |
tree | commitdiff |
2001-06-29 |
Manuel Novoa III | Add some missing includes to kill warnings when buildin... |
tree | commitdiff |
2001-06-26 |
Eric Andersen | A patch from Erik Meusel <erik@wh58-709.st.uni-magdebur... |
tree | commitdiff |
2001-06-25 |
Eric Andersen | Fix up some warnings that show up on ppc |
tree | commitdiff |
2001-06-23 |
Eric Andersen | These were broken when using dmalloc due to include... |
tree | commitdiff |
2001-06-21 |
Matt Kraai | Rewrote mkdir (and touched lots of things in the process). |
tree | commitdiff |
2001-06-13 |
Eric Andersen | I reworked make_human_readable_str so it now has a... |
tree | commitdiff |
2001-06-01 |
Eric Andersen | Vladimir's last_patch13, containing several bugfixes. |
tree | commitdiff |
2001-05-24 |
Mark Whitley | Some more patchelttes from Larry Doolittle. |
tree | commitdiff |
2001-05-24 |
Eric Andersen | Fix up some signed char vs int issues that show up... |
tree | commitdiff |
2001-05-23 |
Eric Andersen | Patch from larry to fix some grammar errors. |
tree | commitdiff |
2001-05-21 |
Eric Andersen | Patch from Lars Kellogg-Stedman <lars@larsshack.org... |
tree | commitdiff |
2001-05-18 |
Mark Whitley | (Almost) brand-new version of cut that supports muitipl... |
tree | commitdiff |
2001-05-17 |
Matt Kraai | Fix applet_name. |
tree | commitdiff |
2001-05-17 |
Matt Kraai | Fix invocation of builtin shell to have proper argc... |
tree | commitdiff |
2001-05-16 |
Matt Kraai | Change 'printf("%s\n", ...)' into 'puts(...)'. Noted... |
tree | commitdiff |
2001-05-15 |
Eric Andersen | Patch from Vladimir: |
tree | commitdiff |
2001-05-11 |
Eric Andersen | This patch from Lars Kellogg-Stedman, fixes the behavior of |
tree | commitdiff |
2001-05-11 |
Matt Kraai | Check that putenv succeeded, suggested by Jonas Holmberg. |
tree | commitdiff |
2001-05-11 |
Matt Kraai | Fix handling of '-' option and way that variables are... |
tree | commitdiff |
2001-05-07 |
Eric Andersen | Silence cut so it doesn't whine during compilation |
tree | commitdiff |
2001-05-07 |
Eric Andersen | Patch from Vladimir to use last_char_is to simplify... |
tree | commitdiff |
2001-05-07 |
Eric Andersen | Patch from Vladimir to remove testing stuff from stty |
tree | commitdiff |
2001-05-05 |
Matt Kraai | Rewrite -c and -b processing to shrink code and elimina... |
tree | commitdiff |
2001-05-03 |
Matt Kraai | Remove summary header. Not present in GNU or SUSv2. |
tree | commitdiff |
2001-04-30 |
Mark Whitley | Made new xreadlink function for libbb and changed apple... |
tree | commitdiff |
2001-04-30 |
Eric Andersen | These do not need initial values. Let them live in... |
tree | commitdiff |
2001-04-26 |
Matt Kraai | Fix handling of permission addition and removal (e... |
tree | commitdiff |
2001-04-26 |
Eric Andersen | Doh. I never allocated storate for the struct stat... |
tree | commitdiff |
2001-04-26 |
Matt Kraai | Fix handling of -R flag. |
tree | commitdiff |
2001-04-26 |
Eric Andersen | Another nice cleanup from Larry. This adds a new last_... |
tree | commitdiff |
2001-04-26 |
Eric Andersen | As Larry pointed out, this the off by one canbe fixed... |
tree | commitdiff |
2001-04-26 |
Eric Andersen | Fix a silly off-by-one error noticed by Santiago Garcia... |
tree | commitdiff |
2001-04-25 |
Mark Whitley | Applied patch from I.Q. to add -s to cmp. |
tree | commitdiff |
2001-04-25 |
Eric Andersen | Larry noticed that chown and chgrp has the version... |
tree | commitdiff |
2001-04-25 |
Eric Andersen | Move messages.c to libbb. Make each string in messages... |
tree | commitdiff |
2001-04-24 |
Matt Kraai | Rewrote rm. |
tree | commitdiff |
2001-04-24 |
Eric Andersen | Split up chmod_chown_chgrp.c into 3 separate apps.... |
tree | commitdiff |
2001-04-24 |
Matt Kraai | Use generic flag names. |
tree | commitdiff |
2001-04-23 |
Matt Kraai | Rewrite cp and mv to be SUSv2 compliant. |
tree | commitdiff |
2001-04-23 |
Matt Kraai | Simplify pathname building, in which a bug was noted... |
tree | commitdiff |
2001-04-19 |
Matt Kraai | Fix buffer underrun noted and solved by Larry Doolittle. |
tree | commitdiff |
2001-04-17 |
Mark Whitley | Applied patch from I.Q. to add sort -u as a feature. |
tree | commitdiff |
2001-04-17 |
Mark Whitley | Changed line[strlen(line) - 1] = '\0'; to chomp(line); |
tree | commitdiff |
2001-04-17 |
Mark Whitley | Applied patch from I.Q. to fix problem with sort -n. |
tree | commitdiff |
2001-04-14 |
Eric Andersen | Handle endian-ness. Patch from Paul J.Y. Lahaie <pjlah... |
tree | commitdiff |
2001-04-12 |
Matt Kraai | Fix dos2unix/tr problem noted by Larry Doolittle. |
tree | commitdiff |
2001-04-12 |
Glenn L McGrath | use tmpfile() and revert my previous changes... convert... |
tree | commitdiff |
2001-04-12 |
Glenn L McGrath | Move convert to libbb |
tree | commitdiff |
2001-04-11 |
Glenn L McGrath | Vladimir's patch to reverse previous patch |
tree | commitdiff |
2001-04-09 |
Eric Andersen | Apply Vladimir's latest cleanup patch. |
tree | commitdiff |
2001-04-05 |
Eric Andersen | more FILE_OFFSET_BITS == 64 adjustments. |
tree | commitdiff |
2001-04-05 |
Eric Andersen | A number of cleanups. Now compiles with libc5, glibc... |
tree | commitdiff |
2001-04-03 |
Eric Andersen | Place a temporary bandaid on the ls/du/df human-readabl... |
tree | commitdiff |
2001-03-29 |
Eric Andersen | Add in a new standalone env applet for fixing up app... |
tree | commitdiff |
2001-03-28 |
Eric Andersen | Fix ls so it uses make_human_readable_str() the same... |
tree | commitdiff |
2001-03-27 |
Mark Whitley | Applied patch from David Douthitt to fix problem where... |
tree | commitdiff |
2001-03-23 |
Eric Andersen | -Wshadow tr fix from Jeff Garzik |
tree | commitdiff |
2001-03-21 |
Eric Andersen | A nice patch from Larry Doolittle that adds -Wshadow and |
tree | commitdiff |
2001-03-19 |
Eric Andersen | Another cleanup patch from Jeff Garzik <jgarzik@mandrak... |
tree | commitdiff |
2001-03-19 |
Eric Andersen | Simpify detection of no options. |
tree | commitdiff |
2001-03-19 |
Eric Andersen | locale correction patch from Vladimir |
tree | commitdiff |
2001-03-19 |
Eric Andersen | Should exclude "i" option when not enabled. |
tree | commitdiff |
2001-03-19 |
Eric Andersen | Doesn't need a "-" option -- getopt does that for us. |
tree | commitdiff |
2001-03-19 |
Eric Andersen | Patch from Vladimir to force interactiveFlag=FALSE... |
tree | commitdiff |
2001-03-19 |
Eric Andersen | getopt-ify rm so that BB_FEATURE_RM_INTERACTIVE will... |
tree | commitdiff |
2001-03-13 |
Mark Whitley | Credited Christophe Boyaniqu for interactive patch... |
tree | commitdiff |
2001-03-13 |
Mark Whitley | Applied patch from Christophe Boyanique to add -i suppo... |
tree | commitdiff |
2001-03-10 |
Mark Whitley | /* getopt not needed */ |
tree | commitdiff |
2001-03-09 |
Mark Whitley | Added some more '/* getopt not needed */' lines. |
tree | commitdiff |
2001-03-09 |
Eric Andersen | Fixed df.c so that nfs volumes will display properly... |
tree | commitdiff |
2001-03-09 |
Eric Andersen | Patch from Jeff Garzik marking a few 'getopt not needed... |
tree | commitdiff |
2001-03-09 |
Eric Andersen | A cleanup patch from Jeff Garzik to static-ify a number of |
tree | commitdiff |
2001-03-09 |
Eric Andersen | Patchs from Jeff Garzik <jgarzik@mandrakesoft.com>... |
tree | commitdiff |
2001-03-07 |
Matt Kraai | Eliminate superfluous test. |
tree | commitdiff |
2001-03-07 |
Mark Whitley | Some minor cleanups to df.c. Also, with Erik's blessing... |
tree | commitdiff |
2001-03-07 |
Eric Andersen | Static-ify a variable. make du work with all the human... |
tree | commitdiff |
next |