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
*
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
|
*
shell/math: code shrink
Denys Vlasenko
2023-06-29
1
-11
/
+13
|
*
shell/math: code shrink
Denys Vlasenko
2023-06-28
1
-8
/
+10
|
*
shell/math: improve comments
Denys Vlasenko
2023-06-26
1
-2
/
+4
|
*
shell/math: rename TOK_NUM to TOK_VALUE, improve comments
Denys Vlasenko
2023-06-26
1
-24
/
+25
|
*
shell/math: bash-compatible handling of too large numbers
Denys Vlasenko
2023-06-25
9
-44
/
+118
|
*
shell/math: disable debug again
Denys Vlasenko
2023-06-19
1
-1
/
+1
|
*
shell/math: $((1?)) has one-too-small opstack, fix this
Denys Vlasenko
2023-06-19
1
-1
/
+2
|
*
shell/math: fix comments about jammed-together num+num corner cases
Denys Vlasenko
2023-06-19
1
-8
/
+16
|
*
shell/math: add note on ERANGE
Denys Vlasenko
2023-06-18
1
-4
/
+11
|
*
shell/math: explain why we use separate &end
Denys Vlasenko
2023-06-18
1
-1
/
+1
|
*
shell/math: code shrink
Denys Vlasenko
2023-06-18
1
-2
/
+5
|
*
shell/math: eliminate redundant endofname()
Denys Vlasenko
2023-06-18
1
-8
/
+8
|
*
shell: typo fix in tests
Denys Vlasenko
2023-06-18
2
-2
/
+2
|
*
shell/math: code shrink
Denys Vlasenko
2023-06-18
1
-11
/
+12
|
*
shell/math: decrease stack usage by not allocating copies of variable names
Denys Vlasenko
2023-06-18
1
-32
/
+51
|
*
shell/math: decrease stack usage
Denys Vlasenko
2023-06-18
1
-35
/
+27
|
*
shell: move varcmp() to shell_common.h and use it in hush
Denys Vlasenko
2023-06-17
4
-50
/
+37
|
*
ash: code shrink
Denys Vlasenko
2023-06-17
1
-1
/
+1
[next]