aboutsummaryrefslogtreecommitdiff
path: root/editors/awk.c
AgeCommit message (Expand)Author
2021-02-02awk: allow printf('%c') to output NUL, closes 13486Ron Yorston
2020-12-02awk: FS regex matches only non-empty separators (gawk compat)Denys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-16awk: fix dodgy multi-char separators splitting logicDenys Vlasenko
2020-06-09awk: disallow "str"++, closes bug 12981Denys Vlasenko
2020-02-02awk: fix more "length" cases, closes 12486Denys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-01-21awk: Fix overly permissive func arg list parsingBrian Foley
2019-01-21awk: Syntax error if delete isn't given an arg.Brian Foley
2019-01-21awk: Guard pointer chasing when parsing ternary expressions.Brian Foley
2018-12-28config: update size informationDenys Vlasenko
2018-11-28awk: abort if NF set to negative valueDenys Vlasenko
2018-04-23awk: do not allow $(-1)Denys Vlasenko
2018-01-07awk: code shrinkDenys Vlasenko
2018-01-07awk: fix 'delete array[var--]' decrementing var twiceDenys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-08-16awk: stop on first non-option, closes 9861Denys Vlasenko
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko
2017-07-27config: trim/improve item names and help texts, take 2Denys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-20libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMADenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2016-10-24awk: fix segfault on for loop syntax errorBrian Foley
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2015-10-02awk: support "length" form of "length()". Closes 8371Denys Vlasenko
2015-07-13Removes stray empty line from codeManinder Singh
2014-06-26awk: fix handling of "if ... break ; else ..." - closes 7226Denys Vlasenko
2013-11-21awk: fix a bug in argc counting in recent changeDenys Vlasenko
2013-11-12awk: optionally support -e AWK_PROGSven-Göran Bergh
2013-10-12awk: fix length(array)Denys Vlasenko
2013-07-31awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer
2013-07-20awk: use "long long" as integer type, not "int"Denys Vlasenko
2013-03-13awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2012-07-11awk: fix FS assignment behavior. Closes 5108Denys Vlasenko
2012-06-22awk: make -F STR interpret escape sequences. Closes 5126Denys Vlasenko
2011-09-11awk: fix a SEGVDenys Vlasenko
2011-09-10awk: fix define name collision with BSD headersDenys Vlasenko
2011-09-07awk: next_input_file can return NULL, don't SEGV in this case.Denys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-03move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-24awk: reduce ifdef forestRob Landley
2010-10-24awk: fix breakage in last commitDenys Vlasenko
2010-10-23awk: fix segfault on closing non-opened fileDenys Vlasenko
2010-10-05awk: code shrinkDenys Vlasenko
2010-10-05awk: 00.123 is not a octal constant; neither is 009.123. fixing thisDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-04-04awk: add comment about fixing bug 1333Denys Vlasenko
2010-04-04awk: don't append bogus data after NUL in sub(); shrinkDenys Vlasenko