about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-09-15 16:18:06 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-09-15 16:18:06 +0000
commit14905ddc74f78b54c75434c8a4d7e029b1933280 (patch)
tree8253040a133e669f302f5542ed5ce3ecab95f646 /ChangeLog
parent6951a1e0b2ce74ad8f2b30243e721c3890dcdda8 (diff)
downloadzsh-14905ddc74f78b54c75434c8a4d7e029b1933280.tar.gz
zsh-14905ddc74f78b54c75434c8a4d7e029b1933280.tar.xz
zsh-14905ddc74f78b54c75434c8a4d7e029b1933280.zip
25672: remove unnecessary Nularg when prompt expanding
to avoid problem with glitch space
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c39b470ce..aeb465af2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-09-15  Peter Stephenson  <pws@csr.com>
 
+	* 25672: prompt.c: Resolve string containing only a Nularg
+	to empty string to avoid interpretation as glitch space.
+
 	* 25671: Src/builtin.c, Test/B02typeset.ztst: non-existent
 	variable in typeset -p should cause status 1.