summaryrefslogtreecommitdiff
path: root/editors/awk.c
Commit message (Expand)AuthorAgeFilesLines
* awk: optionally support -e AWK_PROGSven-Göran Bergh2013-11-121-25/+84
* awk: fix length(array)Denys Vlasenko2013-10-121-1/+9
* awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer2013-07-311-1/+1
* awk: use "long long" as integer type, not "int"Denys Vlasenko2013-07-201-5/+5
* awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer2013-03-131-1/+2
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-1/+1
* awk: fix FS assignment behavior. Closes 5108Denys Vlasenko2012-07-111-0/+12
* awk: make -F STR interpret escape sequences. Closes 5126Denys Vlasenko2012-06-221-7/+19
* awk: fix a SEGVDenys Vlasenko2011-09-111-9/+62
* awk: fix define name collision with BSD headersDenys Vlasenko2011-09-101-0/+3
* awk: next_input_file can return NULL, don't SEGV in this case.Denys Vlasenko2011-09-071-9/+11
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-2/+1
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-031-0/+8
* whitespace cleanupDenys Vlasenko2010-10-291-7/+7
* awk: reduce ifdef forestRob Landley2010-10-241-33/+32
* awk: fix breakage in last commitDenys Vlasenko2010-10-241-12/+15
* awk: fix segfault on closing non-opened fileDenys Vlasenko2010-10-231-86/+96
* awk: code shrinkDenys Vlasenko2010-10-051-43/+41
* awk: 00.123 is not a octal constant; neither is 009.123. fixing thisDenys Vlasenko2010-10-051-8/+40
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* awk: add comment about fixing bug 1333Denys Vlasenko2010-04-041-0/+2
* awk: don't append bogus data after NUL in sub(); shrinkDenys Vlasenko2010-04-041-50/+68
* awk: code shrinkDenys Vlasenko2010-03-121-33/+39
* awk: code shrinkDenys Vlasenko2010-03-121-143/+154
* awk: style fixesDenys Vlasenko2010-03-121-19/+20
* awk: code shrinkDenys Vlasenko2010-03-121-8/+15
* awk: code shrinkDenys Vlasenko2010-03-111-7/+5
* awk: code shrink; style fixesDenys Vlasenko2010-03-111-41/+71
* awk: be more paranoid when freeing loop variable; make code less obfuscatedDenys Vlasenko2010-03-111-21/+49
* awk: simple code shrinkDenys Vlasenko2010-03-101-11/+13
* awk: fix the case where nested "for" loops with the same variable misbehaveDenys Vlasenko2010-03-101-10/+20
* awk: skip whitespace between array name and subscriptAlexander Shishkin2010-02-261-1/+1
* awk: remove wrong commentDenys Vlasenko2010-02-051-1/+1
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* awk: fix an incorrect casting to string (bug 725). -44 bytes.Denys Vlasenko2009-11-301-6/+8
* awk: preparatory patch, no essential code changes. -13 bytes.Denys Vlasenko2009-11-301-30/+43
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-2/+2
* small optimizations of toupper/tolowerDenys Vlasenko2009-10-231-8/+5
* *: use {i,u}toa() where appropriateDenys Vlasenko2009-10-061-3/+1
* awk: fix typo in prev commitDenys Vlasenko2009-09-211-1/+1
* awk: implement mktimeLeonid Lisovskiy2009-09-211-4/+36
* a few more GCC-isms removedDenys Vlasenko2009-09-091-1/+1
* remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-1/+1
* awk: put at least one NUL between $n. Hopefully closes 337.Denys Vlasenko2009-05-181-4/+5
* mdev: Rob's #if forest removalDenis Vlasenko2009-04-191-2/+2
* awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com)Denis Vlasenko2009-04-121-1/+4
* awk: fix compat issue found by gpm buildDenis Vlasenko2009-03-151-3/+14
* unzip: fix thinko with le/be conv and size (closes bug 129)Denis Vlasenko2009-02-261-6/+9
* awk: in BEGIN section $0 should be "", not "0".Denis Vlasenko2009-01-251-13/+9
* build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM;Denis Vlasenko2008-10-241-4/+4