Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Silence cut so it doesn't whine during compilation | Eric Andersen | 2001-05-07 | 1 | -1/+1 | |
| | ||||||
* | Patch from Vladimir to use last_char_is to simplify du.c | Eric Andersen | 2001-05-07 | 1 | -6/+5 | |
| | ||||||
* | Patch from Vladimir to remove testing stuff from stty | Eric Andersen | 2001-05-07 | 1 | -67/+0 | |
| | ||||||
* | Rewrite -c and -b processing to shrink code and eliminate buffer overrun. | Matt Kraai | 2001-05-05 | 1 | -14/+4 | |
| | ||||||
* | Remove summary header. Not present in GNU or SUSv2. | Matt Kraai | 2001-05-03 | 1 | -2/+1 | |
| | ||||||
* | Made new xreadlink function for libbb and changed applets to use it instead of | Mark Whitley | 2001-04-30 | 1 | -6/+6 | |
| | | | | readlink(2). | |||||
* | These do not need initial values. Let them live in the bss. | Eric Andersen | 2001-04-30 | 2 | -3/+3 | |
| | | | | -Erik | |||||
* | Fix handling of permission addition and removal (e.g., o-r). | Matt Kraai | 2001-04-26 | 1 | -9/+9 | |
| | ||||||
* | Doh. I never allocated storate for the struct stat I am using. | Eric Andersen | 2001-04-26 | 1 | -3/+3 | |
| | | | | | There was just a never initialized pointer. -Erik | |||||
* | Fix handling of -R flag. | Matt Kraai | 2001-04-26 | 3 | -0/+3 | |
| | ||||||
* | Another nice cleanup from Larry. This adds a new last_char_is() function and | Eric Andersen | 2001-04-26 | 1 | -1/+1 | |
| | | | | | | uses it to avoid possible buffer underruns whn strlen is zero, and avoid the possible space-hogging inline of strlen() in several cases. -Erik | |||||
* | As Larry pointed out, this the off by one canbe fixed much more elegantly. | Eric Andersen | 2001-04-26 | 3 | -3/+3 | |
| | ||||||
* | Fix a silly off-by-one error noticed by Santiago Garcia Mantinan ↵ | Eric Andersen | 2001-04-26 | 3 | -3/+3 | |
| | | | | | | <manty@debian.org> -Erik | |||||
* | Applied patch from I.Q. to add -s to cmp. | Mark Whitley | 2001-04-25 | 1 | -9/+23 | |
| | ||||||
* | Larry noticed that chown and chgrp has the version numbers off a bit | Eric Andersen | 2001-04-25 | 2 | -2/+2 | |
| | | | | for glibc's lchown support. Thanks Larry. | |||||
* | Move messages.c to libbb. Make each string in messages.c be its own .o file. | Eric Andersen | 2001-04-25 | 9 | -31/+1 | |
| | | | | | | | This way, we can new get rid of all that tedious #define rubbish we used to need to enable specific messages. This way is enormously simpler, and as a bonus also ends up saving us 96 bytes. -Erik | |||||
* | Rewrote rm. | Matt Kraai | 2001-04-24 | 2 | -109/+32 | |
| | ||||||
* | Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunately | Eric Andersen | 2001-04-24 | 3 | -0/+289 | |
| | | | | | | adds 384 bytes to the overall size. But having each app be standalone is the Right Thing(tm) so we will just have to live with it. -Erik | |||||
* | Use generic flag names. | Matt Kraai | 2001-04-24 | 2 | -18/+18 | |
| | ||||||
* | Rewrite cp and mv to be SUSv2 compliant. | Matt Kraai | 2001-04-23 | 2 | -0/+297 | |
| | ||||||
* | Simplify pathname building, in which a bug was noted by Larry Doolittle, | Matt Kraai | 2001-04-23 | 1 | -9/+9 | |
| | | | | | a patch was provided by Vladimir Oleynik, and am improved patch commited by me. | |||||
* | Fix buffer underrun noted and solved by Larry Doolittle. | Matt Kraai | 2001-04-19 | 1 | -1/+1 | |
| | ||||||
* | Applied patch from I.Q. to add sort -u as a feature. | Mark Whitley | 2001-04-17 | 1 | -7/+21 | |
| | ||||||
* | Changed line[strlen(line) - 1] = '\0'; to chomp(line); | Mark Whitley | 2001-04-17 | 1 | -1/+1 | |
| | ||||||
* | Applied patch from I.Q. to fix problem with sort -n. | Mark Whitley | 2001-04-17 | 1 | -3/+5 | |
| | ||||||
* | Handle endian-ness. Patch from Paul J.Y. Lahaie <pjlahaie@linuxcare.com> | Eric Andersen | 2001-04-14 | 1 | -1/+8 | |
| | | | | -Erik | |||||
* | Fix dos2unix/tr problem noted by Larry Doolittle. | Matt Kraai | 2001-04-12 | 1 | -1/+1 | |
| | ||||||
* | use tmpfile() and revert my previous changes... convert() belongs here | Glenn L McGrath | 2001-04-12 | 1 | -0/+84 | |
| | ||||||
* | Move convert to libbb | Glenn L McGrath | 2001-04-12 | 1 | -91/+0 | |
| | ||||||
* | Vladimir's patch to reverse previous patch | Glenn L McGrath | 2001-04-11 | 1 | -6/+6 | |
| | ||||||
* | Apply Vladimir's latest cleanup patch. | Eric Andersen | 2001-04-09 | 4 | -20/+17 | |
| | | | | -Erik | |||||
* | more FILE_OFFSET_BITS == 64 adjustments. | Eric Andersen | 2001-04-05 | 1 | -1/+1 | |
| | ||||||
* | A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few | Eric Andersen | 2001-04-05 | 2 | -3/+3 | |
| | | | | | | shadowed variables. Move (almost) all syscalls to libbb/syscalls.c, so I can handle them sanely and all at once. -Erik | |||||
* | Place a temporary bandaid on the ls/du/df human-readable issue. This method is | Eric Andersen | 2001-04-03 | 1 | -6/+9 | |
| | | | | | | | | | not going to scale up as well as I would like, and Matt Kraai and I have discussed a better long term solution. But for now this will at least make all the human-readable apps give correct answers. Please test the human readable/non-human readable options on your systems!!! -Erik | |||||
* | Add in a new standalone env applet for fixing up app's environments | Eric Andersen | 2001-03-29 | 1 | -0/+97 | |
| | | | | -Erik | |||||
* | Fix ls so it uses make_human_readable_str() the same way already | Eric Andersen | 2001-03-28 | 1 | -1/+1 | |
| | | | | | used by 'du' and 'df'. Now we just need to fix make_human_readable_str so it behaves they way it used to before Matt fixed it. | |||||
* | Applied patch from David Douthitt to fix problem where ls reports half the | Mark Whitley | 2001-03-27 | 1 | -2/+2 | |
| | | | | file size. Should close bug #1140. | |||||
* | -Wshadow tr fix from Jeff Garzik | Eric Andersen | 2001-03-23 | 1 | -9/+9 | |
| | ||||||
* | A nice patch from Larry Doolittle that adds -Wshadow and | Eric Andersen | 2001-03-21 | 3 | -11/+11 | |
| | | | | cleans up most of the now-revealed problems. | |||||
* | Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> | Eric Andersen | 2001-03-19 | 3 | -3/+5 | |
| | ||||||
* | Simpify detection of no options. | Eric Andersen | 2001-03-19 | 1 | -1/+1 | |
| | ||||||
* | locale correction patch from Vladimir | Eric Andersen | 2001-03-19 | 1 | -20/+1 | |
| | ||||||
* | Should exclude "i" option when not enabled. | Eric Andersen | 2001-03-19 | 1 | -1/+1 | |
| | ||||||
* | Doesn't need a "-" option -- getopt does that for us. | Eric Andersen | 2001-03-19 | 1 | -4/+0 | |
| | ||||||
* | Patch from Vladimir to force interactiveFlag=FALSE when forceFlag=TRUE | Eric Andersen | 2001-03-19 | 1 | -3/+5 | |
| | ||||||
* | getopt-ify rm so that BB_FEATURE_RM_INTERACTIVE will work | Eric Andersen | 2001-03-19 | 1 | -34/+32 | |
| | ||||||
* | Credited Christophe Boyaniqu for interactive patch to rm. | Mark Whitley | 2001-03-13 | 1 | -0/+4 | |
| | ||||||
* | Applied patch from Christophe Boyanique to add -i support to rm. | Mark Whitley | 2001-03-13 | 1 | -0/+25 | |
| | ||||||
* | /* getopt not needed */ | Mark Whitley | 2001-03-10 | 1 | -0/+2 | |
| | ||||||
* | Added some more '/* getopt not needed */' lines. | Mark Whitley | 2001-03-09 | 3 | -0/+6 | |
| |