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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
bc: select parse_init() and parse_expr() using IS_BC, not function pointers
Denys Vlasenko
2018-12-05
1
-25
/
+27
|
*
bc: propagate fixed arguments into callees
Denys Vlasenko
2018-12-05
1
-111
/
+125
|
*
bc: simplify ^C handling
Denys Vlasenko
2018-12-05
1
-80
/
+59
|
*
bc: convert to "G trick" - this returns bc to zero bss increase
Denys Vlasenko
2018-12-05
1
-159
/
+133
|
*
bc: simplify, and restore ^C, fix ^D handling
Denys Vlasenko
2018-12-05
1
-71
/
+34
|
*
bc: simplify, stop testing for IO errors on every output
Denys Vlasenko
2018-12-05
1
-122
/
+81
|
*
bc: fix warnings, initial cleanups
Denys Vlasenko
2018-12-05
1
-129
/
+124
|
*
bc: new applet, throws warning
Gavin Howard
2018-12-05
2
-41
/
+7492
*
|
diff: omit unreliable test for same file
Ron Yorston
2019-01-09
1
-1
/
+1
*
|
ps: fix long output when desktop compatibility is disabled
Ron Yorston
2019-01-08
1
-0
/
+3
*
|
ps: display interpreted script name in comm column
Ron Yorston
2019-01-08
2
-2
/
+19
*
|
ps: add support for the args column
Ron Yorston
2019-01-08
6
-37
/
+55
*
|
ps: add user and group columns
Ron Yorston
2019-01-08
2
-6
/
+11
*
|
win32: add a fake root user and group
Ron Yorston
2019-01-08
1
-13
/
+26
*
|
win32: implement vsnprintf(2)
Ron Yorston
2019-01-08
2
-0
/
+25
*
|
win32: implement umask(2)
Ron Yorston
2019-01-07
4
-0
/
+31
*
|
iconv: import from win-iconv
Ron Yorston
2019-01-06
4
-1
/
+1849
*
|
xargs: fix 'xargs -sNUM' tests
Ron Yorston
2019-01-06
1
-0
/
+4
*
|
tar: return correct exit code for empty tar file
Ron Yorston
2019-01-06
2
-5
/
+4
*
|
busybox: add --uninstall option
Ron Yorston
2019-01-05
3
-2
/
+72
*
|
busybox: identify scripts in output of 'busybox --list-full'
Ron Yorston
2019-01-05
1
-0
/
+4
*
|
lineedit: allow non-ASCII characters when tab-completing filenames
Ron Yorston
2019-01-05
1
-0
/
+4
*
|
win32: reduce static storage needed for lazy loading
Ron Yorston
2019-01-04
2
-21
/
+15
*
|
win32: add support for %T to strftime
Ron Yorston
2018-12-16
1
-21
/
+30
*
|
ash: fix local PATH assignments
Ron Yorston
2018-12-15
1
-7
/
+20
*
|
win32: special treatment for PATH
Ron Yorston
2018-12-14
7
-82
/
+75
*
|
ash: move code from setup_environment()
Ron Yorston
2018-12-14
3
-15
/
+7
*
|
ash: prevent ctrl-c from killing background processes
Ron Yorston
2018-12-13
1
-0
/
+14
*
|
ash: fix ctrl-c handling for pipelines
Ron Yorston
2018-12-13
1
-43
/
+57
*
|
win32: emulate SIGPIPE
Ron Yorston
2018-12-11
7
-14
/
+32
*
|
win32: special treatment for files with the '.sh' extension
Ron Yorston
2018-12-09
2
-36
/
+46
*
|
win32: add a case-insensitive version of is_suffixed_with()
Ron Yorston
2018-12-09
3
-2
/
+30
*
|
ash: use auto_win32_extension() in tryexec()
Ron Yorston
2018-12-09
1
-6
/
+3
*
|
win32: use open_read_close() where possible
Ron Yorston
2018-12-09
2
-12
/
+4
*
|
lineedit: more case-insensitive comparisons in tab completion
Ron Yorston
2018-12-08
3
-0
/
+27
*
|
lineedit: improvements to tab completion
Ron Yorston
2018-12-08
5
-12
/
+26
*
|
win32: allow execution of empty batch file to succeed
Ron Yorston
2018-12-08
1
-0
/
+8
*
|
win32: (another) fix to file extension test
Ron Yorston
2018-12-07
1
-1
/
+1
*
|
win32: fix to file extension test
Ron Yorston
2018-12-07
1
-2
/
+3
*
|
win32: improve execution of batch files
Ron Yorston
2018-12-07
1
-26
/
+8
*
|
win32: rework adding of extensions to filenames
Ron Yorston
2018-12-06
6
-98
/
+64
*
|
ash: fix 'type' and 'command -v'
Ron Yorston
2018-12-05
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-12-05
7
-30
/
+58
|
\
|
|
*
vi: correctly detect when a deletion empties the buffer
Ron Yorston
2018-12-03
1
-1
/
+1
|
*
vi: code shrink
Denys Vlasenko
2018-11-29
1
-13
/
+17
|
*
vi: fix FEATURE_VI_REGEX_SEARCH to respect LIMITED (one-line) search
Denys Vlasenko
2018-11-29
1
-5
/
+10
|
*
libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" too
Denys Vlasenko
2018-11-29
1
-6
/
+4
|
*
libbb: @ in "\x3@" is not a valid hex digit
Denys Vlasenko
2018-11-29
1
-2
/
+10
|
*
cat,nl: fix handling of open errors
Denys Vlasenko
2018-11-29
4
-7
/
+18
|
*
awk: abort if NF set to negative value
Denys Vlasenko
2018-11-28
1
-0
/
+2
[prev]
[next]