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
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
2016-09-29
hush: fix ". EMPTY_LINE" not setting $? to 0
Denys Vlasenko
2016-09-20
hush: document better where bad redirect syntax is detected
Denys Vlasenko
2016-08-22
hush: fix "redirects can close script fd" bug
Denys Vlasenko
2016-08-20
hush: do not leak script fds into NOEXEC children
Denys Vlasenko
2016-08-20
hush: bit better comments in redirect code. No logic changes
Denys Vlasenko
2016-08-19
hush: `cmd` and arithmetic also need the fix for FILE rewind
Denys Vlasenko
2016-08-19
hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186
Denys Vlasenko
2016-07-21
hush: fix a possible bug
Denys Vlasenko
2015-10-11
hush: code shrink
Denys Vlasenko
2015-10-09
remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds
Denys Vlasenko
2015-10-07
build system: -fno-builtin-printf
Denys Vlasenko
2015-10-07
libbb: more compact API for bb_parse_mode()
Denys Vlasenko
2015-10-07
hush: fix umask: umask(022) was setting umask(755)
Denys Vlasenko
2015-09-04
hush: fix a nommu bug where a part of function body is lost if run in a pipe
Denys Vlasenko
2015-07-13
Removes stray empty line from code
Maninder Singh
2015-05-25
typo fixes
Maninder Singh
2015-03-12
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2014-08-13
ash,hush: run reinit_unicode() only if makes sense
Denys Vlasenko
2014-08-13
hush: make ${#var} unicode-aware
Denys Vlasenko
2014-04-15
ash,hush: set $HOSTNAME is bash compat. Closes 7028
Denys Vlasenko
2014-03-14
hush: make "true" built-in
Denys Vlasenko
2013-11-28
hush: typo fixes in comments
Denys Vlasenko
2013-07-08
typo fix in comment
Denys Vlasenko
[prev]
[next]