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
...
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-08-02
1
-302
/
+393
|
\
|
|
*
ash: align --login code with dash
Denys Vlasenko
2017-07-31
1
-13
/
+17
|
*
ash: fix display of ">&-" redirect in job strings
Denys Vlasenko
2017-07-31
1
-1
/
+8
|
*
ash,hush: ">&10" redirects to script/tty fds should not work
Denys Vlasenko
2017-07-31
1
-9
/
+30
|
*
ash: significant overhaul of redirect saving logic
Denys Vlasenko
2017-07-31
1
-139
/
+193
|
*
ash: remove REDIR_SAVEFD2
Denys Vlasenko
2017-07-31
1
-32
/
+37
|
*
ash: if !ENABLE_ASH_EXPAND_PRMT, disable PSSYNTAX code
Denys Vlasenko
2017-07-29
1
-2
/
+8
|
*
ash: [REDIR] Fix popredir on abnormal exit from built-in
Denys Vlasenko
2017-07-29
1
-26
/
+44
|
*
ash: [PARSER] Add FAKEEOFMARK for expandstr
Denys Vlasenko
2017-07-29
1
-19
/
+27
|
*
ash: [PARSER] Removed noexpand/length check on eofmark
Denys Vlasenko
2017-07-29
1
-70
/
+41
|
*
ash: "Undo all redirections" comment is wrong, delete it
Denys Vlasenko
2017-07-29
1
-26
/
+22
*
|
ash: don't reset pending_int in waitpid_child
Ron Yorston
2017-08-02
1
-1
/
+0
*
|
ash: allow long-running nofork applets to be interrupted
Ron Yorston
2017-08-01
1
-1
/
+9
*
|
ash: improve performance of ctrl-c
Ron Yorston
2017-08-01
1
-0
/
+4
*
|
ash: remove old code to tab-complete 'busybox' in standalone shell
Ron Yorston
2017-07-29
1
-8
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-07-29
1
-240
/
+219
|
\
|
|
*
ash: make tryexec(cmd) parameter const char
Denys Vlasenko
2017-07-29
1
-4
/
+4
|
*
ash: support platforms that don't have '%m' printf specifier
Ron Yorston
2017-07-28
1
-5
/
+17
|
*
ash: less hackish implementation of evaltreenr()
Denys Vlasenko
2017-07-28
1
-6
/
+14
|
*
ash: force inlining of a trivial function
Denys Vlasenko
2017-07-26
1
-1
/
+1
|
*
ash: revert previous implementation of "A=1 A=2 B=$A cmd" code
Denys Vlasenko
2017-07-26
1
-47
/
+15
|
*
ash: [VAR] Fix loss of variables when hash collides
Denys Vlasenko
2017-07-26
1
-10
/
+16
|
*
ash: [VAR] Do not poplocalvars prematurely on regular utilities
Denys Vlasenko
2017-07-26
1
-4
/
+6
|
*
ash: [VAR] Fix poplocalvar on abnormal exit from function
Denys Vlasenko
2017-07-26
1
-5
/
+14
|
*
ash: [VAR] Replace cmdenviron with localvars
Denys Vlasenko
2017-07-26
1
-27
/
+34
|
*
ash: [VAR] Fix poplocalvar leak
Denys Vlasenko
2017-07-26
1
-1
/
+2
|
*
ash: [VAR] Add localvars nesting
Denys Vlasenko
2017-07-26
1
-13
/
+44
|
*
ash: alloc slightly smaller buffer in cvtnum(); faster unsetvar()
Denys Vlasenko
2017-07-26
1
-9
/
+13
|
*
ash: fix redir_leak.tests if STANDALONE=y
Denys Vlasenko
2017-07-26
1
-0
/
+1
|
*
ash: [SHELL] Optimize dash -c "command" to avoid a fork
Denys Vlasenko
2017-07-25
1
-7
/
+11
|
*
ash: allow "trap NUM [SIG]..." syntax
Denys Vlasenko
2017-07-25
1
-2
/
+7
|
*
ash: [REDIR] Replace GPL noclobberopen code with the FreeBSD version
Denys Vlasenko
2017-07-25
1
-64
/
+17
|
*
ash: sync up with dash with respect to redirection escaping
Denys Vlasenko
2017-07-25
1
-5
/
+1
|
*
ash: [VAR] Move unsetvar functionality into setvareq
Denys Vlasenko
2017-07-25
1
-41
/
+16
|
*
ash: fix comment, no code changes
Denys Vlasenko
2017-07-24
1
-3
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-07-24
1
-46
/
+103
|
\
|
|
*
ash: fix for last commit
Denys Vlasenko
2017-07-23
1
-1
/
+1
|
*
ash: use mempcpy() in more places
Denys Vlasenko
2017-07-23
1
-6
/
+5
|
*
ash: use mempcpy() where appropriate
Denys Vlasenko
2017-07-21
1
-2
/
+2
|
*
ash: improve set -x to quote strings as necessary
Denys Vlasenko
2017-07-21
1
-11
/
+70
|
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-25
/
+25
|
*
ash: remove contradicting size info in config help
Denys Vlasenko
2017-07-18
1
-2
/
+1
|
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
|
ash: allow for filename extension in find_command
Ron Yorston
2017-07-24
1
-2
/
+9
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-07-18
1
-38
/
+71
|
\
|
|
*
ash: more general format ${var:EXPR:EXPR}
Denys Vlasenko
2017-07-17
1
-17
/
+26
|
*
ash: "you disabled math" is wrong: user did not disable it, builder of ash did
Denys Vlasenko
2017-07-17
1
-1
/
+1
|
*
shells: expand TODO comments, no code changes
Denys Vlasenko
2017-07-17
1
-0
/
+1
|
*
ash: protect WIFSTOPPED use with #if JOBS
Johannes Schindelin
2017-07-15
1
-3
/
+9
|
*
main: fix the case where user has "halt" as login shell. Closes 9986
Denys Vlasenko
2017-07-07
1
-1
/
+1
[prev]
[next]