aboutsummaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2011-05-14hush: fix misparsing of "... do eval a= ...". Closes 3721Denys Vlasenko
2011-05-13fix "variable 'foo' set but not used" warningsDenys Vlasenko
2011-05-12hush: install signal handlers with filled sigmaskDenys Vlasenko
2011-05-12hush: fixes and small shrink for HUSH_JOB!=yDenys Vlasenko
2011-05-12hush: remove one sigprocmask from exit pathDenys Vlasenko
2011-05-12hush: add forgotten {} in multi-statement if.Denys Vlasenko
2011-05-12hush: fix login shell's signal handling; add -l option so that it's easier to...Denys Vlasenko
2011-05-11hush: replace signal handling machineryDenys Vlasenko
2011-05-11hush: use SA_RESTARTed signal handlers across read.Denys Vlasenko
2011-05-09hush: add tests for interrupting readDenys Vlasenko
2011-05-09hush: code shrinkDenys Vlasenko
2011-05-08hush: make read builtin interruptible.Denys Vlasenko
2011-05-08libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko
2011-05-08hush: fix incorrect PS2 dispaly and trap handling while reading commandDenys Vlasenko
2011-04-16ash: clear sa_flags alwaysIan Wienand
2011-04-04ash,hush: add ulimit -e -r (RLIMIT_NICE, RLIMIT_RTPRIO)Denys Vlasenko
2011-03-31ash,hush: optional support for $HISTFILESIZE.Denys Vlasenko
2011-03-30hush: remove outdated commentsDenys Vlasenko
2011-03-30hush: fix source1.testsDenys Vlasenko
2011-03-24hush: document a bug about aborting on sourced file error when non-interactiveDenys Vlasenko
2011-03-24hush: make parse errors in sourced file non-fatal in interactive scriptDenys Vlasenko
2011-03-24hush: fix a case where return in sourced file has no effectDenys Vlasenko
2011-03-23ash,hush: recheck LANG before every line inputDenys Vlasenko
2011-03-08ash/hush: shrink help textDenys Vlasenko
2011-03-07remove stray empty lineDenys Vlasenko
2011-03-07ash/hush: provide help textDenys Vlasenko
2011-03-07ash: fix execution of shell scripts without shebangDenys Vlasenko
2011-03-02convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko
2011-02-21slightly better wording in commentsDenys Vlasenko
2011-02-21ash: fix ash-signals/signal8 testcase failureDenys Vlasenko
2011-02-14hush: do not print killer signal's name for SIGPIPEDenys Vlasenko
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