about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-07-08 00:34:14 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-07-08 00:34:14 +0000
commit18496bfebc7bdc095feb685b61e069cd10aea0a4 (patch)
tree0ef3389acfee8e8e5f041866f3c8dfaddf8e7f84
parentd8aee674929b7579e9c4c2b51cb83ed1006eec8f (diff)
downloadzsh-18496bfebc7bdc095feb685b61e069cd10aea0a4.tar.gz
zsh-18496bfebc7bdc095feb685b61e069cd10aea0a4.tar.xz
zsh-18496bfebc7bdc095feb685b61e069cd10aea0a4.zip
15304,15305,15308
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d4504887..90cf1d0cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2001-07-07  Bart Schaefer  <schaefer@zsh.org>
+
+	* 15308: Src/builtin.c: Fix infinite loop on `r OLD=NEW' when OLD
+	is the empty string, by rejecting replacements with an empty OLD.
+
+	* 15305: Src/Zle/zle_main.c: Suppress XTRACE during execution of
+	user-defined ZLE widgets unless the widget function has been
+	tagged for tracing with `typeset -ft'.
+
+	* 15304: Src/math.c: Unset parameters should not always become
+	typed as float upon assignment (fix for 15292).
+
 2001-07-06  Peter Stephenson  <pws@csr.com>
 
 	* 15291, 15292: Src/math.c, Src/zsh.h, Test/C01arith.yo: