diff options
| author | Bart Schaefer <barts@users.sourceforge.net> | 2001-09-20 14:44:05 +0000 |
|---|---|---|
| committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-09-20 14:44:05 +0000 |
| commit | 4cc2388fff7d9ff90d95819c3eabd72b976839dc (patch) | |
| tree | 37c4f556bfdc4a9ffcc816f85efeae2833a1f110 /ChangeLog | |
| parent | fix LDFLAGS value after test for RTLD_GLOBAL (diff) | |
| download | zsh-4cc2388fff7d9ff90d95819c3eabd72b976839dc.tar zsh-4cc2388fff7d9ff90d95819c3eabd72b976839dc.tar.gz zsh-4cc2388fff7d9ff90d95819c3eabd72b976839dc.tar.bz2 zsh-4cc2388fff7d9ff90d95819c3eabd72b976839dc.tar.lz zsh-4cc2388fff7d9ff90d95819c3eabd72b976839dc.tar.xz zsh-4cc2388fff7d9ff90d95819c3eabd72b976839dc.tar.zst zsh-4cc2388fff7d9ff90d95819c3eabd72b976839dc.zip | |
Fix misleading error message.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,12 @@ +2001-09-20 Bart Schaefer <schaefer@zsh.org> + + * 15847: Src/init.c: Avoid using the word "termcap" in an error + message when it may in fact have been curses or terminfo that + failed. + 2001-09-19 Peter Stephenson <pws@csr.com> - * 15846: aczsh.m4: attempt to restore LDFLAGS from non-existent + * 15846: aczsh.m4: Fix attempt to restore LDFLAGS from non-existent saved value when testing RTLD_GLOBAL. 2001-09-18 Wayne Davison <wayned@users.sourceforge.net> |
