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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
hush: fix raw ^C handlisg in single-quoted strings
Denys Vlasenko
2018-01-13
9
-12
/
+15
|
*
hush: add command2.tests from ash tests
Denys Vlasenko
2018-01-12
2
-0
/
+8
|
*
hush: tweak command -vV printing code, no logic changes
Denys Vlasenko
2018-01-12
1
-3
/
+5
|
*
hush: implement "command -v -V"
Denys Vlasenko
2018-01-12
1
-31
/
+84
|
*
hush: implement "command" builtin (no options are supported yet)
Denys Vlasenko
2018-01-11
1
-1
/
+16
|
*
hush: fix handling of ^C in eval
Denys Vlasenko
2018-01-11
5
-4
/
+36
|
*
hush: fix handling of raw ^C in scripts: "echo ^C"
Denys Vlasenko
2018-01-11
5
-4
/
+27
|
*
hush: remove dead code
Denys Vlasenko
2018-01-11
1
-15
/
+0
|
*
ash: ALWAYS_INLINE grabstackblock()
Denys Vlasenko
2018-01-10
1
-1
/
+1
|
*
ash: make ${v:N:M} more robust for very large M by clamping to MIN/MAX_INT
Denys Vlasenko
2018-01-10
1
-13
/
+25
|
*
ash: add comment explaining last change
Denys Vlasenko
2018-01-09
1
-6
/
+6
|
*
ash: fix var_bash5.tests - ${VAR/pattern/repl} construct
Denys Vlasenko
2018-01-09
1
-25
/
+72
|
*
ash: fail if 'shift' operand is out of range
Ingo van Lil
2018-01-07
1
-1
/
+1
|
*
randomconfig fixes
Denys Vlasenko
2017-12-31
2
-6
/
+9
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-11-03
10
-25
/
+179
|
\
|
|
*
ash: fix nofork bug where environment is not properly passed to a command
Denys Vlasenko
2017-11-03
5
-5
/
+88
|
*
ash: retain envvars with bad names in initial environment. Closes 10231
Denys Vlasenko
2017-11-02
1
-4
/
+22
|
*
hush: fix comment parsing in `cmd`, closes 10421
Denys Vlasenko
2017-10-22
5
-4
/
+47
|
*
whitespace fixes
Denys Vlasenko
2017-10-12
1
-3
/
+3
|
*
typo fix
Denys Vlasenko
2017-10-12
1
-1
/
+1
|
*
ash: survive failures in $PS1 expansion. Closes 10371
Denys Vlasenko
2017-10-12
1
-1
/
+18
|
*
use %m printf specifier where appropriate
Denys Vlasenko
2017-09-29
1
-8
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-09-27
9
-30
/
+156
|
\
|
|
*
regularize format of source file headers, no code changes
Denys Vlasenko
2017-09-18
1
-6
/
+6
|
*
hush: fix false positive in unset.tests
Denys Vlasenko
2017-08-29
1
-0
/
+6
|
*
hush: GETOPT_RESET() _after_ getopts too.
Denys Vlasenko
2017-08-29
2
-3
/
+4
|
*
hush: reuse "OPTIND=..." string
Denys Vlasenko
2017-08-29
1
-1
/
+2
|
*
hush: fix "getopts" builtin to not be upset by other builtins calling getopt()
Denys Vlasenko
2017-08-29
5
-15
/
+133
|
*
ash: more s/error/perror/ for better error reporting
Denys Vlasenko
2017-08-23
1
-5
/
+5
|
*
ash: when cd fails, say why
Johannes Schindelin
2017-08-23
1
-1
/
+1
|
*
ash: report reason when a script file could not be opened
Johannes Schindelin
2017-08-23
1
-1
/
+1
*
|
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
[prev]
[next]