Denys Vlasenko
|
cda6ea905d
ash: document bash's exit code too. No code changes
|
13 yıl önce |
Denys Vlasenko
|
2bef526331
ash: add comment about bash's ENOEXEC handling. No code changes
|
13 yıl önce |
Denys Vlasenko
|
bede215cf1
lineedit: add support for history saving on exit
|
13 yıl önce |
Denys Vlasenko
|
4840ae8a06
lineedit: fix atomic replace of history file; hush: fix $HISTFILE handling
|
13 yıl önce |
Denys Vlasenko
|
80542bad2f
hush: make read builtin interruptible.
|
13 yıl önce |
Denys Vlasenko
|
80c5b6893d
libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmalloc_reads
|
13 yıl önce |
Ian Wienand
|
89b3cbaa97
ash: clear sa_flags always
|
13 yıl önce |
Denys Vlasenko
|
2c4de5b045
ash,hush: optional support for $HISTFILESIZE.
|
13 yıl önce |
Denys Vlasenko
|
20704f0662
ash,hush: recheck LANG before every line input
|
13 yıl önce |
Denys Vlasenko
|
6b6af53426
ash/hush: shrink help text
|
13 yıl önce |
Denys Vlasenko
|
976ec23da5
remove stray empty line
|
13 yıl önce |
Denys Vlasenko
|
b0b834342f
ash/hush: provide help text
|
13 yıl önce |
Denys Vlasenko
|
aefe1c260e
ash: fix execution of shell scripts without shebang
|
13 yıl önce |
Denys Vlasenko
|
940c7206c2
convert "do {...} while (1);" -> "while (1) {...}"
|
13 yıl önce |
Denys Vlasenko
|
b12553faa8
ash: fix ash-signals/signal8 testcase failure
|
13 yıl önce |
Denys Vlasenko
|
7c6f2468cc
hush: do not print killer signal's name for SIGPIPE
|
13 yıl önce |
Denys Vlasenko
|
66c5b12dbf
ash: fix TMOUT not restoring tty attributes
|
14 yıl önce |
Denys Vlasenko
|
046341e8bd
ash: optional support for $TMOUT variable
|
14 yıl önce |
Denys Vlasenko
|
8c52f80397
ash: cosmetic cleanups
|
14 yıl önce |
Denys Vlasenko
|
8d0e0cdadf
move utmp.h include to libbb.h
|
14 yıl önce |
Denys Vlasenko
|
b9f2d9f7d9
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
|
14 yıl önce |
Denys Vlasenko
|
6088e138e1
init: simpler handling of leading dash in commands
|
14 yıl önce |
Denys Vlasenko
|
26777aa1c6
fixes for bugs discovered by randomconfig builds and tests
|
14 yıl önce |
Denys Vlasenko
|
e4dcba1c10
*: whitespace fixes
|
14 yıl önce |
Denys Vlasenko
|
cacb2cd281
*: whitespace fixes
|
14 yıl önce |
Denys Vlasenko
|
b563f62bbb
ash: fix signal and "set -e" interaction
|
14 yıl önce |
Denys Vlasenko
|
bed7c81ea2
shell/math: deconvolute and explain ?: handling. Give better error message
|
14 yıl önce |
Denys Vlasenko
|
063847d6bd
shell/math: return string error indicator, not integer
|
14 yıl önce |
Denys Vlasenko
|
06d44d7dfb
shell/math.c: rename arith_eval_hooks to arith_state, put error code into it
|
14 yıl önce |
Denys Vlasenko
|
958581a8d9
ash: shrink by folding an if check into setprompt; unindent big block
|
14 yıl önce |