summary refs log tree commit diff
path: root/src/Makefile.am
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/Makefile.am
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/Makefile.am')
0 files changed, 0 insertions, 0 deletions
lowJune McEnroe 2019-02-22Move IRC formatting reset to C-sJune McEnroe 2019-02-22Disable terminal flow controlJune McEnroe 2019-02-22Bind up and down arrows to scrollJune McEnroe 2019-02-22Remove topic TODOJune McEnroe 2019-02-22Add /znc commandJune McEnroe 2019-02-22Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe 2019-02-21Replace "view" with "window"June McEnroe 2019-02-21Remove ROT13June McEnroe 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe