diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2005-12-15 14:51:39 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-12-15 14:51:39 +0000 |
commit | f7037211ad3a9e4f61a5d1aad8eceab5e01b4663 (patch) | |
tree | 5b9d6f8cabf4ed369f585840e5d78b22acb08d34 /ChangeLog | |
parent | b5a83cc7549e48a82dd57859f40a8f282f1534d0 (diff) | |
download | zsh-f7037211ad3a9e4f61a5d1aad8eceab5e01b4663.tar.gz zsh-f7037211ad3a9e4f61a5d1aad8eceab5e01b4663.tar.xz zsh-f7037211ad3a9e4f61a5d1aad8eceab5e01b4663.zip |
22085 and back off 22075: include langinfo.h to get iconv
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2e011e029..ca8f88484 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-12-15 Peter Stephenson <pws@csr.com> + * 22085 and back off 22075: Src/system.h, Src/utils.c: we + may need <langinfo.h> even with MULTIBYTE_SUPPORT to get iconv. + * 22076: INSTALL, Etc/FAQ.yo: more information on multibyte handling. |