about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-08-01 14:14:19 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-08-01 14:14:19 +0000
commit2e70a25d463b42f30aa404a22fca4582d660c0ba (patch)
tree9daf0641c6832fdf3ad482c0c9f1537b9ea8a066 /ChangeLog
parent280593163d7c53e45a1796f1e31897164a8fa59f (diff)
downloadzsh-2e70a25d463b42f30aa404a22fca4582d660c0ba.tar.gz
zsh-2e70a25d463b42f30aa404a22fca4582d660c0ba.tar.xz
zsh-2e70a25d463b42f30aa404a22fca4582d660c0ba.zip
fix bug with f glob qualifier where an empty spec resulted in an infinite loop
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63b2af406..676d8ea30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-08-01  Oliver Kiddle  <opk@zsh.org>
 
+	* 189xx: Src/glob.c: fix minor bug with f glob qualifier
+
 	* 18xxx: Completion/Unix/Command/_chmod: new chmod completion
 
 2003-08-01  Peter Stephenson  <pws@csr.com>