Denys Vlasenko
|
a7b52d26c4
hush: fix fallout from tweaking ${var:START:LEN} code
|
3 年之前 |
Denys Vlasenko
|
93e2a22482
shell: for signal exitcode, use 128 | sig, not 128 + sig - MIPS has signal 128
|
3 年之前 |
Denys Vlasenko
|
0ab2dd4f28
hush: fix comment
|
3 年之前 |
Denys Vlasenko
|
00eb23b47a
bc: do not allocate line editing state until needed
|
4 年之前 |
Denys Vlasenko
|
07abc7c6f7
hush: deal with FIXMEs for corner cases in parameter expansion
|
4 年之前 |
Denys Vlasenko
|
bb4e32befa
hush: remove one redundant getpid() on every startup
|
4 年之前 |
Denys Vlasenko
|
a8e19608fc
hush: code shrink
|
4 年之前 |
Denys Vlasenko
|
63139b531f
hush: if login shell, also source ~/.profile
|
4 年之前 |
Denys Vlasenko
|
49142d48bd
hush: NOMMU fix for hush-psubst/tick6.tests
|
4 年之前 |
Denys Vlasenko
|
9cabd17e55
hush: fix -c SCRIPT handling
|
4 年之前 |
Denys Vlasenko
|
965b795b87
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
|
4 年之前 |
Denys Vlasenko
|
dc9c10a7b2
hush: make interactive ^C break out of PS2 mode
|
4 年之前 |
Denys Vlasenko
|
a7c065354f
shell: update comments on the status of [[ ]] compat
|
4 年之前 |
Denys Vlasenko
|
d2241f5902
shell: better support of [[ ]] bashism
|
4 年之前 |
Denys Vlasenko
|
e16f7eb596
hush: output bash-compat killing signal names
|
4 年之前 |
Denys Vlasenko
|
b65d6cb00f
hush: do not print killing signal name in `cmd_whihc_dies_on_signal`
|
4 年之前 |
Denys Vlasenko
|
67e1529b92
nologin: make it possible to build it as single applet
|
4 年之前 |
Denys Vlasenko
|
d5314e7129
suppress a few compile warnings
|
4 年之前 |
Ron Yorston
|
9f3b410006
ash,hush: drop pointer check before calls to show_history
|
5 年之前 |
Denys Vlasenko
|
e4a0612efd
hush: fix negative_arith.tests: glob-protect dash in "$((arith))"
|
4 年之前 |
Denys Vlasenko
|
3ced804e31
hush: make "exit" in trap use pre-trap exitcode - fix for nested trap
|
4 年之前 |
Denys Vlasenko
|
cc9ecd9af1
hush: make "exit" in trap use pre-trap exitcode
|
4 年之前 |
Denys Vlasenko
|
bb095f4838
hush: implement "return NUM in trap sets $? after trap"
|
4 年之前 |
Denys Vlasenko
|
23bc562a05
ash,hush: add comment about masked SIGCHLD, handle SIG_IGNed SIGHUP as in bash
|
4 年之前 |
Ron Yorston
|
9e2a5668fd
ash,hush: allow builtins to be tab-completed, closes 7532
|
4 年之前 |
Denys Vlasenko
|
259747caa7
hush: fix preprocessor directives indentation
|
5 年之前 |
Denys Vlasenko
|
21806562ca
hush: restore redirected stdin
|
5 年之前 |
Denys Vlasenko
|
18a90ec846
hush: fix "set -o INVALID" affecting -e flag state
|
5 年之前 |
James Byrne
|
6937487be7
libbb: reduce the overhead of single parameter bb_error_msg() calls
|
5 年之前 |
Denys Vlasenko
|
f3634584d0
ash,hush: show 'c' in $- if run in "sh -c CMD"
|
5 年之前 |