aboutsummaryrefslogtreecommitdiff
path: root/editors/awk.c
AgeCommit message (Expand)Author
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
2010-03-12awk: code shrinkDenys Vlasenko
2010-03-12awk: code shrinkDenys Vlasenko
2010-03-12awk: style fixesDenys Vlasenko
2010-03-12awk: code shrinkDenys Vlasenko
2010-03-11awk: code shrinkDenys Vlasenko
2010-03-11awk: code shrink; style fixesDenys Vlasenko
2010-03-11awk: be more paranoid when freeing loop variable; make code less obfuscatedDenys Vlasenko
2010-03-10awk: simple code shrinkDenys Vlasenko
2010-03-10awk: fix the case where nested "for" loops with the same variable misbehaveDenys Vlasenko
2010-02-26awk: skip whitespace between array name and subscriptAlexander Shishkin
2010-02-05awk: remove wrong commentDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2009-11-30awk: fix an incorrect casting to string (bug 725). -44 bytes.Denys Vlasenko
2009-11-30awk: preparatory patch, no essential code changes. -13 bytes.Denys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-10-23small optimizations of toupper/tolowerDenys Vlasenko
2009-10-06*: use {i,u}toa() where appropriateDenys Vlasenko
2009-09-21awk: fix typo in prev commitDenys Vlasenko
2009-09-21awk: implement mktimeLeonid Lisovskiy
2009-09-09a few more GCC-isms removedDenys Vlasenko
2009-09-06remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-05-18awk: put at least one NUL between $n. Hopefully closes 337.Denys Vlasenko