about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2014-11-28 13:30:22 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2014-11-28 13:30:22 -0800
commit49d6aace41f5fe47abfaa87d25c42dbdb84dfb88 (patch)
tree9628c722c2fd505b081c5e61bdb448bef172b5f9 /ChangeLog
parent389954beec04f3019efa759ce92a4af85d24924e (diff)
downloadzsh-49d6aace41f5fe47abfaa87d25c42dbdb84dfb88.tar.gz
zsh-49d6aace41f5fe47abfaa87d25c42dbdb84dfb88.tar.xz
zsh-49d6aace41f5fe47abfaa87d25c42dbdb84dfb88.zip
33816, 33819: GLOB_ASSIGN changes integer and floating type variables to string scalars
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a9de40d4..2a308a37e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-11-28  Barton E. Schaefer  <schaefer@brasslantern.com>
+
+	* 33819: Test/A06assign.ztst: regression tests for 33816
+
+	* 33816 (2nd part): Src/exec.c: GLOB_ASSIGN changes integer and
+	floating type variables to string scalars rather than treat single
+	match file names as arithmetic expressions
+
 2014-11-28  Wayne Davison  <wayned@users.sourceforge.net>
 
 	* unposted: avoid compiler warning about a set-but-not-used var.