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
*
win32: use built-in applets for non-existent binaries with Unix-style paths
Ron Yorston
2020-08-13
1
-9
/
+46
*
win32: handle Unix-style absolute paths for executables
Ron Yorston
2020-08-13
1
-2
/
+28
*
win32: use a static buffer in get_system_drive()
Ron Yorston
2020-08-13
1
-2
/
+1
*
win32: code shrink
Ron Yorston
2020-08-13
1
-3
/
+6
*
Merge branch 'busybox' into merge
Ron Yorston
2020-07-09
1
-19
/
+22
|
\
|
*
nologin: make it possible to build it as single applet
Denys Vlasenko
2020-06-24
1
-19
/
+22
*
|
ash: tidy code, no functional change
Ron Yorston
2020-07-09
1
-3
/
+2
*
|
ash: fix shell options
Ron Yorston
2020-07-07
1
-7
/
+7
*
|
ash: improve handling of UNC paths
Ron Yorston
2020-06-30
1
-37
/
+54
*
|
ash: avoid duplicated slashes in output of type/command builtins
Ron Yorston
2020-06-29
1
-0
/
+4
*
|
ash: skip NULL argv during forkshell
Ron Yorston
2020-06-21
1
-67
/
+44
*
|
ash: changes to ctrl-c handling
Ron Yorston
2020-06-20
1
-57
/
+13
*
|
ash: run ash_main() directly from a FS_SHELLEXEC shell
Ron Yorston
2020-06-20
1
-3
/
+6
*
|
ash: reduce forkshell block size for FS_SHELLEXEC
Ron Yorston
2020-06-20
1
-25
/
+46
*
|
ash: reduce forkshell block size for FS_OPENHERE
Ron Yorston
2020-06-20
1
-33
/
+50
*
|
ash: forkshell code shrink
Ron Yorston
2020-06-20
1
-18
/
+8
*
|
ash: treat all applets as NOEXEC
Ron Yorston
2020-06-09
1
-0
/
+5
*
|
ash: minimise work when a forkshell process is started
Ron Yorston
2020-06-09
1
-19
/
+27
*
|
ash: don't initialise shell variables in forkshell child
Ron Yorston
2020-06-01
1
-2
/
+9
*
|
ash: simplify spawning during forkshell
Ron Yorston
2020-06-01
1
-1
/
+1
*
|
ash: minor changes to forkshell error handling
Ron Yorston
2020-06-01
1
-3
/
+9
*
|
ash: improve forkshell debugging
Ron Yorston
2020-06-01
1
-4
/
+14
*
|
Merge branch 'busybox' into merge
FRP-3466-g53c09d0e1
Ron Yorston
2020-05-29
1
-3
/
+4
|
\
|
|
*
ash,hush: drop pointer check before calls to show_history
Ron Yorston
2020-04-30
1
-2
/
+1
|
*
ash: fix build failure when command built-in is disabled
Ron Yorston
2020-04-30
1
-1
/
+3
*
|
win32: changes to '#!' support
Ron Yorston
2020-05-24
1
-2
/
+1
*
|
ash: reset ANSI emulation when BB_SKIP_ANSI_EMULATION changes
Ron Yorston
2020-04-13
1
-0
/
+11
*
|
Fix POSIX build
FRP-3445-g10e14d5eb
Ron Yorston
2020-04-11
1
-1
/
+1
*
|
win32: improve handling of 'c:file' paths for executables
Ron Yorston
2020-03-18
1
-2
/
+10
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-02-25
1
-207
/
+183
|
\
|
|
*
ash: expand: Fix multiple issues with EXP_DISCARD in evalvar
Denys Vlasenko
2020-02-24
1
-14
/
+14
|
*
ash: expand: Do not reprocess data when expanding words
Denys Vlasenko
2020-02-24
1
-178
/
+154
|
*
ash: move TRACE statement in evalcommand()
Ron Yorston
2020-02-24
1
-1
/
+2
|
*
ash: rename some function parameters to match dash
Denys Vlasenko
2020-02-24
1
-29
/
+29
|
*
ash: rename stack_nputstr() back to stnputs() to match dash
Denys Vlasenko
2020-02-24
1
-3
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-02-25
1
-54
/
+56
|
\
|
|
*
ash: Expand here-documents in the current shell environment
Denys Vlasenko
2020-02-22
1
-13
/
+16
|
*
ash: parser: Do not push token back before parseheredoc
Denys Vlasenko
2020-02-22
1
-1
/
+4
|
*
ash: parser: Fix old-style command substitution here-document crash
Denys Vlasenko
2020-02-22
1
-1
/
+1
|
*
ash: expand: Ensure result is escaped in cvtnum
Denys Vlasenko
2020-02-21
1
-25
/
+24
|
*
ash: memalloc: Avoid looping in growstackto
Denys Vlasenko
2020-02-21
1
-7
/
+7
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-02-21
1
-74
/
+88
|
\
|
|
*
ash: eval: Only restore exit status on exit/return
Denys Vlasenko
2020-02-20
1
-48
/
+51
|
*
ash: Return without arguments in a trap should use status outside traps
Denys Vlasenko
2020-02-20
1
-5
/
+18
|
*
ash: return exit status of nofork applets (again)
Ron Yorston
2020-02-20
1
-1
/
+1
|
*
ash: expand: Merge syntax/quotes in memtodest with flags
Denys Vlasenko
2020-02-20
1
-21
/
+19
*
|
ash: merge changes to local variables from upstream
Ron Yorston
2020-02-21
1
-175
/
+136
|
\
|
|
*
ash: eval: Always set localvar_stop
Denys Vlasenko
2020-02-20
1
-11
/
+12
|
*
ash: eval: Replace with listsetvar with mklocal/setvareq
Denys Vlasenko
2020-02-20
1
-35
/
+28
|
*
ash: eval: Fail immediately with redirections errors for simple command
Denys Vlasenko
2020-02-20
1
-16
/
+16
[next]