diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2006-01-08 22:42:07 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2006-01-08 22:42:07 +0000 |
commit | 37c458aa8c24bf1b24969b851533359cd07920b5 (patch) | |
tree | 3bf006f4d3cf7d322f7ef3c4bd0372d178b48d20 /ChangeLog | |
parent | 2150c0f09b8aff06c126b0f0a236d40962953514 (diff) | |
download | zsh-37c458aa8c24bf1b24969b851533359cd07920b5.tar.gz zsh-37c458aa8c24bf1b24969b851533359cd07920b5.tar.xz zsh-37c458aa8c24bf1b24969b851533359cd07920b5.zip |
Got rid of our use of wcswidth().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 621a33af3..6c803078e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-01-08 Wayne Davison <wayned@users.sourceforge.net> + + * unposted: Src/utils.c, Src/system.h: Changed the single spot + that used wcswidth() over to use wcwidth() and got rid of the + work-around for OpenBSD (which lacks wcswidth()). + 2006-01-08 Peter Stephenson <p.w.stephenson@ntlworld.com> * 22146: Functions/Zle/define-composed-chars: typo in AE and OE |