summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2022-04-12 14:10:08 +0100
committerPeter Stephenson <p.stephenson@samsung.com>2022-04-25 17:51:59 +0100
commitc5a891a29d1d4f946181f6699bcf7f6fe35b43e6 (patch)
treeecaaae46a3a81e9d183e06cd8b353d9f2ebf1dd3 /ChangeLog
parent50081: reset global mbstate_t variables when LC_CTYPE changes (diff)
downloadzsh-c5a891a29d1d4f946181f6699bcf7f6fe35b43e6.tar
zsh-c5a891a29d1d4f946181f6699bcf7f6fe35b43e6.tar.gz
zsh-c5a891a29d1d4f946181f6699bcf7f6fe35b43e6.tar.bz2
zsh-c5a891a29d1d4f946181f6699bcf7f6fe35b43e6.tar.lz
zsh-c5a891a29d1d4f946181f6699bcf7f6fe35b43e6.tar.xz
zsh-c5a891a29d1d4f946181f6699bcf7f6fe35b43e6.tar.zst
zsh-c5a891a29d1d4f946181f6699bcf7f6fe35b43e6.zip
50049: care with signed characters
Some signed-to-unsigned casts needed for a couple of cases of pointers used as indices.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 80a7f4657..434db5ab9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-04-12 Peter Stephenson <p.stephenson@samsung.com>
+
+ * 50049: Src/exec.c, Src/prompt.c: care with signed character
+ indices on the few remaining systems such as Cygwin that aren't
+ otherwise protected.
+
2022-04-20 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
* 50081: Src/pattern.c, Src/params.c: reset global mbstate_t