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-27 01:56:47 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2023-09-27 01:56:47 +0900
commit02e33c54d85208c7d9b96d91a26d04069ff19ed2 (patch)
tree2d4feecc28498ffd5cac25dbec09a319de380109 /ChangeLog
parente4e9afe373479076ee448b16944a421836ba5a40 (diff)
downloadzsh-02e33c54d85208c7d9b96d91a26d04069ff19ed2.tar.gz
zsh-02e33c54d85208c7d9b96d91a26d04069ff19ed2.tar.xz
zsh-02e33c54d85208c7d9b96d91a26d04069ff19ed2.zip
52169: a few more improvements of (#) flag
fix (#X) in C locale in FreeBSD, DragonFly, NetBSD.
Negative values such as ${(#X):--1} are now error.
UCS4 is limited to < 0x8000_0000 (in OSes without __STDC_ISO_10646__).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f3c9402d..506635756 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-09-27  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
+
+	* 52169: Src/subst.c, Src/utils.c: a few more improvemets of (#)
+
 2023-09-23  Bart Schaefer  <schaefer@BartMAC2014.local>
 
 	* 52180: Doc/Zsh/expn.yo: clarify array behavior of ${|var|...}