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
*
Merge branch 'busybox' into merge
Ron Yorston
2024-09-28
1
-2
/
+0
|
\
|
*
ed: fix line insertion before current line. Closes 15081
Ron Yorston
2024-09-27
1
-0
/
+2
*
|
ed: fix line insertion before current line
Ron Yorston
2024-07-18
1
-0
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-07-13
1
-3
/
+4
|
\
|
|
*
vi: Ensure that the edit buffer ends in a newline
Petja Patjas
2024-07-11
1
-3
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-07-10
1
-63
/
+125
|
\
|
|
*
awk: mktime() with no arguments is not allowed
Denys Vlasenko
2024-07-10
1
-2
/
+1
|
*
awk: improve comments and constants, no code changes
Denys Vlasenko
2024-07-10
1
-20
/
+27
|
*
qwk: code shrink
Denys Vlasenko
2024-07-09
1
-19
/
+19
|
*
awk: restore assignment precedence to be lower than ternary ?:
Denys Vlasenko
2024-07-09
1
-11
/
+54
|
*
awk: do not infinitely recurse getvar_s() if CONVFMT is set to a numeric value
Denys Vlasenko
2024-07-09
1
-6
/
+14
|
*
awk: fix use after free (CVE-2023-42363)
Natanael Copa
2024-07-09
1
-8
/
+13
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-06-23
1
-4
/
+0
|
\
|
|
*
awk: fix segfault when compiled by clang
Ron Yorston
2024-03-02
1
-1
/
+1
*
|
build system: avoid full rebuild when EXTRAVERSION changes
Ron Yorston
2024-02-16
1
-0
/
+3
*
|
awk: fix segfault when compiled by clang
Ron Yorston
2024-01-19
1
-0
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-01-05
2
-16
/
+22
|
\
|
|
*
sed: check errors writing file with sed -i
Dominique Martinet
2024-01-02
1
-0
/
+5
|
*
awk: fix handling of empty fields
Denys Vlasenko
2023-12-31
1
-16
/
+17
*
|
Merge branch 'busybox' into merge
FRP-5236-g7dff7f376
Ron Yorston
2023-12-05
1
-49
/
+66
|
\
|
|
*
awk: implement -E; do not reorder -f and -e
Denys Vlasenko
2023-10-02
1
-48
/
+65
*
|
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
|
\
|
[next]