about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-10-19 21:59:34 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-10-19 21:59:34 +0000
commit2ddaeb605f4b7a89dab23a843ae79fbdc88afa69 (patch)
tree53bef461db285cdee0195eff2fe411cf6386d38a /ChangeLog
parent26e60b1f3a375e22393b96640209ca26e63d87d4 (diff)
downloadzsh-2ddaeb605f4b7a89dab23a843ae79fbdc88afa69.tar.gz
zsh-2ddaeb605f4b7a89dab23a843ae79fbdc88afa69.tar.xz
zsh-2ddaeb605f4b7a89dab23a843ae79fbdc88afa69.zip
21890: fix segmentation error in left prompt truncation and a couple of minor
inconsistencies
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 827123aae..0655968a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2005-10-19  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 21890: Src/builtin.c, Src/prompt.c, Src/zle_utils.c: allocation
+	inconsistencies in print builtin, segmentation error with
+	left prompt truncation from 21882, warning about variable
+	signedness in zle_utils.c.
+
 	* 21887: Src/Zle/zle_refresh.c: attempt to display wide characters
 	wider than one screen cell properly.