aboutsummaryrefslogtreecommitdiff
path: root/editors/awk.c
AgeCommit message (Expand)Author
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
2009-04-19mdev: Rob's #if forest removalDenis Vlasenko
2009-04-12awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com)Denis Vlasenko
2009-03-15awk: fix compat issue found by gpm buildDenis Vlasenko
2009-02-26unzip: fix thinko with le/be conv and size (closes bug 129)Denis Vlasenko
2009-01-25awk: in BEGIN section $0 should be "", not "0".Denis Vlasenko
2008-10-24build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM;Denis Vlasenko
2008-10-21awk: fix typo in atan2 code. closes bug 5594.Denis Vlasenko
2008-09-05awk: add a commentDenis Vlasenko
2008-09-02awk: improve nadling of negative numbers in bitwise ops;Denis Vlasenko
2008-08-28awk: bitwise ops cast oprands and results to unsigned long,Denis Vlasenko
2008-08-28awk: support hex constantsDenis Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-07-02awk: another smallish code shrinkDenis Vlasenko
2008-07-02uname,individual: fix improper printf usageDenis Vlasenko
2008-07-01awk: fix a case with multiple -f options. simplify -f file reading.Denis Vlasenko
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko
2008-01-28*: tidy up usage of char **environDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-07-18awk: fix -F 'regex' bug (miscounted fields if last field is empty)Denis Vlasenko
2007-07-18awk: style fixes; remove one xstrdup/free pair; testsuiteDenis Vlasenko
2007-06-25Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko
2007-06-12diff: shrink code (-85 bytes):Denis Vlasenko
2007-06-07awk: experimentally modify "global" trick to make code smallerDenis Vlasenko