Age | Commit message (Expand) | Author |
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 |
2001-03-21 | A nice patch from Larry Doolittle that adds -Wshadow and | Eric Andersen |
2001-03-19 | Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> | Eric Andersen |
2001-03-19 | Simpify detection of no options. | Eric Andersen |
2001-03-19 | locale correction patch from Vladimir | Eric Andersen |
2001-03-19 | Should exclude "i" option when not enabled. | Eric Andersen |
2001-03-19 | Doesn't need a "-" option -- getopt does that for us. | Eric Andersen |
2001-03-19 | Patch from Vladimir to force interactiveFlag=FALSE when forceFlag=TRUE | Eric Andersen |
2001-03-19 | getopt-ify rm so that BB_FEATURE_RM_INTERACTIVE will work | Eric Andersen |
2001-03-13 | Credited Christophe Boyaniqu for interactive patch to rm. | Mark Whitley |
2001-03-13 | Applied patch from Christophe Boyanique to add -i support to rm. | Mark Whitley |
2001-03-10 | /* getopt not needed */ | Mark Whitley |
2001-03-09 | Added some more '/* getopt not needed */' lines. | Mark Whitley |
2001-03-09 | Fixed df.c so that nfs volumes will display properly (fixing bug #1113). | Eric Andersen |
2001-03-09 | Patch from Jeff Garzik marking a few 'getopt not needed' apps. | Eric Andersen |
2001-03-09 | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen |
2001-03-09 | Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup | Eric Andersen |
2001-03-07 | Eliminate superfluous test. | Matt Kraai |
2001-03-07 | Some minor cleanups to df.c. Also, with Erik's blessing, changed name of | Mark Whitley |
2001-03-07 | Static-ify a variable. make du work with all the human-readable variants | Eric Andersen |
2001-03-07 | Fix up du so it behaves itself also. | Eric Andersen |
2001-03-07 | Fix up df so it works properly | Eric Andersen |
2001-03-07 | Fix up ls.c to ensure human readable works properly in all cases | Eric Andersen |
2001-03-06 | I made these little simplifications a while back, bug forgot to | Eric Andersen |
2001-03-02 | Applied patch from Vladimir N. Oleynik that fixes incorrect behaviour in | Mark Whitley |
2001-02-27 | Patch from Vladimir N. Oleynik to save 128 bytes by moving error | Eric Andersen |
2001-02-22 | Add in kent robotti's updated dos2unix.c | Eric Andersen |
2001-02-22 | Make md5sum not display filename when reading stdin | Eric Andersen |