summaryrefslogtreecommitdiff
path: root/shell/ash.c
Commit message (Expand)AuthorAge
* ash: in standalone mode, search in $PATH if /proc/self/exe doesn't existDenys Vlasenko2011-12-20
* ash: document bash's exit code too. No code changesDenys Vlasenko2011-12-15
* ash: add comment about bash's ENOEXEC handling. No code changesDenys Vlasenko2011-12-15
* lineedit: add support for history saving on exitDenys Vlasenko2011-09-04
* lineedit: fix atomic replace of history file; hush: fix $HISTFILE handlingDenys Vlasenko2011-09-04
* hush: make read builtin interruptible.Denys Vlasenko2011-05-08
* libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko2011-05-08
* ash: clear sa_flags alwaysIan Wienand2011-04-16
* ash,hush: optional support for $HISTFILESIZE.Denys Vlasenko2011-03-31
* ash,hush: recheck LANG before every line inputDenys Vlasenko2011-03-23
* ash/hush: shrink help textDenys Vlasenko2011-03-08
* remove stray empty lineDenys Vlasenko2011-03-07
* ash/hush: provide help textDenys Vlasenko2011-03-07
* ash: fix execution of shell scripts without shebangDenys Vlasenko2011-03-07
* convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko2011-03-02
* ash: fix ash-signals/signal8 testcase failureDenys Vlasenko2011-02-21
* hush: do not print killer signal's name for SIGPIPEDenys Vlasenko2011-02-14
* ash: fix TMOUT not restoring tty attributesDenys Vlasenko2011-02-08
* ash: optional support for $TMOUT variableDenys Vlasenko2011-02-04
* ash: cosmetic cleanupsDenys Vlasenko2011-02-04
* move utmp.h include to libbb.hDenys Vlasenko2011-01-25
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-18
* init: simpler handling of leading dash in commandsDenys Vlasenko2010-12-25
* fixes for bugs discovered by randomconfig builds and testsDenys Vlasenko2010-11-22
* *: whitespace fixesDenys Vlasenko2010-10-28
* *: whitespace fixesDenys Vlasenko2010-10-04
* ash: fix signal and "set -e" interactionDenys Vlasenko2010-09-25
* shell/math: deconvolute and explain ?: handling. Give better error messageDenys Vlasenko2010-09-16
* shell/math: return string error indicator, not integerDenys Vlasenko2010-09-15
* shell/math.c: rename arith_eval_hooks to arith_state, put error code into itDenys Vlasenko2010-09-13
* ash: shrink by folding an if check into setprompt; unindent big blockDenys Vlasenko2010-09-12
* ash: add missing casts to match CTLfoo; add TODO commentsDenys Vlasenko2010-09-12
* Avoid side effects in putc(), which may be implemented as a macroDan Fandrich2010-09-09
* shell: unify endofname() in hush and ashDenys Vlasenko2010-09-07
* hush: remove disabled CMD_SINGLEWORD_NOGLOB_COND, rename o_glob->perform_globDenys Vlasenko2010-09-06
* libbb: add xfstat functionDenys Vlasenko2010-08-31
* ash: small code shrink (-21 bytes)Denys Vlasenko2010-08-30
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-16
* ash: fix another bit of var_bash4 bugDenys Vlasenko2010-08-07
* ash: cosmetic fixes, no code changesDenys Vlasenko2010-08-07
* ash: fix another bug detected by var_bash4.testsDenys Vlasenko2010-08-06
* ash: fix dequoting error detected by var_bash4 testDenys Vlasenko2010-08-06
* ash: add a testcase for bug 2281 (currently fails). Small code cleanups.Denys Vlasenko2010-08-05
* *: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko2010-07-25
* ash: fix $! value when traps are setAlexander Shishkin2010-07-25
* cttyhack: move build system bits into cttyhack.c, no code changesDenys Vlasenko2010-07-16
* ash: move config stuff into ash.c, no code chagesDenys Vlasenko2010-07-16
* ash: fix obscure case of replacing + globbing + backslashesDenys Vlasenko2010-06-26
* build system: do not rebuild ash and hush on any change to any .c fileDenys Vlasenko2010-06-26
* ash: <> redir should not truncateAndreas Bühmann2010-06-24