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
/
docs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-09-19
fix build failure for pmap
Dan Fandrich
1
-1
/
+1
2010-09-17
shell/math: better comment. no code changes
Denys Vlasenko
1
-2
/
+2
2010-09-16
move read_base64 to libbb/uuencode.c
Denys Vlasenko
3
-82
/
+77
2010-09-16
libbb: merge mail and uudecode's base64 decoders
Denys Vlasenko
6
-139
/
+90
2010-09-16
hush: move shell_ver from globals to main's stack.
Denys Vlasenko
1
-8
/
+9
2010-09-16
simpler check for od
Denys Vlasenko
1
-1
/
+2
2010-09-16
build system: test that od is present in the host system
Denys Vlasenko
1
-0
/
+6
2010-09-16
shell/math: deconvolute and explain ?: handling. Give better error message
Denys Vlasenko
6
-129
/
+144
2010-09-15
shell/math: return string error indicator, not integer
Denys Vlasenko
6
-131
/
+113
2010-09-14
sleep: make it non-NOFORK. Fixes ^C in standalone shell
Denys Vlasenko
2
-3
/
+4
2010-09-13
shell/math.c: stop using bss variable
Denys Vlasenko
2
-22
/
+37
2010-09-13
shell/math.c: rename arith_eval_hooks to arith_state, put error code into it
Denys Vlasenko
4
-81
/
+78
2010-09-13
shell/math.c: small code shrink; fixed incomprehensible comments
Denys Vlasenko
1
-112
/
+113
2010-09-13
shell: small code shrink
Denys Vlasenko
1
-8
/
+9
2010-09-13
shell: shrink arith code; and prepare for returning text error codes
Denys Vlasenko
2
-65
/
+63
2010-09-12
hush: optional support for history saving
Denys Vlasenko
2
-2
/
+22
2010-09-12
smemcap: use correct tar magic
Denys Vlasenko
1
-1
/
+1
2010-09-12
*: s/perror/bb_simple_perror_msg/g
Marek Polacek
2
-6
/
+6
2010-09-12
Fixed a couple of failing tar tests
Dan Fandrich
1
-4
/
+5
2010-09-12
busybox: add "busybox --list[-full]" to help text
Denys Vlasenko
1
-0
/
+1
2010-09-12
hush: move the EXIT trap comment. no code changes
Denys Vlasenko
1
-2
/
+3
2010-09-12
hush: fix EXIT trap display inside exit trap handler
Denys Vlasenko
3
-4
/
+45
2010-09-12
shell/match.c: shrink by dropping double bool inversion
Denys Vlasenko
1
-6
/
+4
2010-09-12
hush: fix handling of \" in quoted/unquoted `cmd`
Denys Vlasenko
5
-22
/
+50
2010-09-12
ash: shrink by folding an if check into setprompt; unindent big block
Denys Vlasenko
1
-166
/
+149
2010-09-12
ash: add missing casts to match CTLfoo; add TODO comments
Denys Vlasenko
1
-8
/
+12
2010-09-10
hush: remove forgotten commented-out block. no code changes
Denys Vlasenko
1
-4
/
+0
2010-09-10
hush: do fewer strdups in % and hash expansions
Denys Vlasenko
3
-13
/
+30
2010-09-10
hush: better function and parameter names
Denys Vlasenko
1
-20
/
+55
2010-09-10
hush: fixes to testsuite
Denys Vlasenko
2
-6
/
+8
2010-09-10
hush: fix var_bash5.tests failure
Denys Vlasenko
3
-26
/
+54
2010-09-10
hush: fix var_bash3.tests failure
Denys Vlasenko
1
-13
/
+15
2010-09-10
hush: remove useless ESC_GLOB_CHARS clears/resotres
Denys Vlasenko
1
-15
/
+4
2010-09-09
hush: fix a bug where expand_one_var wasn't restoring 1st char of the encoded...
Denys Vlasenko
1
-17
/
+27
2010-09-09
hush: make parse_dollar flag quited status regardless of glob escaping status
Denys Vlasenko
3
-21
/
+22
2010-09-09
hush: simplification in parse_stream, parse_stream_dquoted
Denys Vlasenko
1
-14
/
+14
2010-09-09
hush: simplify parse_stream_dquoted
Denys Vlasenko
1
-16
/
+6
2010-09-09
hush: straighten out the logic in parse_stream
Denys Vlasenko
1
-17
/
+10
2010-09-09
Avoid side effects in putc(), which may be implemented as a macro
Dan Fandrich
3
-8
/
+12
2010-09-08
hush: eliminate redundant parameter of expand_vars_to_list()
Denys Vlasenko
1
-10
/
+12
2010-09-08
hush: replace flag bytes in struct o_string with bit flags
Denys Vlasenko
1
-36
/
+40
2010-09-08
hush: remove unused enum typedef
Denys Vlasenko
1
-3
/
+3
2010-09-08
hush: fix set -- q w e; (IFS='' echo "$*"; IFS=''; echo "$*"); echo "$*"
Denys Vlasenko
1
-26
/
+39
2010-09-07
nc: show help text on bad parameters
Denys Vlasenko
1
-1
/
+1
2010-09-07
lineedit: do not hang on error, but return error indicator.
Denys Vlasenko
1
-6
/
+6
2010-09-07
shell: unify endofname() in hush and ash
Denys Vlasenko
4
-43
/
+42
2010-09-07
hush: a few relatively trivial simplifications
Denys Vlasenko
1
-58
/
+53
2010-09-07
hush: style cleanups. no code changes
Denys Vlasenko
1
-18
/
+16
2010-09-06
Again fix license line format
Denys Vlasenko
1
-1
/
+1
2010-09-06
blockdev: code shrink
Denys Vlasenko
1
-22
/
+34
[next]