Allow multiple shells to be enabled.
[platform/upstream/busybox.git] / lash.c
2001-08-01 Matt KraaiAllow multiple shells to be enabled.
2001-07-12 Eric AndersenPatch from vodz:
2001-06-27 Eric Andersendon't whine if all we need to do is remove a bg job
2001-06-27 Eric AndersenRe-enable globbing (I'd accidentaly removed it) and...
2001-06-25 Eric AndersenThis should finish off the job control issues with...
2001-06-21 Eric AndersenThis commit guts lash, restoring it to what it was...
2001-05-23 Eric AndersenPatch from larry to fix some grammar errors.
2001-05-21 Eric AndersenPatch from Lars Kellogg-Stedman <lars@larsshack.org...
2001-05-16 Matt KraaiChange 'printf("%s\n", ...)' into 'puts(...)'. Noted...
2001-05-11 Eric AndersenFix up some silly warnings
2001-05-11 Eric AndersenFix a segfault in lash, hush, and cmdedit. Each of...
2001-04-25 Mark WhitleyMoved some #ifdefs down below #include "busybox.h"...
2001-04-23 Eric AndersenSome patches from Gennady Feldman. Fixed a glob proble...
2001-04-12 Matt KraaiAnother banner consolidation from Larry Doolittle ...
2001-04-12 Matt KraaiFix handling of '' and "".
2001-04-09 Eric AndersenApply Vladimir's latest cleanup patch.
2001-04-04 Matt KraaiAvoid segfault when export is invoked with no arguments...
2001-03-29 Eric AndersenAdd in a new standalone env applet for fixing up app...
2001-03-27 Mark WhitleyFix to last patch: locale code should be 9, not 7.
2001-03-27 Mark WhitleyApplied patch from Vladimir N. Oleynik to add locale...
2001-03-23 Eric Andersen-Wshadow sh fix from Jeff Garzik
2001-03-21 Eric AndersenA nice patch from Larry Doolittle that adds -Wshadow and
2001-03-17 Eric AndersenPatch from Larry and Vladimir to clean up sh.c and fix
2001-03-15 Eric AndersenFix from Larry for glob problems.
2001-03-15 Mark WhitleyReversed previous patch. The right way is to fix uClibc.
2001-03-15 Mark WhitleyApplied patch from Andreas Neuhaus to fix namespace...
2001-03-14 Eric AndersenYesterday I make strsep_space include post-token whites...
2001-03-14 Eric AndersenI forgot to malloc space for the NULL.
2001-03-14 Mark WhitleyApplied patch from Larry Doolittle to fix '>\na\n'...
2001-03-14 Eric Andersenlibc5 glob is pretty stupid and doesn't do GLOB_BRACE...
2001-03-14 Mark Whitley - Changed name of BB_FEATURE_SIMPLE_PROMPT to BB_FEATU...
2001-03-13 Eric AndersenUpdate the lash shell (hopefully the last time...)...
2001-03-12 Eric AndersenA fix from Larry Doolittle for some nasty segfaults...
2001-03-10 Eric AndersenWhen using wordexp, only try to use the expand command
2001-03-09 Eric AndersenFixed a couple more cases. $FOO/bar ${FOO} and such...
2001-03-09 Eric AndersenAllow wordexp to be used if available
2001-03-09 Eric AndersenUrg. Remove the debug noise
2001-03-09 Eric AndersenOk, sh.c should be working now. Many thanks to Larry...
2001-03-09 Eric AndersenFix sh.c for the glab case. I was messing things up for
2001-03-09 Eric AndersenA '.' is a legal seperator.
2001-03-09 Eric AndersenCleanup patch from Larry
2001-03-08 Eric AndersenAdd in 'trim' routine. Fix up sh.c so it works when...
2001-03-08 Eric AndersenRemember to delete un-expandable variables, and do...
2001-03-08 Eric AndersenRework environment variable handling to use wordexp...
2001-03-07 Eric Andersenremove an unused variable
2001-03-06 Eric AndersenFix the memory leak. No really this time.
2001-03-06 Eric AndersenFix func prototype
2001-03-06 Eric AndersenFixed a memory leak in lash. It seems that close_all...
2001-03-06 Eric AndersenClose open files before calling builtin_exec(). I...
2001-02-20 Eric AndersenThis fixes lash so it handles environment variable...
2001-02-16 Eric AndersenCommit Vladimir's latest cmdedit. I modified it slight...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-01 Eric AndersenApply a patch from Larry Doolittle to add "-all" and...
2001-02-01 Matt KraaiCreate find_applet_by_name function. Save 32 bytes.
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-30 Eric AndersenPatch from Bryan Rittmeyer -- be more conservative...
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-26 Mark WhitleyFixed a li'l thinko.
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2001-01-23 Eric AndersenBug fix.
2001-01-20 Eric AndersenMore printf cleanups
2001-01-05 Eric AndersenNeeds to be NULL at init in all cases.
2001-01-05 Eric AndersenPatch from larry doolittle to be ever so careful to...
2001-01-05 Eric AndersenBetter label the globals.
2001-01-05 Eric AndersenPatch from Larry Doolittle to set values to static...
2001-01-05 Matt KraaiFix a segfault by only constructing the prompt when...
2001-01-04 Eric AndersenMove window size handling to cmdedit.c. Move prompt...
2000-12-22 Eric AndersenCleanup from Gennady Feldman <gfeldman@mail.com>
2000-12-22 Matt KraaiUse busybox error handling functions wherever possible.
2000-12-21 Eric AndersenAnother sh.c patch from Larry Doolittle. This makes...
2000-12-20 Eric AndersenFix a warning in sh.c. Remove use of getline() in...
2000-12-18 Eric AndersenOk, this is a pretty major update to sh.c. I renamed...
2000-12-12 Eric AndersenMem leak fix from Matt Kraai
2000-12-11 Eric AndersenPatch from Matt Kraai to fox sh.c escape problem such...
2000-12-08 Eric AndersenPut in i to getopt, so i will work...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-06 Eric AndersenBettwr document the hidden internal sh.c #defines,...
2000-12-06 Eric Andersenpatch from Larry Doolittle to rename BB_FEATURE_SH_BUIL...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-11-30 Eric AndersenApply some patches from Gennady Feldman <gfeldman@mail...
2000-11-30 Eric AndersenPatch from Larry Doolittle (with minor touchups from...
2000-11-30 Eric AndersenFix escape char problem.
2000-11-17 Eric Andersen"I will always compile before I commit."
2000-11-17 Eric AndersenFix up builtin overrides, and hack in the binary search...
2000-11-17 Eric AndersenAdd in a new FEATURE (off by default) BB_FEATURE_SH_BUI...
2000-11-14 Eric AndersenPatch from Gennady Feldman <gfeldman@tradeline.net...
2000-09-27 Matt KraaiConsolidate handling of some fopen failures.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-21 Eric AndersenAdd in exec support (patch from Torbj?rn Axelsson ...
2000-09-19 Eric AndersenI think these featires are fairly safe...
2000-09-19 Matt KraaiAvoid segfaults by not using snprintf to copy strings.
2000-09-15 Pavel Roskin"exit NUMBER" should exit, not return
2000-09-14 Matt KraaiBackslashes shouldn't be treated as backticks.
2000-09-14 Matt KraaiCopy the string terminator.
2000-09-13 Matt KraaiDon't fork for the . (source) command so that environme...
2000-09-13 Matt KraaiFix unchecked calls to {m,c,re}alloc so that they print...
2000-09-06 Matt KraaiReset optind so that getopt works in busybox applets...
2000-08-21 Eric AndersenTurn off some debug noise.
2000-07-28 Eric AndersenClean up the nasty blunder I'd made of how different...
2000-07-28 Eric AndersenOops. Forgot an ifdef
next