aboutsummaryrefslogtreecommitdiff
path: root/editors/awk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * awk: do not allow $(-1)Denys Vlasenko2018-04-231-0/+3
* | Merge branch 'busybox' into mergeRon Yorston2018-02-131-27/+34
|\|
| * awk: code shrinkDenys Vlasenko2018-01-071-4/+3
| * awk: fix 'delete array[var--]' decrementing var twiceDenys Vlasenko2018-01-071-23/+31
* | Merge branch 'busybox' into mergeRon Yorston2017-09-271-1/+0
|\|
| * regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-1/+0
* | Merge branch 'busybox' into mergeRon Yorston2017-08-221-2/+6
|\|
| * awk: stop on first non-option, closes 9861Denys Vlasenko2017-08-161-1/+5
| * do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-291-2/+1
|\|
| * config: trim/improve item names and help texts, take 2Denys Vlasenko2017-07-271-2/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-10/+10
|\|
| * config: deindent all help textsDenys Vlasenko2017-07-211-9/+9
| * libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMADenys Vlasenko2017-07-201-1/+1
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* | Use %I64* formats with MinGW instead of %ll* formatsJohannes Schindelin2017-07-181-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2016-10-261-1/+1
|\|
| * awk: fix segfault on for loop syntax errorBrian Foley2016-10-241-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2016-07-071-6/+2
|\|
| * getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-6/+2
* | Merge branch 'busybox' into mergeRon Yorston2015-10-131-48/+67
|\|
| * awk: support "length" form of "length()". Closes 8371Denys Vlasenko2015-10-021-48/+67
* | Merge branch 'busybox' into mergeRon Yorston2015-07-141-12/+0
|\|
| * Removes stray empty line from codeManinder Singh2015-07-131-12/+0
* | Merge branch 'busybox' into mergeRon Yorston2014-06-301-0/+2
|\|
| * awk: fix handling of "if ... break ; else ..." - closes 7226Denys Vlasenko2014-06-261-0/+2
* | awk: treat \r as a space character to skipRon Yorston2014-01-131-0/+4
|/
* awk: fix a bug in argc counting in recent changeDenys Vlasenko2013-11-211-8/+8
* 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