summaryrefslogtreecommitdiff
path: root/shell/ash.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-08ash: Set SHLVL in ASH_BASH_COMPATBernhard Reutner-Fischer1-1/+4
2013-11-08ash: Use setvar2 some moreBernhard Reutner-Fischer1-7/+6
2013-07-05unicode: check $LC_CTYPE too to detect Unicode modeDenys Vlasenko1-0/+1
2013-07-02unicode: check $LC_ALL to detect Unicode mode, not only $LANGDenys Vlasenko1-1/+5
2013-04-07ash,hush: history builtinFlemming Madsen1-0/+15
2013-03-17ash: add comment about failures in source builtin. No code changes.Denys Vlasenko1-0/+6
2013-03-15ash: read $HOME/.profile instead of $(pwd)/.profileStefan Hellermann1-2/+9
2013-03-15ash: move code to allow setting $HOME in /etc/profileStefan Hellermann1-13/+9
2013-02-26move endofname() to libbbDenys Vlasenko1-21/+3
2013-01-17ash: revert wrong "fix" for an apparent memory leak. Closes 5822Denys Vlasenko1-0/+9
2013-01-14whitespace cleanup. no code changesDenys Vlasenko1-3/+5
2012-11-13ash: fix a memory leakJon Tollefson1-0/+2
2012-10-01ash: implement export -nDenys Vlasenko1-4/+26
2012-09-25ash: trivial fixes for compile failuresDenys Vlasenko1-5/+6
2012-09-06ash: fix "read -s" + ^C. Closes 5504Denys Vlasenko1-0/+5
2012-07-07ash: add a comment about VEXPORTDenys Vlasenko1-0/+4
2012-06-09ash: fix a bug in >${varexp} handling. Closes 5282Denys Vlasenko1-10/+13
2011-12-20ash: in standalone mode, search in $PATH if /proc/self/exe doesn't existDenys Vlasenko1-3/+9
2011-12-16ash: document bash's exit code too. No code changesDenys Vlasenko1-2/+2
2011-12-16ash: add comment about bash's ENOEXEC handling. No code changesDenys Vlasenko1-0/+6
2011-09-04lineedit: add support for history saving on exitDenys Vlasenko1-0/+4
2011-09-04lineedit: fix atomic replace of history file; hush: fix $HISTFILE handlingDenys Vlasenko1-1/+1
2011-05-08hush: make read builtin interruptible.Denys Vlasenko1-3/+3
2011-05-08libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko1-4/+4
2011-04-16ash: clear sa_flags alwaysIan Wienand1-2/+7
2011-03-31ash,hush: optional support for $HISTFILESIZE.Denys Vlasenko1-3/+6
2011-03-23ash,hush: recheck LANG before every line inputDenys Vlasenko1-8/+15
2011-03-08ash/hush: shrink help textDenys Vlasenko1-1/+1
2011-03-07remove stray empty lineDenys Vlasenko1-1/+0
2011-03-07ash/hush: provide help textDenys Vlasenko1-14/+26
2011-03-07ash: fix execution of shell scripts without shebangDenys Vlasenko1-10/+19
2011-03-02convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko1-8/+8
2011-02-21ash: fix ash-signals/signal8 testcase failureDenys Vlasenko1-12/+46
2011-02-14hush: do not print killer signal's name for SIGPIPEDenys Vlasenko1-0/+1
2011-02-08ash: fix TMOUT not restoring tty attributesDenys Vlasenko1-46/+27
2011-02-04ash: optional support for $TMOUT variableDenys Vlasenko1-0/+47
2011-02-04ash: cosmetic cleanupsDenys Vlasenko1-13/+12
2011-01-25move utmp.h include to libbb.hDenys Vlasenko1-0/+2
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko1-3/+3
2010-12-25init: simpler handling of leading dash in commandsDenys Vlasenko1-1/+1
2010-11-22fixes for bugs discovered by randomconfig builds and testsDenys Vlasenko1-1/+8
2010-10-28*: whitespace fixesDenys Vlasenko1-2/+2
2010-10-05*: whitespace fixesDenys Vlasenko1-1/+1
2010-09-25ash: fix signal and "set -e" interactionDenys Vlasenko1-6/+13
2010-09-16shell/math: deconvolute and explain ?: handling. Give better error messageDenys Vlasenko1-1/+1
2010-09-15shell/math: return string error indicator, not integerDenys Vlasenko1-9/+2
2010-09-13shell/math.c: rename arith_eval_hooks to arith_state, put error code into itDenys Vlasenko1-10/+9
2010-09-12ash: shrink by folding an if check into setprompt; unindent big blockDenys Vlasenko1-166/+149
2010-09-12ash: add missing casts to match CTLfoo; add TODO commentsDenys Vlasenko1-8/+12
2010-09-09Avoid side effects in putc(), which may be implemented as a macroDan Fandrich1-3/+6