From ab657e36b68f4a7e9ddb0f36c455c98d1c069a2c Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Wed, 8 Oct 2014 20:09:56 +0800 Subject: [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 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') 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 -- cgit 1.4.1 > collaborative ASCII art
summary refs log tree commit diff homepage
Commit message (Expand)Author
2017-07-31Track tile access countsJune McEnroe
2017-07-31Adjust move speed in clientJune McEnroe
2017-07-31Handle large movesJune McEnroe
2017-07-30Optimize builds for chrootJune McEnroe
2017-07-30Persist bright across color changesJune McEnroe
2017-07-30Add index.htmlJune McEnroe
2017-07-30Add snapshot.shJune McEnroe
2017-07-30Fix termcap patch for background colorsJune McEnroe
2017-07-30Update helpJune McEnroe
2017-07-30Fix help to track colorJune McEnroe
2017-07-30Support background colorsJune McEnroe
2017-07-30Track color only client-sideJune McEnroe
2017-07-30Add ostensible support for background colorsJune McEnroe
2017-07-30Add tile create and access timestampsJune McEnroe
2017-07-30Assert stable struct Tile field offsetsJune McEnroe
2017-07-30Add chroot.shJune McEnroe
2017-07-30Add ` commandJune McEnroe
2017-07-30Add sshd_configJune McEnroe
2017-07-30Add termcap patchJune McEnroe