aboutsummaryrefslogtreecommitdiff
path: root/editors/awk.c
AgeCommit message (Expand)Author
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
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