index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
ash.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ash: [VAR] Initialise OPTIND after importing environment
Denys Vlasenko
2016-09-30
1
-1
/
+3
*
ash: [BUILTIN] Merge SKIPFUNC/SKIPFILE and only clear SKIPFUNC when leaving d...
Denys Vlasenko
2016-09-30
1
-3
/
+2
*
ash: Avoid overflow for very long variable name
Denys Vlasenko
2016-09-30
1
-1
/
+1
*
ash: [VAR] Sanitise environment variable names on entry
Denys Vlasenko
2016-09-30
1
-1
/
+2
*
ash: [EVAL] Avoid using undefined handler
Denys Vlasenko
2016-09-30
1
-2
/
+2
*
ash: remove dead stores and unused variables
Denys Vlasenko
2016-09-30
1
-3
/
+1
*
ash: [MEMALLOC] Add pushstackmark
Denys Vlasenko
2016-09-30
1
-34
/
+19
*
ash: fix arithmetic closing )) split by backslash-newline
Denys Vlasenko
2016-09-29
1
-1
/
+2
*
ash: [PARSER] Handle backslash newlines properly after dollar sign
Denys Vlasenko
2016-09-29
1
-15
/
+29
*
ash: input: Allow two consecutive calls to pungetc
Denys Vlasenko
2016-09-29
1
-34
/
+43
*
ash: jobs: Don't attempt to access job table for job %0
Denys Vlasenko
2016-09-29
1
-1
/
+1
*
ash: [EVAL] Make eval with empty arguments return 0
Denys Vlasenko
2016-09-29
1
-36
/
+26
*
ash: [EVAL] Fix use-after-free in dotrap/evalstring
Denys Vlasenko
2016-09-28
1
-3
/
+7
*
ash: Remove unused EV_BACKCMD flag
Denys Vlasenko
2016-09-28
1
-1
/
+0
*
ash: eval: Return status in eval functions
Denys Vlasenko
2016-09-28
1
-55
/
+81
*
ash: in heredoc code, fix access past the end of allocated memory. Closes 9276
Denys Vlasenko
2016-09-25
1
-14
/
+18
*
ash: fix handling of NULs in $'abc\000def\x00asd'. Closes 9286
Denys Vlasenko
2016-09-25
1
-5
/
+13
*
ash: use glob() from libc
Denys Vlasenko
2016-09-21
1
-11
/
+91
*
ash: fix handling of bashism $'xxx' with high-bit chars. Closes 9236
Denys Vlasenko
2016-09-20
1
-0
/
+3
*
ash: exit after subshell error when errexit option is set
Rostislav Skudnov
2016-09-17
1
-0
/
+2
*
fix "aloc" -> "alloc" typos
Denys Vlasenko
2016-09-17
1
-1
/
+1
*
ash: add a FIXME for bug 9246
Denys Vlasenko
2016-09-17
1
-0
/
+9
*
*: placate some compile warnings on OSX
Denys Vlasenko
2016-09-01
1
-2
/
+2
*
ash: fix handling of ${VAR: -2}
Denys Vlasenko
2016-07-25
1
-4
/
+8
*
ash: do not leave SIGQUIT ignored on "exec CMD"
Denys Vlasenko
2016-07-16
1
-1
/
+14
*
*: slap on a few ALIGN1/2s where appropriate
Denys Vlasenko
2016-04-22
1
-3
/
+3
*
ash: bash-compatible $'...' shouldn't expand in double quotes
Ron Yorston
2016-04-15
1
-1
/
+1
*
Rewrite iteration through applet names to save a few bytes
Ron Yorston
2016-04-15
1
-1
/
+2
*
ash: fix corruption of ${#var} if $var contains UTF-8 characters
Ron Yorston
2016-03-22
1
-0
/
+2
*
Fix compiling with musl's utmp stubs
Kylie McClain
2016-02-01
1
-1
/
+0
*
ash: suppress a compilation warning
Cristian Ionescu-Idbohrn
2016-01-02
1
-1
/
+1
*
ash: add support for bash 'function' keyword
Ron Yorston
2015-11-04
1
-31
/
+70
*
ash: allow popredir to be called if the stack is empty
Ron Yorston
2015-10-30
1
-1
/
+1
*
ash: fix EXEXEC status clobbering
Ron Yorston
2015-10-30
1
-1
/
+1
*
ash: simplify EOF/newline handling in list parser
Ron Yorston
2015-10-29
1
-34
/
+29
*
Revert "ash: fix a SEGV case in an invalid heredoc" xxx
Ron Yorston
2015-10-29
1
-11
/
+4
*
ash: fix error during recursive processing of here document
Ron Yorston
2015-10-29
1
-2
/
+3
*
ash: only allow local variables in functions
Ron Yorston
2015-10-29
1
-0
/
+3
*
ash: respect -p flag when command builtin is run with -v/-V
Ron Yorston
2015-10-29
1
-4
/
+8
*
ash: fix command -- crash
Denys Vlasenko
2015-10-29
1
-3
/
+4
*
ash: save a few bytes in code to parse case statements
Ron Yorston
2015-10-29
1
-4
/
+2
*
ash: allow newline after variable name in for loop
Ron Yorston
2015-10-29
1
-2
/
+2
*
tidy up strtok use
Denys Vlasenko
2015-10-23
1
-1
/
+1
*
ash: shrink umask code
Denys Vlasenko
2015-10-10
1
-9
/
+7
*
ash: "you have mail" should ignore first change in mtime
Denys Vlasenko
2015-10-09
1
-1
/
+2
*
ash: simplify "you have mail" code
Denys Vlasenko
2015-10-09
1
-14
/
+11
*
ash: make dowait() a bit more readable. Logic is unchanged
Denys Vlasenko
2015-10-09
1
-31
/
+27
*
build system: -fno-builtin-printf
Denys Vlasenko
2015-10-07
1
-1
/
+1
*
ash: use a more typical form of "print four octal digits" format
Denys Vlasenko
2015-10-07
1
-1
/
+1
*
libbb: more compact API for bb_parse_mode()
Denys Vlasenko
2015-10-07
1
-1
/
+2
[prev]
[next]