index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
ash.c
Age
Commit message (
Expand
)
Author
2014-03-16
ash: make "locak VAR" unset VAR (bash does that)
Denys Vlasenko
2014-01-07
ash: in bash compat mode, always export $SHLVL
Denys Vlasenko
2013-11-08
ash: Set SHLVL in ASH_BASH_COMPAT
Bernhard Reutner-Fischer
2013-11-08
ash: Use setvar2 some more
Bernhard Reutner-Fischer
2013-07-05
unicode: check $LC_CTYPE too to detect Unicode mode
Denys Vlasenko
2013-07-02
unicode: check $LC_ALL to detect Unicode mode, not only $LANG
Denys Vlasenko
2013-04-07
ash,hush: history builtin
Flemming Madsen
2013-03-17
ash: add comment about failures in source builtin. No code changes.
Denys Vlasenko
2013-03-15
ash: read $HOME/.profile instead of $(pwd)/.profile
Stefan Hellermann
2013-03-15
ash: move code to allow setting $HOME in /etc/profile
Stefan Hellermann
2013-02-26
move endofname() to libbb
Denys Vlasenko
2013-01-17
ash: revert wrong "fix" for an apparent memory leak. Closes 5822
Denys Vlasenko
2013-01-14
whitespace cleanup. no code changes
Denys Vlasenko
2012-11-13
ash: fix a memory leak
Jon Tollefson
2012-10-01
ash: implement export -n
Denys Vlasenko
2012-09-25
ash: trivial fixes for compile failures
Denys Vlasenko
2012-09-06
ash: fix "read -s" + ^C. Closes 5504
Denys Vlasenko
2012-07-07
ash: add a comment about VEXPORT
Denys Vlasenko
2012-06-09
ash: fix a bug in >${varexp} handling. Closes 5282
Denys Vlasenko
2011-12-20
ash: in standalone mode, search in $PATH if /proc/self/exe doesn't exist
Denys Vlasenko
2011-12-16
ash: document bash's exit code too. No code changes
Denys Vlasenko
2011-12-16
ash: add comment about bash's ENOEXEC handling. No code changes
Denys Vlasenko
2011-09-04
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-05-08
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-04-16
ash: clear sa_flags always
Ian Wienand
2011-03-31
ash,hush: optional support for $HISTFILESIZE.
Denys Vlasenko
2011-03-23
ash,hush: recheck LANG before every line input
Denys Vlasenko
2011-03-08
ash/hush: shrink help text
Denys Vlasenko
2011-03-07
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-02
convert "do {...} while (1);" -> "while (1) {...}"
Denys Vlasenko
2011-02-21
ash: fix ash-signals/signal8 testcase failure
Denys Vlasenko
2011-02-14
hush: do not print killer signal's name for SIGPIPE
Denys Vlasenko
2011-02-08
ash: fix TMOUT not restoring tty attributes
Denys Vlasenko
2011-02-04
ash: optional support for $TMOUT variable
Denys Vlasenko
2011-02-04
ash: cosmetic cleanups
Denys Vlasenko
2011-01-25
move utmp.h include to libbb.h
Denys Vlasenko
2011-01-18
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2010-12-25
init: simpler handling of leading dash in commands
Denys Vlasenko
2010-11-22
fixes for bugs discovered by randomconfig builds and tests
Denys Vlasenko
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-10-05
*: whitespace fixes
Denys Vlasenko
2010-09-25
ash: fix signal and "set -e" interaction
Denys Vlasenko
2010-09-16
shell/math: deconvolute and explain ?: handling. Give better error message
Denys Vlasenko
2010-09-15
shell/math: return string error indicator, not integer
Denys Vlasenko
2010-09-13
shell/math.c: rename arith_eval_hooks to arith_state, put error code into it
Denys Vlasenko
2010-09-12
ash: shrink by folding an if check into setprompt; unindent big block
Denys Vlasenko
[prev]
[next]