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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
ash.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-03-12
1
-10
/
+4
|
\
|
|
*
ash: eval: avoid leaking memory associated with redirections. Closes 7748
Ron Yorston
2019-02-25
1
-10
/
+4
*
|
ash: improve handling of UNC paths
Ron Yorston
2019-03-11
1
-8
/
+35
*
|
win32: changes to user ids
Ron Yorston
2019-03-10
1
-0
/
+2
*
|
su: change title of console window
Ron Yorston
2019-03-09
1
-1
/
+13
*
|
ash, su: add -d flag to set directory in ash, use it in su
Ron Yorston
2019-03-08
1
-3
/
+30
*
|
ash: add an option to enable case-insensitive filename globbing
Ron Yorston
2019-03-01
1
-4
/
+26
*
|
win32: fix POSIX build
Ron Yorston
2019-02-17
1
-0
/
+14
*
|
ash: updated support for hiding console
Ron Yorston
2019-02-17
1
-9
/
+3
*
|
ash: tidy up handling of -X option
Ron Yorston
2019-02-17
1
-8
/
+7
*
|
win32: add a function to remove CRs from a text buffer
Ron Yorston
2019-02-14
1
-10
/
+1
*
|
ash: make spawn_forkshell more like forkshell
Ron Yorston
2019-02-06
1
-8
/
+12
*
|
ash: remove carriage returns from strings to be evaluated
Ron Yorston
2019-01-26
1
-0
/
+12
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-01-10
1
-2
/
+2
|
\
|
|
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
|
*
inetd: suppress aliasing warning
Denys Vlasenko
2018-12-08
1
-1
/
+1
|
*
suppress gcc 8 aliasing warnings
Denys Vlasenko
2018-12-08
1
-1
/
+1
*
|
ps: add support for the args column
Ron Yorston
2019-01-08
1
-1
/
+0
*
|
win32: implement umask(2)
Ron Yorston
2019-01-07
1
-0
/
+3
*
|
ash: fix local PATH assignments
Ron Yorston
2018-12-15
1
-7
/
+20
*
|
win32: special treatment for PATH
Ron Yorston
2018-12-14
1
-25
/
+61
*
|
ash: move code from setup_environment()
Ron Yorston
2018-12-14
1
-3
/
+6
*
|
ash: prevent ctrl-c from killing background processes
Ron Yorston
2018-12-13
1
-0
/
+14
*
|
ash: fix ctrl-c handling for pipelines
Ron Yorston
2018-12-13
1
-43
/
+57
*
|
win32: emulate SIGPIPE
Ron Yorston
2018-12-11
1
-5
/
+1
*
|
ash: use auto_win32_extension() in tryexec()
Ron Yorston
2018-12-09
1
-6
/
+3
*
|
win32: rework adding of extensions to filenames
Ron Yorston
2018-12-06
1
-52
/
+8
*
|
ash: fix 'type' and 'command -v'
Ron Yorston
2018-12-05
1
-1
/
+1
*
|
ash: fix a couple of test cases
Ron Yorston
2018-12-04
1
-10
/
+4
*
|
ash: forkshell tweaks
Ron Yorston
2018-12-04
1
-12
/
+13
*
|
ash: more clean up
Ron Yorston
2018-12-03
1
-5
/
+5
*
|
ash: code clean up
Ron Yorston
2018-12-03
1
-6
/
+1
*
|
ash: improvements to forkshell debug
Ron Yorston
2018-12-03
1
-5
/
+23
*
|
ash: annotate pointers in forkshell debug
Ron Yorston
2018-12-02
1
-42
/
+130
*
|
ash: redefine SAVE_PTR macros to remove test
Ron Yorston
2018-12-02
1
-2
/
+10
*
|
ash: consolidate tests for variables not to convert
Ron Yorston
2018-11-29
1
-8
/
+5
*
|
ash: fixes to spawn_forkshell
Ron Yorston
2018-11-29
1
-16
/
+10
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-11-28
1
-4
/
+25
|
\
|
|
*
hush: allow hush to run embedded scripts
Ron Yorston
2018-11-27
1
-15
/
+1
|
*
ash: reset tokpushback before prompting while parsing heredoc
Christoph Schulz
2018-11-20
1
-0
/
+1
|
*
Treat custom and applet scripts as applets
Ron Yorston
2018-11-17
1
-15
/
+4
|
*
ash: ensure variables are fully initialised when unset
Ron Yorston
2018-11-16
1
-3
/
+2
|
*
ash: minor fixes
Ron Yorston
2018-11-06
1
-1
/
+5
|
*
ash: fix thinko in last commit
Denys Vlasenko
2018-11-01
1
-5
/
+1
|
*
ash: in tryexec(), ensure we don't try to run embedded scripts as applets
Ron Yorston
2018-11-01
1
-0
/
+8
|
*
ash: recognize embedded scripts in SH_STANDALONE mode
Ron Yorston
2018-11-01
1
-0
/
+12
|
*
claenups for previous commit
Denys Vlasenko
2018-11-01
1
-8
/
+3
|
*
ash: allow shell scripts to be embedded in the binary
Denys Vlasenko
2018-11-01
1
-1
/
+32
*
|
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
[prev]
[next]