aboutsummaryrefslogtreecommitdiff
path: root/editors/awk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * awk: simplify parsing of function declarationDenys Vlasenko2021-06-291-16/+10
| * awk: rename TC_SEQSTART/END to L/RPAREN, no code changesDenys Vlasenko2021-06-291-47/+47
| * awk: deindent code block, no code changesDenys Vlasenko2021-06-291-87/+90
| * awk: use TS_foo for combined token classes. No code changesDenys Vlasenko2021-06-291-64/+64
| * awk: make ltclass ("last token class") local to next_token()Denys Vlasenko2021-06-291-14/+10
| * awk: remove redundant checkDenys Vlasenko2021-06-291-14/+18
* | Merge branch 'busybox' into mergeRon Yorston2021-06-281-73/+199
|\|
| * awk: move locals deeper into scopes where they are used, no logic changesDenys Vlasenko2021-06-251-30/+32
| * awk: more efficient -f FILE, document what "some trick in next_token" isDenys Vlasenko2021-06-251-9/+24
| * qwk: make code clearer, no actual code changesDenys Vlasenko2021-06-201-2/+3
| * awk: after preinc/dec, only allow variable, field ref, array ref, or another ...Denys Vlasenko2021-06-181-18/+69
| * awk: fix use-after-free in "$BIGNUM1 $BIGGERNUM2" concat opDenys Vlasenko2021-06-161-14/+71
* | 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