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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ash: fail if 'shift' operand is out of range
Ingo van Lil
2018-01-07
1
-1
/
+1
*
randomconfig fixes
Denys Vlasenko
2017-12-31
2
-6
/
+9
*
ash: fix nofork bug where environment is not properly passed to a command
Denys Vlasenko
2017-11-03
5
-5
/
+88
*
ash: retain envvars with bad names in initial environment. Closes 10231
Denys Vlasenko
2017-11-02
1
-4
/
+22
*
hush: fix comment parsing in `cmd`, closes 10421
Denys Vlasenko
2017-10-22
5
-4
/
+47
*
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
*
regularize format of source file headers, no code changes
Denys Vlasenko
2017-09-18
1
-6
/
+6
*
hush: fix false positive in unset.tests
Denys Vlasenko
2017-08-29
1
-0
/
+6
*
hush: GETOPT_RESET() _after_ getopts too.
Denys Vlasenko
2017-08-29
2
-3
/
+4
*
hush: reuse "OPTIND=..." string
Denys Vlasenko
2017-08-29
1
-1
/
+2
*
hush: fix "getopts" builtin to not be upset by other builtins calling getopt()
Denys Vlasenko
2017-08-29
5
-15
/
+133
*
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: stage backported LINENO support as a separate patch
Denys Vlasenko
2017-08-17
1
-0
/
+498
*
hush: trivial code shrink in builtin_getopts
Denys Vlasenko
2017-08-17
1
-4
/
+5
*
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
2
-3
/
+4
*
ash: one "current line = 1" might be missing, fix that
Denys Vlasenko
2017-08-14
1
-4
/
+5
*
ash: update testsuite (we now error out on ${#=})
Denys Vlasenko
2017-08-14
1
-1
/
+1
*
ash: [PARSER] Catch variable length expansions on non-existant specials
Denys Vlasenko
2017-08-14
1
-3
/
+9
*
shell: tweak getopts tests, no code changes
Denys Vlasenko
2017-08-13
6
-4
/
+34
*
hush: implement "silent" optstrings of ":opts"
Denys Vlasenko
2017-08-11
5
-17
/
+89
*
hush: add a test which fails due to uclibc bug in getopt()
Denys Vlasenko
2017-08-11
4
-0
/
+128
*
hush: fix redirect code (was using uninitialized variables)
Denys Vlasenko
2017-08-11
1
-2
/
+4
*
shell: add OPTARG poisoning to getopt_optarg.tests
Denys Vlasenko
2017-08-11
3
-5
/
+18
*
hush: teach getopts to set/unset OPTARG
Denys Vlasenko
2017-08-11
6
-6
/
+73
*
hush: getopts builtin
Denys Vlasenko
2017-08-11
7
-2
/
+212
*
ash: fix "unset OPTIND" throwing an error message
Denys Vlasenko
2017-08-11
3
-1
/
+112
*
hush: optional times builtin
Denys Vlasenko
2017-08-10
2
-9
/
+57
*
shell: more efficient check for EOL in read
Denys Vlasenko
2017-08-09
2
-4
/
+8
*
hush: implement -d DELIM option for 'read'
Denys Vlasenko
2017-08-09
1
-2
/
+11
*
ash: implement -d DELIM option for read
Johannes Schindelin
2017-08-09
3
-7
/
+21
*
noexec: consolidate code
Denys Vlasenko
2017-08-07
2
-14
/
+2
*
noexec: do GETOPT_RESET() before entering APPLET_main()
Denys Vlasenko
2017-08-07
2
-1
/
+3
*
noexec: set comm field for noexecs
Denys Vlasenko
2017-08-07
2
-2
/
+8
*
free,stat: make NOEXEC
Denys Vlasenko
2017-08-07
2
-0
/
+4
*
ash: do not set a signal to SIG_DFL if it already is
Denys Vlasenko
2017-08-06
1
-1
/
+7
*
make 17 state-changing execing applets (ex: "nice PROG ARGS") noexec
Denys Vlasenko
2017-08-04
1
-1
/
+1
*
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
2
-11
/
+23
*
ash: add a fixme comment at run_nofork_applet
Denys Vlasenko
2017-08-03
1
-1
/
+3
*
nofork: fix a bug uncovered by hush testsuite (forgotten fflush)
Denys Vlasenko
2017-08-03
1
-1
/
+1
*
hush: do not accept "if() { echo; }" function def
Denys Vlasenko
2017-08-02
5
-17
/
+60
*
line editing: make read_line_input() not take timeout param
Denys Vlasenko
2017-08-02
2
-4
/
+4
[next]