aboutsummaryrefslogtreecommitdiff
path: root/editors/awk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2021-02-051-3/+15
|\
| * awk: allow printf('%c') to output NUL, closes 13486Ron Yorston2021-02-021-3/+15
* | Merge branch 'busybox' into mergeRon Yorston2021-01-141-15/+39
|\|
| * awk: FS regex matches only non-empty separators (gawk compat)Denys Vlasenko2020-12-021-8/+25
| * decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
| * awk: fix dodgy multi-char separators splitting logicDenys Vlasenko2020-11-161-9/+16
* | Merge branch 'busybox' into mergeRon Yorston2020-07-091-1/+3
|\|
| * awk: disallow "str"++, closes bug 12981Denys Vlasenko2020-06-091-1/+3
* | Merge branch 'busybox' into mergeRon Yorston2020-02-151-4/+18
|\|
| * awk: fix more "length" cases, closes 12486Denys Vlasenko2020-02-021-4/+18
* | Merge branch 'busybox' into mergeRon Yorston2019-08-161-2/+2
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
* | win32: add a function to remove CRs from a text bufferRon Yorston2019-02-141-14/+5
* | Merge branch 'busybox' into mergeRon Yorston2019-02-121-10/+31
|\|
| * awk: Fix overly permissive func arg list parsingBrian Foley2019-01-211-1/+14
| * awk: Syntax error if delete isn't given an arg.Brian Foley2019-01-211-8/+15
| * awk: Guard pointer chasing when parsing ternary expressions.Brian Foley2019-01-211-1/+2
* | awk: fix handling of regular expressions that match end-of-lineRon Yorston2019-01-231-0/+24
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-1/+1
|\|
| * config: update size informationDenys Vlasenko2018-12-281-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-12-051-0/+2
|\|
| * awk: abort if NF set to negative valueDenys Vlasenko2018-11-281-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2018-05-131-0/+3
|\|
| * 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
|/