summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2020-06-22 12:06:43 +0100
committerPeter Stephenson <p.stephenson@samsung.com>2020-06-23 12:17:32 +0100
commitaf1c009c3ea97cb4ec79b54c8b208198230e3ffb (patch)
treec970cd9ebeacc2882516f27028ab20be9af65b7b /ChangeLog
parentae0129b49f9f1b624fb4b067f6f1ef6757a24fd2 (diff)
downloadzsh-af1c009c3ea97cb4ec79b54c8b208198230e3ffb.tar.gz
zsh-af1c009c3ea97cb4ec79b54c8b208198230e3ffb.tar.xz
zsh-af1c009c3ea97cb4ec79b54c8b208198230e3ffb.zip
46079: Ignore double quotes in math expressions.
Treat as white space.

This is required for compatibility and previously had no use in zsh
as it generated an error.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf139ed0c..11829e3a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-06-22  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 46079: Src/math.c, Test/C01arith.ztst: Ignore double quotes in
+	math expression: treat as white space.
+
 2020-06-22  Manuel Jacob  <me@manueljacob.de>
 
 	* 46091: Doc/Zsh/contrib.yo,