index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
Age
Commit message (
Expand
)
Author
2016-10-01
ash: [ERROR] Set exitstatus in onint
Denys Vlasenko
2016-10-01
ash: [EVAL] Revert SKIPEVAL into EXEXIT
Denys Vlasenko
2016-10-01
ash: [EVAL] Pass EV_TESTED into evalcmd
Denys Vlasenko
2016-10-01
ash: fix a thinko in the last commit
Denys Vlasenko
2016-10-01
ash: make internal globbing code selectable from config
Denys Vlasenko
2016-10-01
ash: explain how "command" is handled, and shrink it a bit
Denys Vlasenko
2016-09-30
ash: [VAR] Initialise OPTIND after importing environment
Denys Vlasenko
2016-09-30
ash: [BUILTIN] Merge SKIPFUNC/SKIPFILE and only clear SKIPFUNC when leaving d...
Denys Vlasenko
2016-09-30
hush: enable "msh is deprecated" message in msh stub
Denys Vlasenko
2016-09-30
ash: Avoid overflow for very long variable name
Denys Vlasenko
2016-09-30
ash: [VAR] Sanitise environment variable names on entry
Denys Vlasenko
2016-09-30
ash: [EVAL] Avoid using undefined handler
Denys Vlasenko
2016-09-30
ash: remove dead stores and unused variables
Denys Vlasenko
2016-09-30
ash: [MEMALLOC] Add pushstackmark
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
shell testsuite: add trailing newline to var_unbackslash1.tests
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
ash: fix arithmetic closing )) split by backslash-newline
Denys Vlasenko
2016-09-29
ash: [PARSER] Handle backslash newlines properly after dollar sign
Denys Vlasenko
2016-09-29
hush: rework input char buffering to allow more than one-deep peek
Denys Vlasenko
2016-09-29
ash: input: Allow two consecutive calls to pungetc
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-29
ash: jobs: Don't attempt to access job table for job %0
Denys Vlasenko
2016-09-29
ash: [EVAL] Make eval with empty arguments return 0
Denys Vlasenko
2016-09-28
ash: [EVAL] Fix use-after-free in dotrap/evalstring
Denys Vlasenko
2016-09-28
ash: Remove unused EV_BACKCMD flag
Denys Vlasenko
2016-09-28
ash: eval: Return status in eval functions
Denys Vlasenko
2016-09-25
ash: in heredoc code, fix access past the end of allocated memory. Closes 9276
Denys Vlasenko
2016-09-25
ash: fix handling of NULs in $'abc\000def\x00asd'. Closes 9286
Denys Vlasenko
2016-09-21
ash: use glob() from libc
Denys Vlasenko
2016-09-20
ash: fix handling of bashism $'xxx' with high-bit chars. Closes 9236
Denys Vlasenko
2016-09-20
hush: document better where bad redirect syntax is detected
Denys Vlasenko
2016-09-17
ash: exit after subshell error when errexit option is set
Rostislav Skudnov
2016-09-17
fix "aloc" -> "alloc" typos
Denys Vlasenko
2016-09-17
ash: add a FIXME for bug 9246
Denys Vlasenko
2016-09-01
*: placate some compile warnings on OSX
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-25
ash: fix handling of ${VAR: -2}
Denys Vlasenko
2016-07-22
config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORK
Denys Vlasenko
2016-07-21
hush: fix a possible bug
Denys Vlasenko
2016-07-16
ash: do not leave SIGQUIT ignored on "exec CMD"
Denys Vlasenko
[next]