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
*
Only disable tracing embedded scripts if they can't be listed
embed
Ron Yorston
2018-10-22
1
-0
/
+2
*
Allow shell scripts to be embedded in the binary
Ron Yorston
2018-10-22
1
-1
/
+139
*
Merge branch 'busybox' into merge
Ron Yorston
2018-09-10
1
-53
/
+74
|
\
|
*
ash: expand: Do not quote backslashes in unquoted parameter expansion
Denys Vlasenko
2018-08-07
1
-6
/
+4
|
*
ash: exec: Return 126 on most errors in shellexec
Denys Vlasenko
2018-08-05
1
-4
/
+4
|
*
ash: eval: Restore input files in evalcommand
Denys Vlasenko
2018-08-05
1
-2
/
+12
|
*
ash: parser: Fix parsing of ${}
Denys Vlasenko
2018-08-05
1
-2
/
+3
|
*
ash,hush: fold shell_builtin_read() way-too-many params into a struct param
Denys Vlasenko
2018-08-05
1
-23
/
+15
|
*
ash: expand: Fix ghost fields with unquoted $@/$*
Denys Vlasenko
2018-08-05
1
-12
/
+26
|
*
ash: var: Set IFS to fixed value at start time
Denys Vlasenko
2018-08-05
1
-0
/
+1
|
*
ash: eval: Variable assignments on functions are no longer persistent
Denys Vlasenko
2018-08-05
1
-3
/
+0
|
*
ash,hush: properly handle ${v//pattern/repl} if pattern starts with /
Denys Vlasenko
2018-08-04
1
-1
/
+9
*
|
Merge branch 'busybox'
Ron Yorston
2018-07-25
1
-1
/
+2
|
\
|
|
*
hush: add "heredoc.tests" from ash, tweak ash "is a function" message
Denys Vlasenko
2018-07-24
1
-1
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-05-13
1
-28
/
+64
|
\
|
|
*
ash: expand: Fix buffer overflow in expandmeta
Denys Vlasenko
2018-04-14
1
-25
/
+42
|
*
ash: parser: Allow newlines within parameter substitution
Denys Vlasenko
2018-04-11
1
-1
/
+4
|
*
hush: do not drop backslash from eval 'echo ok\'
Denys Vlasenko
2018-04-11
1
-1
/
+1
|
*
shell: add comments about [[, no code changes
Denys Vlasenko
2018-04-10
1
-1
/
+14
|
*
ash: if "[[" bashism is not supported, do not handle it anywhere
Denys Vlasenko
2018-04-10
1
-0
/
+2
|
*
ash: trivial code shrink
Denys Vlasenko
2018-04-10
1
-1
/
+2
*
|
ash: make loopnest a global variable
Ron Yorston
2018-04-13
1
-1
/
+2
*
|
ash: make commandname a global variable
Ron Yorston
2018-04-12
1
-2
/
+7
*
|
ash: make struct forkshell a local variable in evalbackcmd
Ron Yorston
2018-04-10
1
-7
/
+7
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-04-09
1
-104
/
+147
|
\
|
|
*
bzip2: fix two crashes on corrupted archives
Denys Vlasenko
2018-04-08
1
-1
/
+0
|
*
hush: implement "hush -s"
Denys Vlasenko
2018-04-05
1
-1
/
+1
|
*
ash: unbreak PS1 parsing after "ash: parser: Add syntax stack..." commit
Denys Vlasenko
2018-04-04
1
-1
/
+3
|
*
ash: parser: Fix parameter expansion inside inner double quotes
Denys Vlasenko
2018-04-02
1
-2
/
+4
|
*
ash: expand: Fix bugs with words connected to the right of $@
Denys Vlasenko
2018-04-02
1
-4
/
+7
|
*
ash: redir: Fix typo in noclobber code
Denys Vlasenko
2018-04-02
1
-1
/
+1
|
*
ash: parser: Fix single-quoted patterns in here-documents
Denys Vlasenko
2018-04-02
1
-1
/
+1
|
*
ash: parser: Add syntax stack for recursive parsing
Denys Vlasenko
2018-04-02
1
-97
/
+134
*
|
win32: more backslash to slash conversions
Ron Yorston
2018-04-08
1
-0
/
+3
*
|
ps: indicate forkshell processes in listing
Ron Yorston
2018-04-05
1
-3
/
+4
*
|
ps: obtain applet names from other BusyBox processes
Ron Yorston
2018-04-04
1
-7
/
+0
*
|
ash: reinstate applet name variable after forkshell
Ron Yorston
2018-04-03
1
-0
/
+7
*
|
ash: minor forkshell fixes
Ron Yorston
2018-04-02
1
-7
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-04-02
1
-53
/
+49
|
\
|
|
*
parser: Fix backquote support in here-document EOF mark
Denys Vlasenko
2018-04-01
1
-0
/
+6
|
*
ash,hush: handle a few more bkslash-newline cases
Denys Vlasenko
2018-04-01
1
-1
/
+1
|
*
ash: use pgetc_eatbnl() in more places
Denys Vlasenko
2018-03-31
1
-35
/
+12
|
*
ash: 'nolog' and 'debug' options cause "$-" to wreak havoc
Martijn Dekker
2018-03-31
1
-1
/
+1
|
*
ash: fix "char == CTLfoo" comparison signedness bug
Denys Vlasenko
2018-03-30
1
-3
/
+3
|
*
ash: use F_DUPFD_CLOEXEC and O_CLOEXEC
Denys Vlasenko
2018-03-30
1
-9
/
+16
|
*
ash,hush: fix "saved" redirected fds still visible in children
Denys Vlasenko
2018-03-28
1
-5
/
+11
*
|
ash: add some debug for the forkshell data block
Ron Yorston
2018-04-01
1
-0
/
+87
*
|
ash: align funcblocksize handling with upstream
Ron Yorston
2018-04-01
1
-68
/
+76
*
|
ash: align funcstring handling with upstream
Ron Yorston
2018-04-01
1
-27
/
+30
*
|
ash: reorder items in forkshell data block
Ron Yorston
2018-04-01
1
-48
/
+47
[next]