index
:
platform/upstream/busybox
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/kevinthierry/bump-1.22.1
sandbox/ronan/generic
sandbox/ronan/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_4.0
tizen_ivi_genivi
upstream
Domain: System / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
ash.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-08
ash: Set SHLVL in ASH_BASH_COMPAT
Bernhard Reutner-Fischer
1
-1
/
+4
2013-11-08
ash: Use setvar2 some more
Bernhard Reutner-Fischer
1
-7
/
+6
2013-07-05
unicode: check $LC_CTYPE too to detect Unicode mode
Denys Vlasenko
1
-0
/
+1
2013-07-02
unicode: check $LC_ALL to detect Unicode mode, not only $LANG
Denys Vlasenko
1
-1
/
+5
2013-04-07
ash,hush: history builtin
Flemming Madsen
1
-0
/
+15
2013-03-17
ash: add comment about failures in source builtin. No code changes.
Denys Vlasenko
1
-0
/
+6
2013-03-15
ash: read $HOME/.profile instead of $(pwd)/.profile
Stefan Hellermann
1
-2
/
+9
2013-03-15
ash: move code to allow setting $HOME in /etc/profile
Stefan Hellermann
1
-13
/
+9
2013-02-26
move endofname() to libbb
Denys Vlasenko
1
-21
/
+3
2013-01-17
ash: revert wrong "fix" for an apparent memory leak. Closes 5822
Denys Vlasenko
1
-0
/
+9
2013-01-14
whitespace cleanup. no code changes
Denys Vlasenko
1
-3
/
+5
2012-11-13
ash: fix a memory leak
Jon Tollefson
1
-0
/
+2
2012-10-01
ash: implement export -n
Denys Vlasenko
1
-4
/
+26
2012-09-25
ash: trivial fixes for compile failures
Denys Vlasenko
1
-5
/
+6
2012-09-06
ash: fix "read -s" + ^C. Closes 5504
Denys Vlasenko
1
-0
/
+5
2012-07-07
ash: add a comment about VEXPORT
Denys Vlasenko
1
-0
/
+4
2012-06-09
ash: fix a bug in >${varexp} handling. Closes 5282
Denys Vlasenko
1
-10
/
+13
2011-12-20
ash: in standalone mode, search in $PATH if /proc/self/exe doesn't exist
Denys Vlasenko
1
-3
/
+9
2011-12-16
ash: document bash's exit code too. No code changes
Denys Vlasenko
1
-2
/
+2
2011-12-16
ash: add comment about bash's ENOEXEC handling. No code changes
Denys Vlasenko
1
-0
/
+6
2011-09-04
lineedit: add support for history saving on exit
Denys Vlasenko
1
-0
/
+4
2011-09-04
lineedit: fix atomic replace of history file; hush: fix $HISTFILE handling
Denys Vlasenko
1
-1
/
+1
2011-05-08
hush: make read builtin interruptible.
Denys Vlasenko
1
-3
/
+3
2011-05-08
libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...
Denys Vlasenko
1
-4
/
+4
2011-04-16
ash: clear sa_flags always
Ian Wienand
1
-2
/
+7
2011-03-31
ash,hush: optional support for $HISTFILESIZE.
Denys Vlasenko
1
-3
/
+6
2011-03-23
ash,hush: recheck LANG before every line input
Denys Vlasenko
1
-8
/
+15
2011-03-08
ash/hush: shrink help text
Denys Vlasenko
1
-1
/
+1
2011-03-07
remove stray empty line
Denys Vlasenko
1
-1
/
+0
2011-03-07
ash/hush: provide help text
Denys Vlasenko
1
-14
/
+26
2011-03-07
ash: fix execution of shell scripts without shebang
Denys Vlasenko
1
-10
/
+19
2011-03-02
convert "do {...} while (1);" -> "while (1) {...}"
Denys Vlasenko
1
-8
/
+8
2011-02-21
ash: fix ash-signals/signal8 testcase failure
Denys Vlasenko
1
-12
/
+46
2011-02-14
hush: do not print killer signal's name for SIGPIPE
Denys Vlasenko
1
-0
/
+1
2011-02-08
ash: fix TMOUT not restoring tty attributes
Denys Vlasenko
1
-46
/
+27
2011-02-04
ash: optional support for $TMOUT variable
Denys Vlasenko
1
-0
/
+47
2011-02-04
ash: cosmetic cleanups
Denys Vlasenko
1
-13
/
+12
2011-01-25
move utmp.h include to libbb.h
Denys Vlasenko
1
-0
/
+2
2011-01-18
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
1
-3
/
+3
2010-12-25
init: simpler handling of leading dash in commands
Denys Vlasenko
1
-1
/
+1
2010-11-22
fixes for bugs discovered by randomconfig builds and tests
Denys Vlasenko
1
-1
/
+8
2010-10-28
*: whitespace fixes
Denys Vlasenko
1
-2
/
+2
2010-10-05
*: whitespace fixes
Denys Vlasenko
1
-1
/
+1
2010-09-25
ash: fix signal and "set -e" interaction
Denys Vlasenko
1
-6
/
+13
2010-09-16
shell/math: deconvolute and explain ?: handling. Give better error message
Denys Vlasenko
1
-1
/
+1
2010-09-15
shell/math: return string error indicator, not integer
Denys Vlasenko
1
-9
/
+2
2010-09-13
shell/math.c: rename arith_eval_hooks to arith_state, put error code into it
Denys Vlasenko
1
-10
/
+9
2010-09-12
ash: shrink by folding an if check into setprompt; unindent big block
Denys Vlasenko
1
-166
/
+149
2010-09-12
ash: add missing casts to match CTLfoo; add TODO comments
Denys Vlasenko
1
-8
/
+12
2010-09-09
Avoid side effects in putc(), which may be implemented as a macro
Dan Fandrich
1
-3
/
+6
[next]