aboutsummaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2011-02-08ash: fix TMOUT not restoring tty attributesDenys Vlasenko
2011-02-07echo: do not retry on write errorsDenys Vlasenko
2011-02-04ash: optional support for $TMOUT variableDenys Vlasenko
2011-02-04ash: cosmetic cleanupsDenys Vlasenko
2011-02-03whitespace fixesDenys Vlasenko
2011-02-02hush: use FEATURE_SH_NOFORK to enable NOFORK trickDenys Vlasenko
2011-01-25move utmp.h include to libbb.hDenys Vlasenko
2011-01-18hush: improve prompt in nested {}s, remove unused in_str->promptme memberDenys Vlasenko
2011-01-18hush: fix "cmd & <newline>" problemDenys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2011-01-07hush: fix wrong prompt problem on empty interactive commantsDenys Vlasenko
2010-12-25init: simpler handling of leading dash in commandsDenys Vlasenko
2010-12-21hush: fix FEATURE_CLEAN_UP code (was freeing unallocated memory)Denys Vlasenko
2010-12-18hush: fix build breakage (variable declared in for())Denys Vlasenko
2010-12-05add if guards around include <malloc.h>Denys Vlasenko
2010-11-28hush: move G_x_mode define to the more appropriate placeDenys Vlasenko
2010-11-28Support set -o xtrace/noexec alternates for set -x/-nDan Fandrich
2010-11-28hush: display useful help textDan Fandrich
2010-11-22fixes for bugs discovered by randomconfig builds and testsDenys Vlasenko
2010-11-22hush: fix improper handling of newline and hash chars in few corner casesDenys Vlasenko
2010-11-14hush: add support for "set -o pipefail"Denys Vlasenko
2010-11-14hush: preparatory patch for set -o pipefail supportDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-05*: whitespace fixesDenys Vlasenko
2010-10-04hush: remove "doesn't support brace expansion" from config help textDenys Vlasenko
2010-10-03hush: remove brace expansion from TODO list in comments. No code changes.Denys Vlasenko
2010-10-03hush: small code shrinkDenys Vlasenko
2010-10-03hush: add brace expansion testcaseDenys Vlasenko
2010-10-03hush: implement brace expansionDenys Vlasenko
2010-10-03hush: preparatory patch, no code changesDenys Vlasenko
2010-09-25ash: fix signal and "set -e" interactionDenys Vlasenko
2010-09-21hush: use smaller EXP_FLAG_foo constantsDenys Vlasenko
2010-09-17shell/math: better comment. no code changesDenys Vlasenko
2010-09-16hush: move shell_ver from globals to main's stack.Denys Vlasenko
2010-09-16shell/math: deconvolute and explain ?: handling. Give better error messageDenys Vlasenko
2010-09-15shell/math: return string error indicator, not integerDenys Vlasenko
2010-09-13shell/math.c: stop using bss variableDenys Vlasenko
2010-09-13shell/math.c: rename arith_eval_hooks to arith_state, put error code into itDenys Vlasenko
2010-09-13shell/math.c: small code shrink; fixed incomprehensible commentsDenys Vlasenko
2010-09-13shell: small code shrinkDenys Vlasenko
2010-09-13shell: shrink arith code; and prepare for returning text error codesDenys Vlasenko
2010-09-12hush: optional support for history savingDenys Vlasenko
2010-09-12hush: move the EXIT trap comment. no code changesDenys Vlasenko
2010-09-12hush: fix EXIT trap display inside exit trap handlerDenys Vlasenko
2010-09-12shell/match.c: shrink by dropping double bool inversionDenys Vlasenko
2010-09-12hush: fix handling of \" in quoted/unquoted `cmd`Denys Vlasenko
2010-09-12ash: shrink by folding an if check into setprompt; unindent big blockDenys Vlasenko
2010-09-12ash: add missing casts to match CTLfoo; add TODO commentsDenys Vlasenko
2010-09-10hush: remove forgotten commented-out block. no code changesDenys Vlasenko