| Commit message (Expand) | Author | Age |
| * | ash: in standalone mode, search in $PATH if /proc/self/exe doesn't exist | Denys Vlasenko | 2011-12-20 |
|
|
| * | ash: document bash's exit code too. No code changes | Denys Vlasenko | 2011-12-15 |
|
|
| * | ash: add comment about bash's ENOEXEC handling. No code changes | Denys Vlasenko | 2011-12-15 |
|
|
| * | lineedit: add support for history saving on exit | Denys Vlasenko | 2011-09-04 |
|
|
| * | lineedit: fix atomic replace of history file; hush: fix $HISTFILE handling | Denys Vlasenko | 2011-09-04 |
|
|
| * | hush: make read builtin interruptible. | Denys Vlasenko | 2011-05-08 |
|
|
| * | libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall... | Denys Vlasenko | 2011-05-08 |
|
|
| * | ash: clear sa_flags always | Ian Wienand | 2011-04-16 |
|
|
| * | ash,hush: optional support for $HISTFILESIZE. | Denys Vlasenko | 2011-03-31 |
|
|
| * | ash,hush: recheck LANG before every line input | Denys Vlasenko | 2011-03-23 |
|
|
| * | ash/hush: shrink help text | Denys Vlasenko | 2011-03-08 |
|
|
| * | remove stray empty line | Denys Vlasenko | 2011-03-07 |
|
|
| * | ash/hush: provide help text | Denys Vlasenko | 2011-03-07 |
|
|
| * | ash: fix execution of shell scripts without shebang | Denys Vlasenko | 2011-03-07 |
|
|
| * | convert "do {...} while (1);" -> "while (1) {...}" | Denys Vlasenko | 2011-03-02 |
|
|
| * | ash: fix ash-signals/signal8 testcase failure | Denys Vlasenko | 2011-02-21 |
|
|
| * | hush: do not print killer signal's name for SIGPIPE | Denys Vlasenko | 2011-02-14 |
|
|
| * | ash: fix TMOUT not restoring tty attributes | Denys Vlasenko | 2011-02-08 |
|
|
| * | ash: optional support for $TMOUT variable | Denys Vlasenko | 2011-02-04 |
|
|
| * | ash: cosmetic cleanups | Denys Vlasenko | 2011-02-04 |
|
|
| * | move utmp.h include to libbb.h | Denys Vlasenko | 2011-01-25 |
|
|
| * | mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo | Denys Vlasenko | 2011-01-18 |
|
|
| * | init: simpler handling of leading dash in commands | Denys Vlasenko | 2010-12-25 |
|
|
| * | fixes for bugs discovered by randomconfig builds and tests | Denys Vlasenko | 2010-11-22 |
|
|
| * | *: whitespace fixes | Denys Vlasenko | 2010-10-28 |
|
|
| * | *: whitespace fixes | Denys Vlasenko | 2010-10-04 |
|
|
| * | ash: fix signal and "set -e" interaction | Denys Vlasenko | 2010-09-25 |
|
|
| * | shell/math: deconvolute and explain ?: handling. Give better error message | Denys Vlasenko | 2010-09-16 |
|
|
| * | shell/math: return string error indicator, not integer | Denys Vlasenko | 2010-09-15 |
|
|
| * | shell/math.c: rename arith_eval_hooks to arith_state, put error code into it | Denys Vlasenko | 2010-09-13 |
|
|
| * | ash: shrink by folding an if check into setprompt; unindent big block | Denys Vlasenko | 2010-09-12 |
|
|
| * | ash: add missing casts to match CTLfoo; add TODO comments | Denys Vlasenko | 2010-09-12 |
|
|
| * | Avoid side effects in putc(), which may be implemented as a macro | Dan Fandrich | 2010-09-09 |
|
|
| * | shell: unify endofname() in hush and ash | Denys Vlasenko | 2010-09-07 |
|
|
| * | hush: remove disabled CMD_SINGLEWORD_NOGLOB_COND, rename o_glob->perform_glob | Denys Vlasenko | 2010-09-06 |
|
|
| * | libbb: add xfstat function | Denys Vlasenko | 2010-08-31 |
|
|
| * | ash: small code shrink (-21 bytes) | Denys Vlasenko | 2010-08-30 |
|
|
| * | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 |
|
|
| * | ash: fix another bit of var_bash4 bug | Denys Vlasenko | 2010-08-07 |
|
|
| * | ash: cosmetic fixes, no code changes | Denys Vlasenko | 2010-08-07 |
|
|
| * | ash: fix another bug detected by var_bash4.tests | Denys Vlasenko | 2010-08-06 |
|
|
| * | ash: fix dequoting error detected by var_bash4 test | Denys Vlasenko | 2010-08-06 |
|
|
| * | ash: add a testcase for bug 2281 (currently fails). Small code cleanups. | Denys Vlasenko | 2010-08-05 |
|
|
| * | *: mass cosmetic removal of extra empty lines. no code changes | Denys Vlasenko | 2010-07-25 |
|
|
| * | ash: fix $! value when traps are set | Alexander Shishkin | 2010-07-25 |
|
|
| * | cttyhack: move build system bits into cttyhack.c, no code changes | Denys Vlasenko | 2010-07-16 |
|
|
| * | ash: move config stuff into ash.c, no code chages | Denys Vlasenko | 2010-07-16 |
|
|
| * | ash: fix obscure case of replacing + globbing + backslashes | Denys Vlasenko | 2010-06-26 |
|
|
| * | build system: do not rebuild ash and hush on any change to any .c file | Denys Vlasenko | 2010-06-26 |
|
|
| * | ash: <> redir should not truncate | Andreas Bühmann | 2010-06-24 |
|
|