index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
...
|
*
shell/read: do not allow empty variable name
Denys Vlasenko
2023-06-17
1
-1
/
+1
|
*
shell/math: eliminate some redundant stores on return code path
Denys Vlasenko
2023-06-17
1
-20
/
+23
|
*
shell/math: change ?: nesting code to not have 63 level nesting limitation
Denys Vlasenko
2023-06-17
2
-14
/
+21
|
*
shell/math.h: update comments, rearrange struct members for smaller code
Denys Vlasenko
2023-06-17
2
-23
/
+5
|
*
shell/math: code shrink
Denys Vlasenko
2023-06-17
1
-3
/
+3
|
*
shell/math: tweka comments
Denys Vlasenko
2023-06-16
1
-16
/
+8
|
*
shell/math: fix ?: to not evaluate not-taken branches
Denys Vlasenko
2023-06-16
26
-24
/
+131
|
*
shell/math: simplify handling of unary plus
Denys Vlasenko
2023-06-15
1
-3
/
+5
|
*
shell/math: explain the logic, small tweak to make code smaller
Denys Vlasenko
2023-06-15
1
-10
/
+25
|
*
shell/math: fix order of expansion of variables to numbers
Denys Vlasenko
2023-06-15
3
-34
/
+26
|
*
shell: document another arithmetic discrepancy with bash
Denys Vlasenko
2023-06-15
2
-0
/
+11
|
*
shell/math: remove special code to handle a?b?c:d:e, it works without it now
Denys Vlasenko
2023-06-15
5
-9
/
+9
|
*
shell/math: fix parsing of ?: and explain why it's parsed that way
Denys Vlasenko
2023-06-15
11
-26
/
+61
|
*
shell/math: simpler insertion of "fake" last RPAREN
Denys Vlasenko
2023-06-15
1
-7
/
+6
|
*
shell: sync ash/hush test scripts
Denys Vlasenko
2023-06-14
2
-8
/
+25
|
*
shell/math: trivial code shrink
Denys Vlasenko
2023-06-14
1
-4
/
+3
|
*
shell/math: fix the order of variable resolution in binops
Denys Vlasenko
2023-06-14
9
-12
/
+48
|
*
shell/math: remove now-unused second_val
Denys Vlasenko
2023-06-14
1
-20
/
+3
|
*
shell/math: fix nested ?: and do not parse variables in not-taken branch
Denys Vlasenko
2023-06-14
7
-43
/
+61
|
*
shell/math: remove a redundant check
Denys Vlasenko
2023-06-14
1
-6
/
+6
|
*
shell/math: document ternary ?: op's weirdness, add code comments
Denys Vlasenko
2023-06-14
3
-28
/
+65
|
*
shell/math: fix one name check, other minor cleanups
Denys Vlasenko
2023-06-13
1
-8
/
+12
|
*
shell: add a few yet-failing arithmentic tests
Denys Vlasenko
2023-06-13
10
-0
/
+43
|
*
shell/math: reduce stack usage
Denys Vlasenko
2023-06-13
1
-30
/
+36
|
*
shell: avoid segfault on ${0::0/0~09J}. Closes 15216
Denys Vlasenko
2023-06-12
1
-4
/
+35
|
*
hush: fix expansion of space in "a=${a:+$a }c" construct
Denys Vlasenko
2023-06-12
5
-1
/
+17
*
|
ash: fix 'read' shell built-in (1)
Ron Yorston
2023-07-12
1
-16
/
+7
*
|
ash: properly echo console input to 'read' built-in
Ron Yorston
2023-07-12
2
-4
/
+4
*
|
ash: standardise treatment of winxp option
Ron Yorston
2023-06-21
1
-13
/
+41
*
|
ash: code shrink
Ron Yorston
2023-06-21
1
-28
/
+20
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-06-16
9
-8
/
+63
|
\
|
|
*
hush: make "false" built-in
Denys Vlasenko
2023-05-25
1
-0
/
+7
|
*
hush: fix ELIF cmd1;cmd2 THEN ... not executing cmd2, closes 15571
Denys Vlasenko
2023-05-25
9
-8
/
+56
*
|
win32: remove special treatment of USERNAME
Ron Yorston
2023-06-05
1
-1
/
+0
*
|
win32: code shrink applet look-up
Ron Yorston
2023-06-05
1
-5
/
+14
*
|
ash: fix build with line editing disabled
Ron Yorston
2023-06-04
1
-0
/
+4
*
|
win32: another BB_OVERRIDE_APPLETS fix
Ron Yorston
2023-06-04
1
-5
/
+37
*
|
win32: fix BB_OVERRIDE_APPLETS
Ron Yorston
2023-06-03
1
-0
/
+8
*
|
ash: enable 'set -/+o noconsole'
Ron Yorston
2023-06-01
1
-5
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-05-23
2
-0
/
+11
|
\
|
|
*
ash: use-after-free in bash pattern substitution
Karsten Sperling
2023-05-18
1
-0
/
+2
|
*
hush: add comment about abort on syntax error %{^}
Denys Vlasenko
2023-05-09
1
-0
/
+1
|
*
hush: fix an interactive abort on error
Denys Vlasenko
2023-05-08
1
-0
/
+8
*
|
win32: changes to signal handling
Ron Yorston
2023-05-23
1
-6
/
+25
*
|
su: add option to keep console open on shell exit
Ron Yorston
2023-05-02
1
-1
/
+25
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-04-17
3
-10
/
+59
|
\
|
|
*
ash,hush: tab completion of functions and aliases
Ron Yorston
2023-04-16
2
-6
/
+40
|
*
hush: quote variable values printed by "set" (match ash behavior)
Denys Vlasenko
2023-04-13
2
-4
/
+19
*
|
ash: more Unix-style path fixes
Ron Yorston
2023-04-16
1
-7
/
+19
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-04-09
4
-44
/
+89
|
\
|
[prev]
[next]