Commit Verlauf

Autor SHA1 Nachricht Datum
  Denys Vlasenko bd8b05ba1b awk: fix more "length" cases, closes 12486 vor 4 Jahren
  James Byrne 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls vor 5 Jahren
  Brian Foley 1c42c18e96 awk: Fix overly permissive func arg list parsing vor 5 Jahren
  Brian Foley 08a514c097 awk: Syntax error if delete isn't given an arg. vor 5 Jahren
  Brian Foley dac15a10ac awk: Guard pointer chasing when parsing ternary expressions. vor 5 Jahren
  Denys Vlasenko b097a84d62 config: update size information vor 5 Jahren
  Denys Vlasenko 75a1c87357 awk: abort if NF set to negative value vor 6 Jahren
  Denys Vlasenko 2454e678cb awk: do not allow $(-1) vor 6 Jahren
  Denys Vlasenko 844a6c5abd awk: code shrink vor 6 Jahren
  Denys Vlasenko 6f4a785bd1 awk: fix 'delete array[var--]' decrementing var twice vor 6 Jahren
  Denys Vlasenko 0c4dbd481a regularize format of source file headers, no code changes vor 7 Jahren
  Denys Vlasenko a1799db4ac awk: stop on first non-option, closes 9861 vor 7 Jahren
  Denys Vlasenko 95f7953f2c do not use `a' quoting style in comments vor 7 Jahren
  Denys Vlasenko 68b653b66b config: trim/improve item names and help texts, take 2 vor 7 Jahren
  Denys Vlasenko 72089cf6b4 config: deindent all help texts vor 7 Jahren
  Denys Vlasenko 75d151e31d libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA vor 7 Jahren
  Denys Vlasenko 4eed2c6c50 Update menuconfig items with approximate applet sizes vor 7 Jahren
  Brian Foley 61d5997b58 awk: fix segfault on for loop syntax error vor 8 Jahren
  Denys Vlasenko 237bedd499 getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST vor 8 Jahren
  Denys Vlasenko 28b00ce6ff awk: support "length" form of "length()". Closes 8371 vor 9 Jahren
  Maninder Singh 97f2f7ca7f Removes stray empty line from code vor 9 Jahren
  Denys Vlasenko 5f8daefb83 awk: fix handling of "if ... break ; else ..." - closes 7226 vor 10 Jahren
  Denys Vlasenko bd0e221620 awk: fix a bug in argc counting in recent change vor 11 Jahren
  Sven-Göran Bergh f200f732f4 awk: optionally support -e AWK_PROG vor 11 Jahren
  Denys Vlasenko 7985bc109e awk: fix length(array) vor 11 Jahren
  Bernhard Reutner-Fischer a060a1ad96 awk: Fix handling of functions with empty body vor 11 Jahren
  Denys Vlasenko 1390a010b6 awk: use "long long" as integer type, not "int" vor 11 Jahren
  Bernhard Reutner-Fischer b79a0fef99 awk: Fix handling of functions with empty body vor 11 Jahren
  Denys Vlasenko 60cb48ca50 whitespace cleanup. no code changes vor 12 Jahren
  Denys Vlasenko df8066a78c awk: fix FS assignment behavior. Closes 5108 vor 12 Jahren