Историја ревизија

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