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
path:
root
/
editors
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
diff: more changes to --binary
Ron Yorston
2023-08-06
1
-11
/
+14
*
Merge branch 'busybox' into merge
Ron Yorston
2023-07-13
6
-6
/
+6
|
\
|
*
Update applet size estimates
Denys Vlasenko
2023-07-10
6
-6
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-06-16
1
-163
/
+246
|
\
|
|
*
awk: fix subst code to handle "start of word" pattern correctly (needs REG_ST...
Denys Vlasenko
2023-06-08
1
-13
/
+36
|
*
awk: fix SEGV on read error in -f PROGFILE
Denys Vlasenko
2023-06-07
1
-2
/
+2
|
*
awk: code shrink
Denys Vlasenko
2023-06-06
1
-8
/
+10
|
*
awk: fix backslash handling in sub() builtins
Denys Vlasenko
2023-06-03
1
-22
/
+19
|
*
awk: fix precedence of = relative to ==
Denys Vlasenko
2023-05-30
1
-21
/
+45
|
*
awk: printf(INVALID_FMT) prints it verbatim
Denys Vlasenko
2023-05-29
1
-3
/
+9
|
*
awk: shrink - use setvar_sn() to set variables from non-NUL terminated strings
Denys Vlasenko
2023-05-28
1
-14
/
+9
|
*
awk: code shrink
Denys Vlasenko
2023-05-28
1
-23
/
+24
|
*
awk: fix closing of non-opened file
Denys Vlasenko
2023-05-28
1
-8
/
+15
|
*
awk: do not read ARGIND, only set it (gawk compat)
Denys Vlasenko
2023-05-27
1
-5
/
+14
|
*
awk: remove a local variable "caching" a struct member
Denys Vlasenko
2023-05-27
1
-6
/
+4
|
*
awk: get rid of one indirection level for iF (input file structure)
Denys Vlasenko
2023-05-27
1
-37
/
+41
|
*
awk: fix splitting with default FS
Denys Vlasenko
2023-05-27
1
-5
/
+8
|
*
awk: fix use-after-realloc (CVE-2021-42380), closes 15601
Denys Vlasenko
2023-05-26
1
-6
/
+20
*
|
win32: add support for virtual terminal input
Ron Yorston
2023-03-05
1
-7
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-02-13
1
-1
/
+1
|
\
|
|
*
ed: don't use memcpy with overlapping memory regions
Sören Tempel
2023-01-05
1
-1
/
+1
*
|
vi: introduce 'binary' option and '-b' flag
Ron Yorston
2023-02-06
1
-11
/
+35
*
|
vi: allow change of 'fileformat' option
Ron Yorston
2023-02-06
1
-12
/
+23
*
|
awk: CRLF handling
Ron Yorston
2023-01-30
1
-19
/
+18
*
|
diff: improve --binary implementation
Ron Yorston
2023-01-29
1
-13
/
+7
*
|
diff: implement --binary flag
Ron Yorston
2023-01-27
1
-0
/
+25
*
|
awk: further improvements to randomness
Ron Yorston
2023-01-11
1
-0
/
+15
*
|
awk: make random values more random
Ron Yorston
2023-01-06
1
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-01-05
1
-4
/
+13
|
\
|
|
*
sed: fix double-free in FEATURE_CLEAN_UP=y configs
Denys Vlasenko
2023-01-02
1
-4
/
+13
*
|
Merge branch 'busybox' into merge
Ron Yorston
2022-10-12
4
-27
/
+36
|
\
|
|
*
*: style fix
Denys Vlasenko
2022-08-30
3
-27
/
+27
|
*
vi: add 'ZQ' quitting command
Grob Grobmann
2022-08-02
1
-1
/
+7
|
*
awk: fix use after free (CVE-2022-30065)
Natanael Copa
2022-07-11
1
-0
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2022-06-27
1
-23
/
+52
|
\
|
|
*
vi: handle autoindent in 'cc' command
Ron Yorston
2022-06-26
1
-24
/
+47
|
*
vi: fix regression in autoindent handling
Ron Yorston
2022-06-26
1
-1
/
+7
*
|
Merge branch 'busybox' into merge
Ron Yorston
2022-05-12
1
-1
/
+2
|
\
|
|
*
vi: fix backspace over tab in commands
Ron Yorston
2022-04-20
1
-1
/
+2
*
|
Merge branch 'busybox'
Ron Yorston
2022-04-07
1
-13
/
+21
|
\
|
|
*
vi: improved handling of backspace in replace mode
Ron Yorston
2022-03-04
1
-6
/
+18
*
|
Merge busybox into merge
Ron Yorston
2022-02-09
5
-12
/
+36
|
\
|
|
*
Add support for long options to cmp
Walter Lozano
2022-01-23
1
-0
/
+18
|
*
sed: fix handling of escaped delimiters in s/// replacement
Denys Vlasenko
2022-01-23
1
-1
/
+4
|
*
sed: fix handling of escaped delimiters in s/// search pattern, closes 14541
Denys Vlasenko
2022-01-23
1
-8
/
+11
|
*
libbb: shrink lineedit_read_key()
Denys Vlasenko
2022-01-18
2
-2
/
+2
|
*
ash,hush: fix handling of SIGINT while waiting for interactive input
Denys Vlasenko
2022-01-17
1
-2
/
+2
*
|
Merge busybox into merge
Ron Yorston
2022-01-13
1
-7
/
+22
|
\
|
|
*
awk: input numbers are never octal or hex (only program consts can be)
Denys Vlasenko
2022-01-08
1
-7
/
+22
*
|
Merge busybox into merge
Ron Yorston
2022-01-06
2
-6
/
+40
|
\
|
[next]