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
*
ash: detect console state on shell start up
noconsole2
Ron Yorston
2023-08-20
3
-15
/
+31
*
testsuite: skip some tests in native build
Ron Yorston
2023-08-19
2
-0
/
+6
*
ash: detect native Windows environment on Wine
FRP-5181-g5c1a3b00e
Ron Yorston
2023-08-17
1
-2
/
+18
*
libbb: change message regarding UTF-8 manifest
Ron Yorston
2023-08-17
1
-1
/
+1
*
ash: improved support for trap built-in
Ron Yorston
2023-08-15
1
-9
/
+23
*
ash: code shrink
Ron Yorston
2023-08-15
1
-10
/
+6
*
libbb: silence compiler warnings
Ron Yorston
2023-08-10
1
-1
/
+3
*
Update default configurations
Ron Yorston
2023-08-10
5
-5
/
+12
*
Merge branch 'busybox' into merge
Ron Yorston
2023-08-10
26
-67
/
+211
|
\
|
*
libbb: rename source files, no code changes
Denys Vlasenko
2023-07-18
7
-8
/
+8
|
*
introduce and use exitcode_t
Denys Vlasenko
2023-07-17
18
-19
/
+26
|
*
getfattr: fix "getfattr NOTEXIST" - now prints error msg
Denys Vlasenko
2023-07-17
1
-4
/
+9
|
*
getfattr: new applet
YU Jincheng
2023-07-16
1
-0
/
+131
|
*
hwclock: force LONG_OPTS, stop accepting non-compatible -t
Denys Vlasenko
2023-07-14
1
-41
/
+42
*
|
ash: improved support for jobs built-in
Ron Yorston
2023-08-08
1
-7
/
+141
*
|
nproc: fix build with long options disabled
Ron Yorston
2023-08-06
1
-2
/
+2
*
|
diff: more changes to --binary
Ron Yorston
2023-08-06
2
-11
/
+77
*
|
README.md: w64devkit no longer has '-mini' variant
Ron Yorston
2023-08-04
1
-1
/
+1
*
|
Merge pull request #349 from avih/win32-utf8-output
Ron Yorston
2023-08-04
6
-18
/
+179
|
\
\
|
*
|
win32: disable console output conversion with LC_ALL=C
Avi Halachmi (:avih)
2023-08-03
1
-6
/
+29
|
*
|
win32: add FEATURE_UTF8_OUTPUT (enabled with unicode)
Avi Halachmi (:avih)
2023-08-03
6
-1
/
+112
|
*
|
win32: unify 'convert and write to console' (no-op)
Avi Halachmi (:avih)
2023-08-03
1
-17
/
+44
|
/
/
*
|
win32: fail early if UTF8 isn't supported
Ron Yorston
2023-07-27
3
-31
/
+50
*
|
Add Unicode version to prerelease build
Ron Yorston
2023-07-25
2
-1
/
+1250
*
|
Merge pull request #346 from avih/win32-unicode-version
Ron Yorston
2023-07-25
1
-0
/
+4
|
\
\
|
*
|
win32: version with UTF8 manifest: add '(Unicode on/off)'
Avi Halachmi (:avih)
2023-07-24
1
-0
/
+4
|
/
/
*
|
Merge pull request #340 from avih/win32-unicode-editing
Ron Yorston
2023-07-23
7
-12
/
+160
|
\
\
|
*
|
unicode: identify emoji width and modifiers
Avi Halachmi (:avih)
2023-07-23
1
-0
/
+8
|
*
|
win32: use inc_cursor regardless of VT mode
Avi Halachmi (:avih)
2023-07-23
1
-6
/
+2
|
*
|
win32: add script to create mingw unicode config
Avi Halachmi (:avih)
2023-07-22
1
-0
/
+35
|
*
|
win32: support build with FEATURE_UNICODE_SUPPORT
Avi Halachmi (:avih)
2023-07-22
5
-1
/
+74
|
*
|
win32: UTF8 input: improve missing-key-down hack
Avi Halachmi (:avih)
2023-07-21
1
-11
/
+47
|
/
/
*
|
win32: avoid crashing the console with poll(2)
Ron Yorston
2023-07-17
1
-1
/
+1
*
|
date: allow system date to be set
Ron Yorston
2023-07-16
3
-25
/
+24
*
|
Update default configurations
Ron Yorston
2023-07-16
4
-10
/
+18
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-07-13
362
-867
/
+1501
|
\
|
|
*
hwclock: add get/set parameters option
Andrej Picej
2023-07-12
2
-5
/
+100
|
*
ntpd: fix a warning on 32-bit arch build
Denys Vlasenko
2023-07-10
1
-2
/
+2
|
*
i2ctransfer: fix build warning
Denys Vlasenko
2023-07-10
1
-1
/
+1
|
*
Update applet size estimates
Denys Vlasenko
2023-07-10
265
-320
/
+320
|
*
ash: tweak comments, no code changes
Denys Vlasenko
2023-07-10
1
-6
/
+7
|
*
ash: remove "volatile" specifier from suppress_int
Denys Vlasenko
2023-07-10
1
-4
/
+11
|
*
ash: disable sleep as builtin, closes 15619
Denys Vlasenko
2023-07-10
2
-5
/
+19
|
*
libiproute: fix filtering ip6 route by table id
Yousong Zhou
2023-07-09
1
-9
/
+1
|
*
hush: fix a compile failure
Denys Vlasenko
2023-07-08
1
-1
/
+1
|
*
ash: disable check for "good" function name, bash does not check this
Denys Vlasenko
2023-07-04
3
-11
/
+17
|
*
hush: quote values in "readonly" output
Denys Vlasenko
2023-07-03
1
-4
/
+11
|
*
shell/math: avoid $((3**999999999999999999)) to take years
Denys Vlasenko
2023-07-02
1
-3
/
+14
|
*
shell/math: do not accept $((36#@))
Denys Vlasenko
2023-07-02
1
-16
/
+22
|
*
shell/math: code shrink
Denys Vlasenko
2023-06-30
1
-4
/
+7
[next]