index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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: don't compile dotrap()
Ron Yorston
2020-02-08
1
-0
/
+6
*
ash: fixes to handling of ctrl-C in read builtin
Ron Yorston
2020-02-08
1
-0
/
+15
*
ash: remove obsolete comment
Ron Yorston
2020-02-04
1
-4
/
+1
*
ash: tidy up history_copy()
Ron Yorston
2020-01-21
1
-6
/
+6
*
ash: fix out of bounds read in tblentry_copy()
Ron Yorston
2020-01-19
1
-1
/
+1
*
ash: reduce size of forkshell relocation map
Ron Yorston
2020-01-18
1
-70
/
+77
*
ash: simplify MARK_PTR macro
Ron Yorston
2020-01-18
1
-9
/
+16
*
ash: reorder SAVE_PTR macros
Ron Yorston
2020-01-18
1
-10
/
+8
*
ash: relocatesize may differ from forkshell block size
Ron Yorston
2020-01-18
1
-9
/
+12
*
ash: rework how pointers are adjusted during forkshell
Ron Yorston
2020-01-16
1
-229
/
+185
*
ash: minor fixes to forkshell handling
Ron Yorston
2020-01-14
1
-4
/
+2
*
Merge branch 'busybox' into merge
Ron Yorston
2020-01-08
1
-4
/
+10
|
\
|
*
clang/llvm 9 fix - do not eliminate a store to a fake "const"
Denys Vlasenko
2019-10-25
1
-3
/
+3
|
*
ash: add a FIXME comment
Denys Vlasenko
2019-09-05
1
-1
/
+7
*
|
ash: copy line editing history during forkshell
Ron Yorston
2019-12-16
1
-10
/
+94
*
|
ash: copy alias table during forkshell
Ron Yorston
2019-12-15
1
-1
/
+77
*
|
ash: revert change to behaviour of -s option
Ron Yorston
2019-08-16
1
-0
/
+10
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-08-16
1
-65
/
+128
|
\
|
|
*
ash: fix set -o to not show "nameless" options
Denys Vlasenko
2019-08-02
1
-0
/
+2
|
*
ash: only catch unexpected exceptions in PS1 expansion
Ron Yorston
2019-07-31
1
-0
/
+2
|
*
ash,hush: show 'c' in $- if run in "sh -c CMD"
Denys Vlasenko
2019-06-03
1
-20
/
+42
|
*
ash: allocate line editing structure only if needed
Denys Vlasenko
2019-06-01
1
-37
/
+70
*
|
Merge branch 'busybox' into merge
FRP-3128-g241d4d4ac
Ron Yorston
2019-04-20
1
-13
/
+23
|
\
|
|
*
ash: catch error in arithmetic expansion in PS1
Ron Yorston
2019-04-19
1
-12
/
+20
|
*
ash: prevent error in backquotes in PS1 from exiting shell
Ron Yorston
2019-04-19
1
-1
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-04-17
1
-20
/
+59
|
\
|
|
*
ash: add bash-compatible EPOCH variables
Ron Yorston
2019-04-16
1
-21
/
+56
|
*
ash: an unset dynamic variable should not be dynamic
Ron Yorston
2019-04-16
1
-0
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-04-04
1
-7
/
+8
|
\
|
|
*
ash: distinguish 'wait -n' from other bashisms
Ron Yorston
2019-04-02
1
-7
/
+8
*
|
win32: try to make working directory names consistent
Ron Yorston
2019-04-02
1
-0
/
+1
*
|
df: display origin of mapped drive
Ron Yorston
2019-04-01
1
-1
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-03-31
1
-6
/
+47
|
\
|
|
*
ash: add "wait -n" bashism
Denys Vlasenko
2019-03-27
1
-6
/
+47
*
|
win32: improved support for c:path path names
Ron Yorston
2019-03-30
1
-29
/
+68
*
|
win32: interpret absolute paths as relative to %SYSTEMDRIVE%
Ron Yorston
2019-03-28
1
-0
/
+13
*
|
win32: share code to find root prefix of path
Ron Yorston
2019-03-23
1
-28
/
+2
*
|
ash: rewrite PATH update to save a few bytes
Ron Yorston
2019-03-18
1
-12
/
+8
*
|
ash: enforce ';' separator in CDPATH and MANPATH variables
Ron Yorston
2019-03-16
1
-11
/
+23
*
|
ash: set current working directory on startup
Ron Yorston
2019-03-15
1
-0
/
+7
*
|
win32: add function to convert slashes to backslashes
Ron Yorston
2019-03-15
1
-2
/
+2
*
|
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
[next]