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
2019-01-07
win32: implement umask(2)
Ron Yorston
4
-0
/
+31
2019-01-06
iconv: import from win-iconv
Ron Yorston
4
-1
/
+1849
2019-01-06
xargs: fix 'xargs -sNUM' tests
Ron Yorston
1
-0
/
+4
2019-01-06
tar: return correct exit code for empty tar file
Ron Yorston
2
-5
/
+4
2019-01-05
busybox: add --uninstall option
Ron Yorston
3
-2
/
+72
2019-01-05
busybox: identify scripts in output of 'busybox --list-full'
Ron Yorston
1
-0
/
+4
2019-01-05
lineedit: allow non-ASCII characters when tab-completing filenames
Ron Yorston
1
-0
/
+4
2019-01-04
win32: reduce static storage needed for lazy loading
Ron Yorston
2
-21
/
+15
2018-12-16
win32: add support for %T to strftime
Ron Yorston
1
-21
/
+30
2018-12-15
ash: fix local PATH assignments
Ron Yorston
1
-7
/
+20
2018-12-14
win32: special treatment for PATH
Ron Yorston
7
-82
/
+75
2018-12-14
ash: move code from setup_environment()
Ron Yorston
3
-15
/
+7
2018-12-13
ash: prevent ctrl-c from killing background processes
Ron Yorston
1
-0
/
+14
2018-12-13
ash: fix ctrl-c handling for pipelines
Ron Yorston
1
-43
/
+57
2018-12-11
win32: emulate SIGPIPE
Ron Yorston
7
-14
/
+32
2018-12-09
win32: special treatment for files with the '.sh' extension
Ron Yorston
2
-36
/
+46
2018-12-09
win32: add a case-insensitive version of is_suffixed_with()
Ron Yorston
3
-2
/
+30
2018-12-09
ash: use auto_win32_extension() in tryexec()
Ron Yorston
1
-6
/
+3
2018-12-09
win32: use open_read_close() where possible
Ron Yorston
2
-12
/
+4
2018-12-08
lineedit: more case-insensitive comparisons in tab completion
Ron Yorston
3
-0
/
+27
2018-12-08
lineedit: improvements to tab completion
Ron Yorston
5
-12
/
+26
2018-12-08
win32: allow execution of empty batch file to succeed
Ron Yorston
1
-0
/
+8
2018-12-07
win32: (another) fix to file extension test
Ron Yorston
1
-1
/
+1
2018-12-07
win32: fix to file extension test
Ron Yorston
1
-2
/
+3
2018-12-07
win32: improve execution of batch files
Ron Yorston
1
-26
/
+8
2018-12-06
win32: rework adding of extensions to filenames
Ron Yorston
6
-98
/
+64
2018-12-05
ash: fix 'type' and 'command -v'
Ron Yorston
1
-1
/
+1
2018-12-04
win32: fix implementation of access(2)
Ron Yorston
1
-2
/
+5
2018-12-04
ash: fix a couple of test cases
Ron Yorston
2
-13
/
+5
2018-12-04
ash: forkshell tweaks
Ron Yorston
1
-12
/
+13
2018-12-03
ash: more clean up
Ron Yorston
1
-5
/
+5
2018-12-03
vi: correctly detect when a deletion empties the buffer
Ron Yorston
1
-1
/
+1
2018-12-03
ash: code clean up
Ron Yorston
1
-6
/
+1
2018-12-03
ash: improvements to forkshell debug
Ron Yorston
1
-5
/
+23
2018-12-02
ash: annotate pointers in forkshell debug
Ron Yorston
1
-42
/
+130
2018-12-02
ash: redefine SAVE_PTR macros to remove test
Ron Yorston
1
-2
/
+10
2018-11-29
vi: code shrink
Denys Vlasenko
1
-13
/
+17
2018-11-29
vi: fix FEATURE_VI_REGEX_SEARCH to respect LIMITED (one-line) search
Denys Vlasenko
1
-5
/
+10
2018-11-29
libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" too
Denys Vlasenko
1
-6
/
+4
2018-11-29
ash: consolidate tests for variables not to convert
Ron Yorston
1
-8
/
+5
2018-11-29
libbb: @ in "\x3@" is not a valid hex digit
Denys Vlasenko
1
-2
/
+10
2018-11-29
cat,nl: fix handling of open errors
Denys Vlasenko
4
-7
/
+18
2018-11-29
ash: fixes to spawn_forkshell
Ron Yorston
1
-16
/
+10
2018-11-29
nologin: change default
Ron Yorston
1
-1
/
+1
2018-11-28
awk: abort if NF set to negative value
Denys Vlasenko
1
-0
/
+2
2018-11-27
platform.h: remove obsolete #define
Ron Yorston
1
-1
/
+0
2018-11-27
testsuite: check CONFIG_DESKTOP before using 'od -t'
Chen Qi
7
-5
/
+7
2018-11-27
hush: allow hush to run embedded scripts
Ron Yorston
10
-32
/
+62
2018-11-27
free: ensure there is a least one space between numbers
Denys Vlasenko
1
-3
/
+3
2018-11-27
docs: add embedded-scripts.txt
Ron Yorston
2
-1
/
+117
[next]