Denys Vlasenko
|
0a88a7ae3b
awk: mktime() with no arguments is not allowed
|
il y a 4 mois |
Denys Vlasenko
|
2eea3494f1
awk: improve comments and constants, no code changes
|
il y a 4 mois |
Denys Vlasenko
|
45d471d435
qwk: code shrink
|
il y a 4 mois |
Denys Vlasenko
|
38335df9e9
awk: restore assignment precedence to be lower than ternary ?:
|
il y a 4 mois |
Denys Vlasenko
|
49340d93ed
awk: do not infinitely recurse getvar_s() if CONVFMT is set to a numeric value
|
il y a 4 mois |
Natanael Copa
|
fb08d43d44
awk: fix use after free (CVE-2023-42363)
|
il y a 5 mois |
Ron Yorston
|
e1a6874106
awk: fix segfault when compiled by clang
|
il y a 10 mois |
Denys Vlasenko
|
789ccac7d9
awk: fix handling of empty fields
|
il y a 10 mois |
Denys Vlasenko
|
92ab29fcf0
awk: implement -E; do not reorder -f and -e
|
il y a 1 an |
Denys Vlasenko
|
5353df91cb
Update applet size estimates
|
il y a 1 an |
Denys Vlasenko
|
2ca39ffd44
awk: fix subst code to handle "start of word" pattern correctly (needs REG_STARTEND)
|
il y a 1 an |
Denys Vlasenko
|
113685fbcd
awk: fix SEGV on read error in -f PROGFILE
|
il y a 1 an |
Denys Vlasenko
|
f4789164e0
awk: code shrink
|
il y a 1 an |
Denys Vlasenko
|
5f84c56336
awk: fix backslash handling in sub() builtins
|
il y a 1 an |
Denys Vlasenko
|
0256e00a9d
awk: fix precedence of = relative to ==
|
il y a 1 an |
Denys Vlasenko
|
721bf6eaf4
awk: printf(INVALID_FMT) prints it verbatim
|
il y a 1 an |
Denys Vlasenko
|
4d7339204f
awk: shrink - use setvar_sn() to set variables from non-NUL terminated strings
|
il y a 1 an |
Denys Vlasenko
|
05e60007d4
awk: code shrink
|
il y a 1 an |
Denys Vlasenko
|
b76b420b5d
awk: fix closing of non-opened file
|
il y a 1 an |
Denys Vlasenko
|
21dce1c3c3
awk: do not read ARGIND, only set it (gawk compat)
|
il y a 1 an |
Denys Vlasenko
|
5c8a9dfd97
awk: remove a local variable "caching" a struct member
|
il y a 1 an |
Denys Vlasenko
|
528808bcd2
awk: get rid of one indirection level for iF (input file structure)
|
il y a 1 an |
Denys Vlasenko
|
84ff1825dd
awk: fix splitting with default FS
|
il y a 1 an |
Denys Vlasenko
|
5dcc443dba
awk: fix use-after-realloc (CVE-2021-42380), closes 15601
|
il y a 1 an |
Natanael Copa
|
e63d7cdfda
awk: fix use after free (CVE-2022-30065)
|
il y a 2 ans |
Denys Vlasenko
|
e2952dfaff
awk: input numbers are never octal or hex (only program consts can be)
|
il y a 2 ans |
Denys Vlasenko
|
857800c655
awk: never return NULL from awk_printf()
|
il y a 3 ans |
Denys Vlasenko
|
e60c56932e
awk: code shrink
|
il y a 3 ans |
Denys Vlasenko
|
8a0adba9f6
awk: code shrink: avoid duplicate NUL checks and strlen()
|
il y a 3 ans |
Ron Yorston
|
305a30d80b
awk: fix read beyond end of buffer
|
il y a 3 ans |