summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2026-06-04 06:44:16 +0200
committerMikael Magnusson <mikachu@gmail.com>2026-06-07 12:45:30 +0200
commitdda9d01fde4f6d692c1d66f458583abd0f084ef3 (patch)
tree9ceb96463b378bf9f27ed0b4e030cf7ee2691e97 /ChangeLog
parent54670: don't cache the user saying --disable-multibyte as meaning multibyte s... (diff)
downloadzsh-dda9d01fde4f6d692c1d66f458583abd0f084ef3.tar
zsh-dda9d01fde4f6d692c1d66f458583abd0f084ef3.tar.gz
zsh-dda9d01fde4f6d692c1d66f458583abd0f084ef3.tar.bz2
zsh-dda9d01fde4f6d692c1d66f458583abd0f084ef3.tar.lz
zsh-dda9d01fde4f6d692c1d66f458583abd0f084ef3.tar.xz
zsh-dda9d01fde4f6d692c1d66f458583abd0f084ef3.tar.zst
zsh-dda9d01fde4f6d692c1d66f458583abd0f084ef3.zip
54671: fix anchored pattern with --disable-multibyte
Just copied this code over from the multibyte branch.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca1f16ef2..846c34cfa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2026-06-07 Mikael Magnusson <mikachu@gmail.com>
+ * 54671: Src/glob.c, Test/D04parameter.ztst: fix anchored pattern
+ with --disable-multibyte
+
* 54670: configure.ac: don't cache the user saying
--disable-multibyte as meaning multibyte support was detected
broken