Matt Kraai
|
2d91deba45
Allow multiple shells to be enabled.
|
23 years ago |
Eric Andersen
|
7467c8d3b6
Patch from vodz:
|
23 years ago |
Eric Andersen
|
07abfe2092
don't whine if all we need to do is remove a bg job
|
23 years ago |
Eric Andersen
|
4b6b5e4314
Re-enable globbing (I'd accidentaly removed it) and finish off the last
|
23 years ago |
Eric Andersen
|
2d848a476a
This should finish off the job control issues with lash. Make certain
|
23 years ago |
Eric Andersen
|
8a646dd293
This commit guts lash, restoring it to what it was originally intended to do,
|
23 years ago |
Eric Andersen
|
77d9268892
Patch from larry to fix some grammar errors.
|
23 years ago |
Eric Andersen
|
004015e9c4
Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug
|
23 years ago |
Matt Kraai
|
59df6f7398
Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c
|
23 years ago |
Eric Andersen
|
cfa88ecb72
Fix up some silly warnings
|
23 years ago |
Eric Andersen
|
5f265b755a
Fix a segfault in lash, hush, and cmdedit. Each of these used
|
23 years ago |
Mark Whitley
|
4b541a8817
Moved some #ifdefs down below #include "busybox.h" where they belong.
|
23 years ago |
Eric Andersen
|
ed424dbf1d
Some patches from Gennady Feldman. Fixed a glob problem such that
|
23 years ago |
Matt Kraai
|
4ef40c02f4
Another banner consolidation from Larry Doolittle <ldoolitt@recycle.lbl.gov>.
|
24 years ago |
Matt Kraai
|
be66ad3212
Fix handling of '' and "".
|
24 years ago |
Eric Andersen
|
e5dfced23a
Apply Vladimir's latest cleanup patch.
|
24 years ago |
Matt Kraai
|
2129f97cd9
Avoid segfault when export is invoked with no arguments. Thanks to
|
24 years ago |
Eric Andersen
|
84e229cfbe
Add in a new standalone env applet for fixing up app's environments
|
24 years ago |
Mark Whitley
|
a82a00397f
Fix to last patch: locale code should be 9, not 7.
|
24 years ago |
Mark Whitley
|
1c6581a865
Applied patch from Vladimir N. Oleynik to add locale support to the shell per
|
24 years ago |
Eric Andersen
|
82ab8da245
-Wshadow sh fix from Jeff Garzik
|
24 years ago |
Eric Andersen
|
1ca20a7747
A nice patch from Larry Doolittle that adds -Wshadow and
|
24 years ago |
Eric Andersen
|
341744781a
Patch from Larry and Vladimir to clean up sh.c and fix
|
24 years ago |
Eric Andersen
|
4aaefc2a50
Fix from Larry for glob problems.
|
24 years ago |
Mark Whitley
|
730cdb1904
Reversed previous patch. The right way is to fix uClibc.
|
24 years ago |
Mark Whitley
|
0b57e28373
Applied patch from Andreas Neuhaus to fix namespace conflict that made busybox
|
24 years ago |
Eric Andersen
|
1ef92685cf
Yesterday I make strsep_space include post-token whitespace,
|
24 years ago |
Eric Andersen
|
ce4a586edb
I forgot to malloc space for the NULL.
|
24 years ago |
Mark Whitley
|
44a9914709
Applied patch from Larry Doolittle to fix '>\na\n' bug. Should close bug #1132
|
24 years ago |
Eric Andersen
|
4e7244e6b2
libc5 glob is pretty stupid and doesn't do GLOB_BRACE or GLOB_TILDE
|
24 years ago |