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
*
whitespace fixes. no code changes
Denis Vlasenko
2008-06-25
1
-2
/
+2
*
hush: ifdef out parts which are not needed
Denis Vlasenko
2008-06-24
1
-46
/
+59
*
hush: kill some old unused fields; small code shrink
Denis Vlasenko
2008-06-24
1
-58
/
+49
*
fix breakage found by randomconfig
Denis Vlasenko
2008-06-23
2
-7
/
+8
*
hush: trivial fix in debug code
Denis Vlasenko
2008-06-23
1
-1
/
+1
*
ash: trivial code readability fixes
Denis Vlasenko
2008-06-23
1
-9
/
+8
*
ash: improve readability of the code. No real code changes.
Denis Vlasenko
2008-06-23
1
-9
/
+9
*
ash: optional support for $'...\t...\n...' bashism
Denis Vlasenko
2008-06-23
3
-29
/
+104
*
ash: minor shrink (mostly smallints) and variable renaming
Denis Vlasenko
2008-06-22
1
-91
/
+91
*
ash: fix "shift BIGNUM" and "read with no variable name" bugs.
Denis Vlasenko
2008-06-18
1
-2
/
+4
*
cosmetics in hush testsuites
Denis Vlasenko
2008-06-18
2
-3
/
+1
*
fix globbing in unquoted $* and $@
Denis Vlasenko
2008-06-18
3
-6
/
+25
*
hush: fix a bug with backslashes improperly handled in unquoted variables.
Denis Vlasenko
2008-06-18
1
-51
/
+115
*
hush: add testsuite for "no globbing in redirection" rule.
Denis Vlasenko
2008-06-18
7
-45
/
+75
*
hush: expand quote3.tests and move from hush-bugs to hush-parsing
Denis Vlasenko
2008-06-18
4
-11
/
+33
*
hush: fix last hush-bugs testcase (disappearing "", $empty"" etc)
Denis Vlasenko
2008-06-18
1
-12
/
+25
*
hush: fix $$ handling
Denis Vlasenko
2008-06-17
3
-1
/
+7
*
hush: fix "for a in; do echo 'I should never run'; done" bug
Denis Vlasenko
2008-06-17
3
-8
/
+10
*
move glob_and_assign.tests from hush-bugs to hush-glob
Denis Vlasenko
2008-06-17
2
-0
/
+0
*
hush: continue fixing quoting and subst: fix glob_and_assign.tests.
Denis Vlasenko
2008-06-17
4
-51
/
+65
*
hush: cleanup pass, the biggest is - moved builtins to the end of the file,
Denis Vlasenko
2008-06-17
2
-355
/
+358
*
hush: fix memory leak. it was actually rather invloved problem.
Denis Vlasenko
2008-06-17
1
-138
/
+175
*
hush: fixing fallout from last big glob fix:
Denis Vlasenko
2008-06-16
1
-80
/
+80
*
hush: delete hush-bugs/glob_and_vars.tests for real
Denis Vlasenko
2008-06-16
1
-2
/
+0
*
hush: fix hush-bugs/glob_and_vars.tests testcase:
Denis Vlasenko
2008-06-16
6
-47
/
+70
*
hush: eliminate PARSEFLAG_SEMICOLON and ctx->parse_type field.
Denis Vlasenko
2008-06-15
1
-43
/
+6
*
hush: fix a bug where we were requiring semicolon here: (cmd;)
Denis Vlasenko
2008-06-14
4
-22
/
+34
*
hush: add support for ':'; create testsuite entries
Denis Vlasenko
2008-06-14
10
-20
/
+38
*
hush: support "! cmd | cmd" negation
Denis Vlasenko
2008-06-14
6
-90
/
+172
*
ash: small cosmetic change
Denis Vlasenko
2008-06-14
1
-1
/
+1
*
ash: fix ${var/s/r} handling, add testcase.
Denis Vlasenko
2008-06-14
3
-61
/
+75
*
hush: speed up o_addX{chr,str}
Denis Vlasenko
2008-06-12
1
-35
/
+70
*
hush: fix for nested $()s with escapes + testsuite
Denis Vlasenko
2008-06-12
4
-2
/
+25
*
hush: more backtick and quoting fixes...
Denis Vlasenko
2008-06-10
3
-19
/
+71
*
hush: fix escaping of \[*?; add testsuites for these and for globbing
Denis Vlasenko
2008-06-10
7
-2
/
+21
*
hush: fix yet another fallout
Denis Vlasenko
2008-06-10
5
-14
/
+12
*
hush: fix some fallout from prev commits, add testsuite
Denis Vlasenko
2008-06-10
3
-12
/
+31
*
hush: search/and/replace style cleanups, no code changes
Denis Vlasenko
2008-06-10
1
-138
/
+123
*
hush: fix two nasty bugs:
Denis Vlasenko
2008-06-10
1
-190
/
+297
*
hush: fix a memory leak in NOMMU case
Denis Vlasenko
2008-06-10
1
-12
/
+46
*
less: fix a case when regexp matches ""
Denis Vlasenko
2008-06-09
1
-1
/
+4
*
reword the error msg so people realize that they broke it, they buy it
Mike Frysinger
2008-06-09
1
-1
/
+1
*
cosmetics
Denis Vlasenko
2008-06-09
1
-3
/
+3
*
msh_function.patch: picked it up in the wild.
Denis Vlasenko
2008-06-09
1
-0
/
+350
*
msh: style cleanups. No code changes.
Denis Vlasenko
2008-06-09
1
-25
/
+23
*
hush: add yet another bug to testsuite :(
Denis Vlasenko
2008-06-08
2
-0
/
+7
*
ash testsuite: modify it so that it can run hush and msh tests
Denis Vlasenko
2008-06-05
1
-3
/
+11
*
ash: optional printf builtin. +25 bytes if off, +35 if on.
Denis Vlasenko
2008-06-01
2
-5
/
+16
*
msh: fix ENOENT testcase
Denis Vlasenko
2008-06-01
2
-2
/
+2
*
msh: fix the case where the file has exec bit but can't be run directly
Denis Vlasenko
2008-05-30
5
-6
/
+21
[next]