diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-07-06 18:33:59 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-07-06 18:33:59 +0000 |
commit | 2c75f5b0da61fa703b0b4f9dc12143aad5e00017 (patch) | |
tree | 73890893ddc261b0d5c64fc49e88571967c49efb /ChangeLog | |
parent | 3dc88e102e48395a7b96ec006eafae96c08db6b0 (diff) | |
download | zsh-2c75f5b0da61fa703b0b4f9dc12143aad5e00017.tar.gz zsh-2c75f5b0da61fa703b0b4f9dc12143aad5e00017.tar.xz zsh-2c75f5b0da61fa703b0b4f9dc12143aad5e00017.zip |
15291, 15292: fix bug setting scalar in math mode
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1ba9d0a6d..1d4504887 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-07-06 Peter Stephenson <pws@csr.com> + + * 15291, 15292: Src/math.c, Src/zsh.h, Test/C01arith.yo: + fix bug that assignment to scalar in math mode failed if + scalar had non-math value in it. + 2001-07-06 Clint Adams <clint@zsh.org> * 15250: zsh/pcre module will load gracefully even |