diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-09-15 13:17:27 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-09-15 13:17:27 +0000 |
commit | bb3628e898331edcd82da5d6291ef7c8812be267 (patch) | |
tree | 0064194df81c61ab42da6558a228085c4640c9f9 /ChangeLog | |
parent | a82ac460c29f18ee5e9d57322d977d0b93c0265f (diff) | |
download | zsh-bb3628e898331edcd82da5d6291ef7c8812be267.tar.gz zsh-bb3628e898331edcd82da5d6291ef7c8812be267.tar.xz zsh-bb3628e898331edcd82da5d6291ef7c8812be267.zip |
assume width 1 for control characters;
don't crash if width of repeated padding string is 0
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 38dadca15..189581db3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-09-15 Peter Stephenson <pws@csr.com> + + * 22710: README, Doc/Zsh/expn.yo, Src/prompt.c, Src/subst.c, + Src/utils.c: assume width 1 for control characters; don't + crash if width of repeated padding string is 0. + 2006-09-14 Peter Stephenson <pws@csr.com> * 22692: Doc/Zsh/expn.yo: additional notes on a couple of |