1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-22 03:40:47 +02:00

15304,15305,15308

This commit is contained in:
Bart Schaefer 2001-07-08 00:34:14 +00:00
parent d8aee67492
commit 18496bfebc

View File

@ -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: