about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-10-22 10:22:16 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-10-22 10:22:16 +0000
commit6567e77a4e474d9fcc90aeaf645598a79462f3c1 (patch)
tree705323908ffee8cc22cfba297c7a4db368a53440 /ChangeLog
parent756cfc08e22119925431acc1cc66602acce42632 (diff)
downloadzsh-6567e77a4e474d9fcc90aeaf645598a79462f3c1.tar.gz
zsh-6567e77a4e474d9fcc90aeaf645598a79462f3c1.tar.xz
zsh-6567e77a4e474d9fcc90aeaf645598a79462f3c1.zip
24007: prompt allocation and use of "shout"
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 23580ff0f..653eea3c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-10-22  Peter Stephenson  <pws@csr.com>
 
+	* 24007: Src/prompt.c, Src/utils.c: mildly suspicious things
+	found when looking at crash: prompt allocation length and use
+	of "shout".
+
 	* 24006: Src/glob.c: (F) glob qualifier needs to unmetafy.
 
 2007-10-21  Clint Adams  <clint@zsh.org>