about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-04-15 18:14:27 +0100
committerPeter Stephenson <pws@zsh.org>2015-04-15 18:14:27 +0100
commit493fe2b4440679ca73d9022d94129039b9eacfeb (patch)
tree5dc08f43f7f5b06857c835506d63c41dee024350 /ChangeLog
parent2ef4b38461dfb554ed2226d9de8958703bc00b98 (diff)
downloadzsh-493fe2b4440679ca73d9022d94129039b9eacfeb.tar.gz
zsh-493fe2b4440679ca73d9022d94129039b9eacfeb.tar.xz
zsh-493fe2b4440679ca73d9022d94129039b9eacfeb.zip
unposted: rewrite Nularg math handling to be like other cases
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e2d561105..0d4521453 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-04-15  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* unposted: Src/math.c: rewrite last commit to look more
+	like other uses of Nularg.
+
 	* 34892 (slightly tweaked): Src/math.c, Test/C01arith.ztst: fix
 	math evaluation with empty expression resulting from substitution.