diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-04-24 06:48:54 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-04-24 06:48:54 +0000 |
commit | 8baeec4637c8d4cdeec63c6f023766e22afa6a48 (patch) | |
tree | 3c4a3a3c7017dd96a236beb0a43db1ff8bcb8cd7 /ChangeLog | |
parent | e2e912189359b20efc0b178fd913728e38502b3e (diff) | |
download | zsh-8baeec4637c8d4cdeec63c6f023766e22afa6a48.tar.gz zsh-8baeec4637c8d4cdeec63c6f023766e22afa6a48.tar.xz zsh-8baeec4637c8d4cdeec63c6f023766e22afa6a48.zip |
Fix term* linkage _again_.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6890fb9a1..6d60a2406 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2001-04-23 Bart Schaefer <schaefer@brasslantern.com> + * 14081: configure.in, Src/termcap.c, Src/terminfo.c: Fix linking + yet again in the wake of 14077. Disables echoti and the terminfo + parameter on systems that have the old termcap, because otherwise + the main zsh may be unnecessarily linked with curses even when the + zsh/terminfo module is not in use. + * 14080: Src/glob.c, Src/params.c, Src/subst.c, Src/zsh.h, Test/D06subscript.ztst: Optimize subscript parsing slightly by passing down an indication of whether the expression is in double |