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: fix CONFIG_ASH_OPTIMIZE_FOR_SIZE off + high-bit chars case
Denis Vlasenko
2008-12-15
1
-10
/
+15
*
ash: remove TODO which seems to actually work now.
Denis Vlasenko
2008-12-03
1
-8
/
+8
*
ash: finally installed it as /bin/sh on my machine.
Denis Vlasenko
2008-12-03
1
-67
/
+131
*
ash: add FIXME
Denis Vlasenko
2008-11-28
1
-2
/
+7
*
ash: "ash: syntax error: XXX unexpected" -> "ash: syntax error: unexpected XXX"
Denis Vlasenko
2008-11-28
1
-1
/
+1
*
ash: shrink on top of previous change
Denis Vlasenko
2008-11-28
1
-111
/
+128
*
ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'
Denis Vlasenko
2008-11-28
3
-29
/
+56
*
ash,hush: add TODO for rare build failure
Denis Vlasenko
2008-11-25
2
-2
/
+25
*
ash: fix bad interaction between ash -c '....&' and bash compat
Denis Vlasenko
2008-11-25
1
-2
/
+6
*
ash: NTO2 needs #if ENABLE_ASH_BASH_COMPAT
Denis Vlasenko
2008-11-22
1
-0
/
+2
*
ash: fix miscalculation of memory needed for eval tree
Denis Vlasenko
2008-11-21
1
-33
/
+35
*
whitespace fixes, no code changes
Denis Vlasenko
2008-10-29
1
-1
/
+1
*
ash: add testcase for bug 5304
Denis Vlasenko
2008-10-27
2
-0
/
+15
*
ash: fix "while kill -0 $child; do true; done" looping forever.
Denis Vlasenko
2008-10-27
1
-46
/
+20
*
dc: conditionalize parts which require libm
Denis Vlasenko
2008-10-20
2
-0
/
+4
*
ash: fix NOEXEC mode - we were forgetting to pass environment!
Denis Vlasenko
2008-10-20
3
-2
/
+10
*
ash: fix a bug in standalone mode (corrupted getopt() state)
Denis Vlasenko
2008-10-20
2
-0
/
+7
*
hush: add TODO
Denis Vlasenko
2008-10-14
1
-0
/
+2
*
hush: next small step towards functions
Denis Vlasenko
2008-10-14
1
-19
/
+53
*
hush: fix NOMMU bug (analogous to preceding commit for MMU)
Denis Vlasenko
2008-10-13
3
-77
/
+95
*
testcase for the last fix
Denis Vlasenko
2008-10-13
2
-0
/
+20
*
hush: fix trashing of environment by local env vars:
Denis Vlasenko
2008-10-13
1
-60
/
+104
*
hush: fix environment and memory leaks, add tests for them
Denis Vlasenko
2008-10-09
6
-58
/
+218
*
hush: preparatory work for implementing functions
Denis Vlasenko
2008-10-09
1
-66
/
+89
*
hush: massive renaming of ill-named structures and fields
Denis Vlasenko
2008-10-09
1
-202
/
+206
*
ash: support &> redirection (bashism). ~90 bytes of code
Denis Vlasenko
2008-10-07
1
-49
/
+68
*
ash: some beautification work, no code changes
Denis Vlasenko
2008-10-06
1
-41
/
+38
*
ash: implement ">&file" bashism. ~100 bytes.
Denis Vlasenko
2008-10-05
1
-47
/
+111
*
style fixes, no code changes
Denis Vlasenko
2008-09-27
1
-2
/
+2
*
- fix compilation on OSF/1
Bernhard Reutner-Fischer
2008-09-25
1
-2
/
+2
*
ash: fix "(cat < file)" hang introduced by rev 22944.
Denis Vlasenko
2008-08-16
3
-11
/
+20
*
- fix typo
Bernhard Reutner-Fischer
2008-08-06
1
-1
/
+1
*
hush: fix mishandling of a'b'c=fff as assignments. They are not.
Denis Vlasenko
2008-08-04
5
-58
/
+127
*
hush: remove a comment about already fixed bug
Denis Vlasenko
2008-08-03
1
-2
/
+0
*
hush: support $_NUMBERS variable names
Denis Vlasenko
2008-07-31
5
-4
/
+19
*
hush: fix "case ... in <newline> word)..."
Denis Vlasenko
2008-07-31
3
-1
/
+20
*
hush: support "pattern1|pattern2...)" in case statements
Denis Vlasenko
2008-07-31
1
-8
/
+18
*
ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"
Denis Vlasenko
2008-07-30
3
-1
/
+20
*
hush: trivial code shrink
Denis Vlasenko
2008-07-29
1
-8
/
+4
*
hush: use G.xxx instead of #define xxx G.xxx. We have too many globals
Denis Vlasenko
2008-07-29
1
-234
/
+198
*
randomconfig fix
Denis Vlasenko
2008-07-29
1
-2
/
+2
*
hush: small fix for repeated continue and fix for wrong loop depth count
Denis Vlasenko
2008-07-29
3
-1
/
+17
*
hush: fix inverted check (was making all break's to act as "break 99999")
Denis Vlasenko
2008-07-29
1
-1
/
+1
*
hush: fix break'ing out of {} and () groups; with testcase
Denis Vlasenko
2008-07-29
3
-13
/
+43
*
randomconfig fixes
Denis Vlasenko
2008-07-29
1
-2
/
+6
*
hush: add #defines to switch off break/continue if loops are not supported
Denis Vlasenko
2008-07-29
3
-1
/
+24
*
hush: fix "while false; ..." exitcode; add testsuites
Denis Vlasenko
2008-07-28
5
-1
/
+24
*
hush: support "break N" and "continue N"
Denis Vlasenko
2008-07-28
7
-35
/
+82
*
hush: implement break and continue
Denis Vlasenko
2008-07-28
2
-77
/
+107
*
hush: in run_list(), some loop_top ops seems to be superfluous.
Denis Vlasenko
2008-07-28
1
-15
/
+15
[next]