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: eval: Add assignment built-in support again
Denys Vlasenko
2020-02-20
1
-85
/
+91
*
|
ash: remove unused signal handling variables
Ron Yorston
2020-02-21
1
-3
/
+11
*
|
ash: fixes to make the last merge work
Ron Yorston
2020-02-20
1
-1
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-02-20
1
-88
/
+89
|
\
|
|
*
ash,hush: add comment about masked SIGCHLD, handle SIG_IGNed SIGHUP as in bash
Denys Vlasenko
2020-02-18
1
-6
/
+20
|
*
ash: jobs: Only clear gotsigchld when waiting for everything
Denys Vlasenko
2020-02-18
1
-66
/
+56
|
*
ash: jobs - Do not block when waiting on SIGCHLD
Denys Vlasenko
2020-02-18
1
-11
/
+14
|
*
ash: eval: Reap zombies after built-in commands and functions
Denys Vlasenko
2020-02-18
1
-16
/
+10
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-02-18
1
-134
/
+196
|
\
|
|
*
ash: exec: Never rehash regular built-ins
Denys Vlasenko
2020-02-17
1
-3
/
+10
|
*
ash: exec: Stricter pathopt parsing
Denys Vlasenko
2020-02-17
1
-64
/
+104
|
*
ash: exec: Do not allocate stack string in padvance
Denys Vlasenko
2020-02-17
1
-36
/
+38
|
*
ash: memalloc: Add growstackto helper
Denys Vlasenko
2020-02-17
1
-17
/
+12
|
*
ash: parser: Save/restore here-documents in command substitution
Denys Vlasenko
2020-02-17
1
-9
/
+16
|
*
ash: mkinit: Split reset into exitreset and reset
Denys Vlasenko
2020-02-17
1
-7
/
+19
|
*
ash: expand: Fix trailing newlines processing in backquote expanding
Denys Vlasenko
2020-02-17
1
-1
/
+1
|
*
ash: parser: Only accept single-digit parameter expansion outside of braces
Denys Vlasenko
2020-02-17
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-02-17
1
-36
/
+59
|
\
|
|
*
ash: shell: Fix clang warnings about "string plus integer"
Denys Vlasenko
2020-02-16
1
-1
/
+2
|
*
ash: eval: Use the correct expansion mode for fd redirection
Denys Vlasenko
2020-02-16
1
-2
/
+1
|
*
ash: expand: Fix skipping of command substitution when trimming in evalvar
Denys Vlasenko
2020-02-16
1
-0
/
+2
|
*
ash: main: Print \n upon EOF (CTRL-D) when run interactively
Denys Vlasenko
2020-02-16
1
-1
/
+5
|
*
ash: expand: Use HOME in tilde expansion when it is empty
Denys Vlasenko
2020-02-16
1
-1
/
+1
|
*
ash: builtin: Mark more regular built-ins
Denys Vlasenko
2020-02-16
1
-4
/
+4
|
*
ash: jobs: Replace some uses of fmtstr with stpcpy/stpncpy
Denys Vlasenko
2020-02-16
1
-8
/
+7
|
*
ash: output: Fix fmtstr return value
Denys Vlasenko
2020-02-16
1
-1
/
+1
|
*
ash: main: Only set savestatus in exitcmd
Denys Vlasenko
2020-02-16
1
-7
/
+2
|
*
ash: [BUILTIN] Exit without arguments in a trap should use status outside traps
Denys Vlasenko
2020-02-16
1
-13
/
+30
|
*
ash: parser: Fix incorrect eating of backslash newlines
Denys Vlasenko
2020-02-16
1
-2
/
+8
|
*
ash: use pgetc_eatbnl() in more places, take 2
Denys Vlasenko
2020-02-16
1
-6
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-02-15
1
-21
/
+39
|
\
|
|
*
ash,hush: allow builtins to be tab-completed, closes 7532
Ron Yorston
2020-01-29
1
-1
/
+18
|
*
ash: improve expandstr()
Ron Yorston
2020-01-29
1
-20
/
+21
*
|
ash: code shrink
Ron Yorston
2020-02-14
1
-4
/
+12
*
|
ash: code shrink
Ron Yorston
2020-02-11
1
-3
/
+15
*
|
ash: fixes to trap
Ron Yorston
2020-02-10
1
-3
/
+4
*
|
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
[prev]
[next]