aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
AgeCommit message (Expand)Author
2015-04-20libbb: remove unnecessary argument to nonblock_immune_readRon Yorston
2015-04-18ash: fix handling of duplicate "local"Denys Vlasenko
2015-03-22ash: do not split the result of tilde expansionRon Yorston
2015-02-05ash: fix a SEGV case in an invalid heredocDenys Vlasenko
2014-12-29ash: fix a SEGV in ${#1}Denys Vlasenko
2014-11-17ash: fix handling of negative start value in ${v:start:len}Denys Vlasenko
2014-09-08ash: fix off-by-one in "jobs %4" handling. closes 7310Denys Vlasenko
2014-09-08ash: factor out ASH_HELP config optionDenys Vlasenko
2014-08-13ash: make ${#var} unicode-awareDenys Vlasenko
2014-08-13ash,hush: run reinit_unicode() only if makes senseDenys Vlasenko
2014-06-22libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski
2014-04-15ash,hush: set $HOSTNAME is bash compat. Closes 7028Denys Vlasenko
2014-03-16ash: make "locak VAR" unset VAR (bash does that)Denys Vlasenko
2014-01-07ash: in bash compat mode, always export $SHLVLDenys Vlasenko
2013-11-08ash: Set SHLVL in ASH_BASH_COMPATBernhard Reutner-Fischer
2013-11-08ash: Use setvar2 some moreBernhard Reutner-Fischer
2013-07-05unicode: check $LC_CTYPE too to detect Unicode modeDenys Vlasenko
2013-07-02unicode: check $LC_ALL to detect Unicode mode, not only $LANGDenys Vlasenko
2013-04-07ash,hush: history builtinFlemming Madsen
2013-03-17ash: add comment about failures in source builtin. No code changes.Denys Vlasenko
2013-03-15ash: read $HOME/.profile instead of $(pwd)/.profileStefan Hellermann
2013-03-15ash: move code to allow setting $HOME in /etc/profileStefan Hellermann
2013-02-26move endofname() to libbbDenys Vlasenko
2013-01-17ash: revert wrong "fix" for an apparent memory leak. Closes 5822Denys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2012-11-13ash: fix a memory leakJon Tollefson
2012-10-01ash: implement export -nDenys Vlasenko
2012-09-25ash: trivial fixes for compile failuresDenys Vlasenko
2012-09-06ash: fix "read -s" + ^C. Closes 5504Denys Vlasenko
2012-07-07ash: add a comment about VEXPORTDenys Vlasenko
2012-06-09ash: fix a bug in >${varexp} handling. Closes 5282Denys Vlasenko
2011-12-20ash: in standalone mode, search in $PATH if /proc/self/exe doesn't existDenys Vlasenko
2011-12-16ash: document bash's exit code too. No code changesDenys Vlasenko
2011-12-16ash: add comment about bash's ENOEXEC handling. No code changesDenys Vlasenko
2011-09-04lineedit: add support for history saving on exitDenys Vlasenko
2011-09-04lineedit: fix atomic replace of history file; hush: fix $HISTFILE handlingDenys 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-04-16ash: clear sa_flags alwaysIan Wienand
2011-03-31ash,hush: optional support for $HISTFILESIZE.Denys 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-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-04ash: optional support for $TMOUT variableDenys Vlasenko