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
/
ash.c
Age
Commit message (
Expand
)
Author
2016-10-02
ash: fix globbing bugs when using glibc glob()
Denys Vlasenko
2016-10-02
ash: style fixes
Denys Vlasenko
2016-10-02
ash: support "--" in "source" builtin
Denys Vlasenko
2016-10-02
ash: expand: Fixed "$@" expansion when EXP_FULL is false
Denys Vlasenko
2016-10-02
test: memory leak: free group id list
Denys Vlasenko
2016-10-01
ash: fix return_in_trap1.tests failure
Denys Vlasenko
2016-10-01
ash: [EXPAND] Optimise nulonly away and just use quoted as before
Denys Vlasenko
2016-10-01
ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIM
Denys Vlasenko
2016-10-01
ash: [EXPAND] Split unquoted $@/$* correctly when IFS is set but empty
Denys Vlasenko
2016-10-01
ash: fix "return N" not setting $? in loop conditionals
Denys Vlasenko
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
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-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
ash: input: Allow two consecutive calls to pungetc
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-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-07-25
ash: fix handling of ${VAR: -2}
Denys Vlasenko
2016-07-16
ash: do not leave SIGQUIT ignored on "exec CMD"
Denys Vlasenko
2016-04-22
*: slap on a few ALIGN1/2s where appropriate
Denys Vlasenko
2016-04-15
ash: bash-compatible $'...' shouldn't expand in double quotes
Ron Yorston
2016-04-15
Rewrite iteration through applet names to save a few bytes
Ron Yorston
2016-03-22
ash: fix corruption of ${#var} if $var contains UTF-8 characters
Ron Yorston
2016-02-01
Fix compiling with musl's utmp stubs
Kylie McClain
2016-01-02
ash: suppress a compilation warning
Cristian Ionescu-Idbohrn
2015-11-04
ash: add support for bash 'function' keyword
Ron Yorston
2015-10-30
ash: allow popredir to be called if the stack is empty
Ron Yorston
2015-10-30
ash: fix EXEXEC status clobbering
Ron Yorston
[prev]
[next]