about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2004-04-21 08:31:45 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2004-04-21 08:31:45 +0000
commitf34d9be61b047beadb24748163c1bc59a7eff9d3 (patch)
tree12eee9a05e946906b7a7286f1101f96a28d011fe /ChangeLog
parentc1e47cb71f9f974eba00e780746e092296ceb958 (diff)
downloadzsh-f34d9be61b047beadb24748163c1bc59a7eff9d3.tar.gz
zsh-f34d9be61b047beadb24748163c1bc59a7eff9d3.tar.xz
zsh-f34d9be61b047beadb24748163c1bc59a7eff9d3.zip
19806: fix bug with %v prompt expansion and negative index beyond array start
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77f5df6c4..7246c1268 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-21  Oliver Kiddle  <opk@zsh.org>
+
+	* 19806: Src/prompt.c: fix bug with %v expansion and negative index
+
 2004-04-20  Peter Stephenson  <pws@csr.com>
 
 	* 19801: Src/builtin.c: Autoloading of TRAP functions was never