Denys Vlasenko
|
aaf3d5ba74
shell: tweak --help
|
3 年 前 |
Denys Vlasenko
|
62f1eed1e1
hush: in a comment, document what -i might be doing
|
3 年 前 |
Denys Vlasenko
|
7c3e96d4b3
shell: use more compact SHELL_ASH / HUSH config defines. no code changes
|
3 年 前 |
Denys Vlasenko
|
53b2fdcdba
*: add NOINLINEs where code noticeably shrinks
|
3 年 前 |
Denys Vlasenko
|
49bcf9f40c
hush: speed up ${x//\*/|} too
|
3 年 前 |
Denys Vlasenko
|
574b9c446d
hush: fix var_LINENO3.tests failure
|
3 年 前 |
Denys Vlasenko
|
e53c7dbafc
hush: fix set -n to act immediately, not just after run_list()
|
3 年 前 |
Denys Vlasenko
|
21afddefd2
hush: fix "error: invalid preprocessing directive ##"
|
3 年 前 |
Denys Vlasenko
|
37460f5daf
hush: tweak ${var/pattern/repl} optimization
|
3 年 前 |
Denys Vlasenko
|
49cc3cac30
hush: optimize ${var/pattern/repl} for trivial patterns
|
3 年 前 |
Denys Vlasenko
|
8dd676c6c3
hush: add missed "undef"
|
3 年 前 |
Denys Vlasenko
|
b278d82c61
hush: implement $'str' bashism
|
3 年 前 |
Denys Vlasenko
|
97c3b5e3ff
hush: fix bkslash+newline handling and number validation in ${NN} and ${#NN}
|
3 年 前 |
Denys Vlasenko
|
83a4967e50
hush: fix handling of "cmd && &"
|
3 年 前 |
Denys Vlasenko
|
1b7a9b68d0
hush: fix handling of \^C and "^C"
|
3 年 前 |
Denys Vlasenko
|
1f60d88cf6
*: more --help tweaks
|
3 年 前 |
Denys Vlasenko
|
e2b9215868
*: --help tweaks
|
3 年 前 |
Denys Vlasenko
|
457825f77a
shells: do not allow bare "read" in non-bash compat configs
|
3 年 前 |
Denys Vlasenko
|
f0c0c56e9b
hush: beautify ^D handling to match ash / bash
|
3 年 前 |
Denys Vlasenko
|
cbfdeba660
hush: make LINENO selectable without BASH-COMPAT
|
3 年 前 |
Ron Yorston
|
cad3fc743a
libbb: introduce and use fputs_stdout
|
3 年 前 |
Denys Vlasenko
|
3b053051c7
hush: code shrink
|
3 年 前 |
Denys Vlasenko
|
3c13da3dab
libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells
|
3 年 前 |
Denys Vlasenko
|
77a51a2709
randomconfig fixes
|
3 年 前 |
Denys Vlasenko
|
c7ef818768
hush: make comment more clear
|
3 年 前 |
Denys Vlasenko
|
1237d627e9
hush: fix this case: echo "SCRIPT" | hush
|
3 年 前 |
Denys Vlasenko
|
46a71dc30c
hush: if !EDITING, do not regenerate prompt for every input char
|
3 年 前 |
Denys Vlasenko
|
521220ed1a
hush: fix ^C in INTERACTIVE, !EDITING config
|
3 年 前 |
Denys Vlasenko
|
18bcaf374c
hush: revert "make interactive ^C break out of PS2 mode"
|
3 年 前 |
Denys Vlasenko
|
649acb9e23
hush: fix PS1 prompth in !EDITING config
|
3 年 前 |