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
/
awk.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
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
1
-16
/
+17
|
\
|
|
*
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
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-07-13
1
-1
/
+1
|
\
|
|
*
Update applet size estimates
Denys Vlasenko
2023-07-10
1
-1
/
+1
*
|
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
*
|
awk: CRLF handling
Ron Yorston
2023-01-30
1
-19
/
+18
*
|
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
2022-10-12
1
-0
/
+3
|
\
|
|
*
awk: fix use after free (CVE-2022-30065)
Natanael Copa
2022-07-11
1
-0
/
+3
*
|
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 branch 'busybox' into merge
Ron Yorston
2021-09-10
1
-16
/
+36
|
\
|
|
*
awk: never return NULL from awk_printf()
Denys Vlasenko
2021-09-09
1
-4
/
+4
|
*
awk: code shrink
Denys Vlasenko
2021-09-09
1
-8
/
+7
|
*
awk: code shrink: avoid duplicate NUL checks and strlen()
Denys Vlasenko
2021-09-09
1
-21
/
+33
|
*
awk: fix read beyond end of buffer
Ron Yorston
2021-09-09
1
-11
/
+13
|
*
awk: fix printf %%
Daniel Thau
2021-09-05
1
-1
/
+8
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-07-17
1
-139
/
+177
|
\
|
|
*
awk: whitespace and debugging tweaks
Denys Vlasenko
2021-07-14
1
-67
/
+66
|
*
awk: disallow break/continue outside of loops
Denys Vlasenko
2021-07-14
1
-2
/
+4
|
*
awk: tighten parsing - disallow extra semicolons
Denys Vlasenko
2021-07-14
1
-16
/
+24
|
*
awk: in parsing, remove superfluous NEWLINE check; optimize builtin arg evalu...
Denys Vlasenko
2021-07-12
1
-5
/
+6
|
*
awk: fix printf "%-10c", 0
Denys Vlasenko
2021-07-12
1
-4
/
+5
[next]