summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2025-12-21 12:46:04 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2025-12-21 12:54:51 +0900
commit3e72a52e27d8ce8d8be0ee65ae5f77f756c06fda (patch)
tree24fcb47088cc0360058a3accc148bfcf0c22c740 /ChangeLog
parent54150: the option --license was removed in 2010 (diff)
downloadzsh-master.tar
zsh-master.tar.gz
zsh-master.tar.bz2
zsh-master.tar.lz
zsh-master.tar.xz
zsh-master.tar.zst
zsh-master.zip
53959+54149: fix a bug when redirecting to a pattern with no matchHEADmaster
when redirecting to/from a pattern (MULTIOS) and if there is no match, issue an error even if NULL_GLOB is in effect.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 705527f52..3f212a535 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-12-21 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
+
+ * 53959+54149: Src/glob.c, Test/D02glob.ztst: when redirecting
+ to/from a pattern (MULTIOS) and if there is no match, issue an
+ error even if NULL_GLOB is in effect.
+
2025-12-16 Oliver Kiddle <opk@zsh.org>
* Christopher Bock: 54148: Completion/Debian/Command/_apt: