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
/
hush.c
Age
Commit message (
Expand
)
Author
2017-01-09
hush: fix kill builtin without jobs support
Denys Vlasenko
2017-01-09
typo fix
Denys Vlasenko
2017-01-08
hush: conditionalize print_escaped() on EXPORT || TRAP
Denys Vlasenko
2017-01-08
hush: make memleak builtin optional
Denys Vlasenko
2017-01-08
hush: make export builtin optional
Denys Vlasenko
2017-01-08
hush: make umask builtin optional
Denys Vlasenko
2017-01-08
hush: make set/unset builtins optional
Denys Vlasenko
2017-01-08
hush: make read and trap builtins optional
Denys Vlasenko
2017-01-08
hush: kill builtin and kill %jobspec support
Denys Vlasenko
2017-01-08
hush: support %%, %+ and % jobspec (meaning "current job")
Denys Vlasenko
2017-01-03
hush: correct exitcode for unterminated ')' - exitcode2.tests testcase
Denys Vlasenko
2016-12-23
Make it possible to select "sh" and "bash" aliases without selecting ash or hush
Denys Vlasenko
2016-12-22
shell: move "config" blocks above their use in coditional includes
Denys Vlasenko
2016-12-12
shell: suppress "unused var/func" warnings on some configs
Denys Vlasenko
2016-11-25
ash,hush: make ^C in interactive mode visually much closer to bash behavior
Denys Vlasenko
2016-11-24
ash,hush: ^C from command line should set $? to 128+SIGINT
Denys Vlasenko
2016-11-08
hush: make getch/peek functions directly called
Denys Vlasenko
2016-11-08
hush: renumber PIPE_foo, make PIPE_SEQ = 0
Denys Vlasenko
2016-11-08
hush: small optimization in run_list
Denys Vlasenko
2016-11-08
hush: deindent large block of code, no code changes
Denys Vlasenko
2016-11-08
hush: simplify insert_bg_jobs
Denys Vlasenko
2016-11-08
hush: make "wait %1" less likely to play with signal mask
Denys Vlasenko
2016-11-08
hush: rework "wait %jobspec" to work in non-interactive shells too
Denys Vlasenko
2016-11-07
hush: "wait $!; echo $?" should return 127 if $! already exited
Denys Vlasenko
2016-11-07
hush: implement "wait %jobspec"
Denys Vlasenko
2016-11-07
hush: factor out %jobspec parsing
Denys Vlasenko
2016-11-07
hush: comment fix
Denys Vlasenko
2016-11-07
hush: do not allow sh -c '{ echo boo }'
Denys Vlasenko
2016-11-04
hush: case logic for setting $? was still wrong
Denys Vlasenko
2016-11-04
hush: non-matching "case" statement sets $? to 0
Denys Vlasenko
2016-11-04
hush: allow { cmd } to not be terminated by semicolon in some cases
Denys Vlasenko
2016-10-28
hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"
Denys Vlasenko
2016-10-28
hush: fix "wait PID"
Denys Vlasenko
2016-10-27
ash: [SHELL] Expand ENV before using it
Denys Vlasenko
2016-10-25
ash,hush: set exit code 127 in "sh /does/not/exist" case
Denys Vlasenko
2016-10-03
hush: add commented-out debug printouts in "memleak" built-in
Denys Vlasenko
2016-10-03
hush: fix a memory corruption when exported variable is modified
Denys Vlasenko
2016-10-03
hush: fix exitcode on exec failure with EACCES - should be 126
Denys Vlasenko
2016-10-02
whitespace fixes
Denys Vlasenko
2016-10-02
hush: fix var3.tests
Denys Vlasenko
2016-10-02
sh: do not print empty line at the end of "help" output
Denys Vlasenko
2016-10-01
hush: 'return' should have effect earlier
Denys Vlasenko
2016-09-30
hush: enable "msh is deprecated" message in msh stub
Denys Vlasenko
2016-09-30
hush: fix typo in comment
Denys Vlasenko
2016-09-30
hush: fix interactive input handling of backslash+newline
Denys Vlasenko
2016-09-29
hush: G.user_input_buf[] is needed only if line editing is enabled
Denys Vlasenko
2016-09-29
hush: speed optimizations
Denys Vlasenko
2016-09-29
hush: fix handling of by backslash-newline in $((arith)) and $(cmd)
Denys Vlasenko
2016-09-29
hush: rework input char buffering to allow more than one-deep peek
Denys Vlasenko
2016-09-29
hush: fix 'eval ""' handling
Denys Vlasenko
[prev]
[next]