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: 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
34
-82
/
+1422
|
\
|
*
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
|
*
hush: make SIGINT handling visually less confusing
Denys Vlasenko
2017-08-02
1
-3
/
+3
|
*
NOFORK fixes
Denys Vlasenko
2017-08-02
1
-1
/
+30
|
*
do not use `a' quoting style in comments
Denys Vlasenko
2017-08-02
3
-3
/
+3
*
|
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
30
-384
/
+708
|
\
|
|
*
ash: align --login code with dash
Denys Vlasenko
2017-07-31
1
-13
/
+17
|
*
hush: remove redundant "G_flag_return_in_progress = -1"
Denys Vlasenko
2017-07-31
1
-1
/
+0
|
*
hush: fix "true | func_with_return" not allowing return.
Denys Vlasenko
2017-07-31
9
-8
/
+52
|
*
ash: fix display of ">&-" redirect in job strings
Denys Vlasenko
2017-07-31
1
-1
/
+8
|
*
hush: functions have priority over builtins (!)
Denys Vlasenko
2017-07-31
5
-14
/
+39
|
*
hush: if STANDALONE, close interactive fd for NOEXECed children
Denys Vlasenko
2017-07-31
1
-2
/
+15
[next]