about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2023-09-13 09:59:42 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2023-09-13 09:59:42 +0900
commit0eab788437d42afb290637441f88542fc496c307 (patch)
tree1e7b8455db410a3388e7abd59be92f2babbbeeb4 /ChangeLog
parent96ce0abf6b7607ca2df64759c495d153132d07bd (diff)
downloadzsh-0eab788437d42afb290637441f88542fc496c307.tar.gz
zsh-0eab788437d42afb290637441f88542fc496c307.tar.xz
zsh-0eab788437d42afb290637441f88542fc496c307.zip
52122 + 52129: fix (#) parameter expansion flag
Without the X flag, null string "" is substituted for bad math expression.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c8bc5e30f..45cb416dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-09-13  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
+
+	* 52122 + 52129: Src/subst.c, Test/D04parameter.ztst: fix (#)
+	parameter expansion flag for bad math expressions and out-of-
+	range characters
+
 2023-09-10  Bart Schaefer  <schaefer@zsh.org>
 
 	* 52125: Src/exec.c: getoutput() must not free() gettempname()