| Commit message (Expand) | Author | Age | Files | Lines |
* | Move messages.c to libbb. Make each string in messages.c be its own .o file. | andersen | 2001-04-25 | 9 | -31/+1 |
* | Rewrote rm. | kraai | 2001-04-24 | 2 | -109/+32 |
* | Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunately | andersen | 2001-04-24 | 3 | -0/+289 |
* | Use generic flag names. | kraai | 2001-04-24 | 2 | -18/+18 |
* | Rewrite cp and mv to be SUSv2 compliant. | kraai | 2001-04-23 | 2 | -0/+297 |
* | Simplify pathname building, in which a bug was noted by Larry Doolittle, | kraai | 2001-04-23 | 1 | -9/+9 |
* | Fix buffer underrun noted and solved by Larry Doolittle. | kraai | 2001-04-19 | 1 | -1/+1 |
* | Applied patch from I.Q. to add sort -u as a feature. | markw | 2001-04-17 | 1 | -7/+21 |
* | Changed line[strlen(line) - 1] = '\0'; to chomp(line); | markw | 2001-04-17 | 1 | -1/+1 |
* | Applied patch from I.Q. to fix problem with sort -n. | markw | 2001-04-17 | 1 | -3/+5 |
* | Handle endian-ness. Patch from Paul J.Y. Lahaie <pjlahaie@linuxcare.com> | andersen | 2001-04-14 | 1 | -1/+8 |
* | Fix dos2unix/tr problem noted by Larry Doolittle. | kraai | 2001-04-12 | 1 | -1/+1 |
* | use tmpfile() and revert my previous changes... convert() belongs here | bug1 | 2001-04-12 | 1 | -0/+84 |
* | Move convert to libbb | bug1 | 2001-04-12 | 1 | -91/+0 |
* | Vladimir's patch to reverse previous patch | bug1 | 2001-04-11 | 1 | -6/+6 |
* | Apply Vladimir's latest cleanup patch. | andersen | 2001-04-09 | 4 | -20/+17 |
* | more FILE_OFFSET_BITS == 64 adjustments. | andersen | 2001-04-05 | 1 | -1/+1 |
* | A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few | andersen | 2001-04-05 | 2 | -3/+3 |
* | Place a temporary bandaid on the ls/du/df human-readable issue. This method is | andersen | 2001-04-03 | 1 | -6/+9 |
* | Add in a new standalone env applet for fixing up app's environments | andersen | 2001-03-29 | 1 | -0/+97 |
* | Fix ls so it uses make_human_readable_str() the same way already | andersen | 2001-03-28 | 1 | -1/+1 |
* | Applied patch from David Douthitt to fix problem where ls reports half the | markw | 2001-03-27 | 1 | -2/+2 |
* | -Wshadow tr fix from Jeff Garzik | andersen | 2001-03-23 | 1 | -9/+9 |
* | A nice patch from Larry Doolittle that adds -Wshadow and | andersen | 2001-03-21 | 3 | -11/+11 |
* | Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> | andersen | 2001-03-19 | 3 | -3/+5 |
* | Simpify detection of no options. | andersen | 2001-03-19 | 1 | -1/+1 |
* | locale correction patch from Vladimir | andersen | 2001-03-19 | 1 | -20/+1 |
* | Should exclude "i" option when not enabled. | andersen | 2001-03-19 | 1 | -1/+1 |
* | Doesn't need a "-" option -- getopt does that for us. | andersen | 2001-03-19 | 1 | -4/+0 |
* | Patch from Vladimir to force interactiveFlag=FALSE when forceFlag=TRUE | andersen | 2001-03-19 | 1 | -3/+5 |
* | getopt-ify rm so that BB_FEATURE_RM_INTERACTIVE will work | andersen | 2001-03-19 | 1 | -34/+32 |
* | Credited Christophe Boyaniqu for interactive patch to rm. | markw | 2001-03-13 | 1 | -0/+4 |
* | Applied patch from Christophe Boyanique to add -i support to rm. | markw | 2001-03-13 | 1 | -0/+25 |
* | /* getopt not needed */ | markw | 2001-03-10 | 1 | -0/+2 |
* | Added some more '/* getopt not needed */' lines. | markw | 2001-03-09 | 3 | -0/+6 |
* | Fixed df.c so that nfs volumes will display properly (fixing bug #1113). | andersen | 2001-03-09 | 1 | -6/+10 |
* | Patch from Jeff Garzik marking a few 'getopt not needed' apps. | andersen | 2001-03-09 | 2 | -0/+4 |
* | A cleanup patch from Jeff Garzik to static-ify a number of | andersen | 2001-03-09 | 7 | -28/+28 |
* | Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup | andersen | 2001-03-09 | 7 | -1/+8 |
* | Eliminate superfluous test. | kraai | 2001-03-07 | 1 | -2/+0 |
* | Some minor cleanups to df.c. Also, with Erik's blessing, changed name of | markw | 2001-03-07 | 3 | -39/+42 |
* | Static-ify a variable. make du work with all the human-readable variants | andersen | 2001-03-07 | 2 | -6/+17 |
* | Fix up du so it behaves itself also. | andersen | 2001-03-07 | 1 | -2/+2 |
* | Fix up df so it works properly | andersen | 2001-03-07 | 1 | -10/+5 |
* | Fix up ls.c to ensure human readable works properly in all cases | andersen | 2001-03-07 | 1 | -5/+5 |
* | I made these little simplifications a while back, bug forgot to | andersen | 2001-03-06 | 2 | -7/+3 |
* | Applied patch from Vladimir N. Oleynik that fixes incorrect behaviour in | markw | 2001-03-02 | 1 | -249/+301 |
* | Patch from Vladimir N. Oleynik to save 128 bytes by moving error | andersen | 2001-02-27 | 1 | -3/+0 |
* | Add in kent robotti's updated dos2unix.c | andersen | 2001-02-22 | 1 | -38/+144 |
* | Make md5sum not display filename when reading stdin | andersen | 2001-02-22 | 1 | -1/+6 |