diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2012-06-21 08:45:02 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-06-21 08:45:02 +0000 |
commit | cbb8a3c762ba6034e5ae0c35e6d04c2de130f933 (patch) | |
tree | c348da0874d7a9eb65097cf2addb33a89f908060 /ChangeLog | |
parent | e71f43fbf72d8c8b1507a44caf6a85ce1821c2c5 (diff) | |
download | zsh-cbb8a3c762ba6034e5ae0c35e6d04c2de130f933.tar.gz zsh-cbb8a3c762ba6034e5ae0c35e6d04c2de130f933.tar.xz zsh-cbb8a3c762ba6034e5ae0c35e6d04c2de130f933.zip |
30518: attempt to supply tgoto() prototype when missing only.
For Solaris 10 and earlier.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index be2138203..b207f7c4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-06-21 Peter Stephenson <pws@csr.com> + * 30518: configure.ac, Src/zsh_system.h: attempt to supply + tgoto() prototype only when missing for Solaris 10 and earlier. + * 30519 (correction noticed by Danek): MACHINES: try to modernise. @@ -16379,5 +16382,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5672 $ +* $Revision: 1.5673 $ ***************************************************** |