summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthew Martin <phy1729@gmail.com>2016-05-18 22:01:35 -0500
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2016-05-22 19:02:18 +0100
commit7700170d6d421ad39ff7a03ebbfbc47e08523e18 (patch)
treef15b5a87a68c516426b7bacd6ad30fe32059d358 /ChangeLog
parentef7ef1f65641c8bda7fa826a9145eec6d032263b (diff)
downloadzsh-7700170d6d421ad39ff7a03ebbfbc47e08523e18.tar.gz
zsh-7700170d6d421ad39ff7a03ebbfbc47e08523e18.zip
38514: remove unnecessary ls in completion
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 667acf3d4..01e92ae88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
2016-05-22 Peter Stephenson <p.w.stephenson@ntlworld.com>
- * 38513: Matthew Martin: cast time to long long where possible.
+ * 38514: Matthew Martin: Completion/Linux/Command/_vserver:
+ remove unnecessary ls.
+
+ * 38513: Matthew Martin: Src/Builtins/sched.c: cast time to long
+ long where possible.
2015-05-12 Clint Adams <clint@zsh.org>