about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2018-05-17 09:32:26 +0100
committerPeter Stephenson <p.stephenson@samsung.com>2018-05-17 09:32:26 +0100
commitee7dda7806db51016f9fe8d84f7ac3edb594eff0 (patch)
treed2c109fd251ff291a673ed548a23bece8459bf81 /ChangeLog
parentb066cc3ea99fbb2d5b2c5882d17a679c52f2114b (diff)
downloadzsh-ee7dda7806db51016f9fe8d84f7ac3edb594eff0.tar.gz
zsh-ee7dda7806db51016f9fe8d84f7ac3edb594eff0.tar.xz
zsh-ee7dda7806db51016f9fe8d84f7ac3edb594eff0.zip
42785: Allow redefining math function to work silently.
Previously it failed with an error message that the function
was already defined.  This is inconsistent with most other
aspects of shell usage.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index deac58d68..e6e1427f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-05-17  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 42785: Src/builtins.c: redefining a user math function should
+	silently work as with redefining other shell objects.
+
 2018-05-14  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 42297: dana: Src/params.c, Test/D06subscript.ztst: (e)