[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.2-20010324.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.2-20010324.patch.gz |
Date: |
Sat, 24 Mar 2001 18:47:56 -0500 |
User-agent: |
Mutt/1.2.5i |
ncurses 5.2 - patch 20010324 - T.Dickey
------------------------------------------------------------------------------
Ncurses 5.2 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.2 are in the subdirectory
ftp://dickey.his.com/ncurses/5.2
------------------------------------------------------------------------------
20010324
+ change symbols used to guard against repeated includes to begin
consistently with "NCURSES_" rather than a leading underscore. There
are other symbols defined in the header files which begin with a
leading underscore, but they are part of the legacy interface.
+ reorder includes in c++ binding so that rcs identifiers can be
compiled-in.
+ add .cc.ii rule to c++ makefile, to get preprocessor output for
debugging.
+ correct configure script handling of @keyword@ substitutions when the
--with-manpage-renames option is given (cf: 20000715, fixes Debian
bug #89939).
+ report stack underflow/overflow in tparm() when tic -cv option is
given.
+ remove spurious "%|" operator from xterm-xfree86 terminfo entry,
(reported by Adam Costello <address@hidden>, Debian bug #89222).
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ncurses-5.2-20010324.patch.gz,
Thomas Dickey <=