summary refs log tree commit diff
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e981a43..5f033df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 
 	* Split unquoted $@/$* correctly when IFS is set but empty.
 	* Do not split quoted VSLENGTH and VSTRIM.
+	* Optimise nulonly away and just use quoted as before.
 
 2014-10-07  Herbert Xu <herbert@gondor.apana.org.au>