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-11-03
1
-21
/
+84
|
\
|
|
*
ash: fix nofork bug where environment is not properly passed to a command
Denys Vlasenko
2017-11-03
1
-5
/
+40
|
*
ash: retain envvars with bad names in initial environment. Closes 10231
Denys Vlasenko
2017-11-02
1
-4
/
+22
|
*
whitespace fixes
Denys Vlasenko
2017-10-12
1
-3
/
+3
|
*
typo fix
Denys Vlasenko
2017-10-12
1
-1
/
+1
|
*
ash: survive failures in $PS1 expansion. Closes 10371
Denys Vlasenko
2017-10-12
1
-1
/
+18
|
*
use %m printf specifier where appropriate
Denys Vlasenko
2017-09-29
1
-8
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-09-27
1
-7
/
+7
|
\
|
|
*
ash: more s/error/perror/ for better error reporting
Denys Vlasenko
2017-08-23
1
-5
/
+5
|
*
ash: when cd fails, say why
Johannes Schindelin
2017-08-23
1
-1
/
+1
|
*
ash: report reason when a script file could not be opened
Johannes Schindelin
2017-08-23
1
-1
/
+1
*
|
ash: stop assuming that pointers and ints are interchangeable
Johannes Schindelin
2017-08-31
1
-3
/
+3
*
|
ash: avoid assumption about sizeof(long) == sizeof(void *)
Johannes Schindelin
2017-08-31
1
-1
/
+1
*
|
win32: shrink code to detect .exe files
Ron Yorston
2017-08-30
1
-9
/
+4
*
|
Revert "ash: allow long-running nofork applets to be interrupted"
Ron Yorston
2017-08-22
1
-9
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-08-22
1
-42
/
+110
|
\
|
|
*
ash: unset OPTARG if getopts exits 1, support OPTERR=0 behavior
Denys Vlasenko
2017-08-15
1
-2
/
+11
|
*
ash,hush: comment and debug tweaks, no code changes
Denys Vlasenko
2017-08-15
1
-2
/
+3
|
*
ash: one "current line = 1" might be missing, fix that
Denys Vlasenko
2017-08-14
1
-4
/
+5
|
*
ash: [PARSER] Catch variable length expansions on non-existant specials
Denys Vlasenko
2017-08-14
1
-3
/
+9
|
*
ash: fix "unset OPTIND" throwing an error message
Denys Vlasenko
2017-08-11
1
-1
/
+3
|
*
hush: optional times builtin
Denys Vlasenko
2017-08-10
1
-7
/
+9
|
*
ash: implement -d DELIM option for read
Johannes Schindelin
2017-08-09
1
-3
/
+12
|
*
noexec: consolidate code
Denys Vlasenko
2017-08-07
1
-7
/
+1
|
*
noexec: do GETOPT_RESET() before entering APPLET_main()
Denys Vlasenko
2017-08-07
1
-0
/
+1
|
*
noexec: set comm field for noexecs
Denys Vlasenko
2017-08-07
1
-1
/
+4
|
*
free,stat: make NOEXEC
Denys Vlasenko
2017-08-07
1
-0
/
+2
|
*
ash: do not set a signal to SIG_DFL if it already is
Denys Vlasenko
2017-08-06
1
-1
/
+7
|
*
ash: BASH_XTRACEFD bashism
Denys Vlasenko
2017-08-04
1
-0
/
+10
|
*
ash: remove no-longer-used variable
Johannes Schindelin
2017-08-04
1
-2
/
+0
|
*
ash: INT_OFF/INT_ON around run_nofork_applet()
Denys Vlasenko
2017-08-04
1
-3
/
+19
|
*
sheel: improve comments on signal handling
Denys Vlasenko
2017-08-04
1
-11
/
+16
|
*
ash: add a fixme comment at run_nofork_applet
Denys Vlasenko
2017-08-03
1
-1
/
+3
|
*
line editing: make read_line_input() not take timeout param
Denys Vlasenko
2017-08-02
1
-2
/
+3
|
*
do not use `a' quoting style in comments
Denys Vlasenko
2017-08-02
1
-1
/
+1
*
|
ash: improvements to ctrl-c handling
Ron Yorston
2017-08-03
1
-1
/
+4
*
|
ash: fixes to wait status
Ron Yorston
2017-08-03
1
-2
/
+2
*
|
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
[prev]
[next]