summary refs log tree commit diff
path: root/src/eval.h
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2014-10-08 20:09:56 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2014-10-08 20:09:56 +0800
commitab657e36b68f4a7e9ddb0f36c455c98d1c069a2c (patch)
tree3cf13c304d52f4ea5b5e88f9fb9ecb0d68383ded /src/eval.h
parent[EXPAND] Do not split quoted VSLENGTH and VSTRIM (diff)
downloaddash-ab657e36b68f4a7e9ddb0f36c455c98d1c069a2c.tar.gz
dash-ab657e36b68f4a7e9ddb0f36c455c98d1c069a2c.zip
[EXPAND] Optimise nulonly away and just use quoted as before
This patch makes a small optimisation by using the same value for
quoted between evalvar and varvalue by eliminating nulonly and
passing along quoted instead.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'src/eval.h')
0 files changed, 0 insertions, 0 deletions
td>June McEnroe 2021-01-20Fix tests for diff spansJune McEnroe 2021-01-20Avoid matching ':' in make tagsJune McEnroe 2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe