bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ncurses-5.5-20060715.patch.gz


From: Thomas Dickey
Subject: ncurses-5.5-20060715.patch.gz
Date: Sat, 15 Jul 2006 20:36:28 -0400
User-agent: Mutt/1.5.9i

 ncurses 5.5 - patch 20060715 - T.Dickey

 ------------------------------------------------------------------------------

 Ncurses 5.5 is at
        ftp.gnu.org:/pub/gnu

 Patches for ncurses 5.5 are in the subdirectory
        ftp://invisible-island.net/ncurses/5.5

 ------------------------------------------------------------------------------
 Ada95/gen/Makefile.in             |    7 
 MANIFEST                          |    1 
 NEWS                              |   22 
 configure                         | 1800 +++++++++++++++++-------------------
 configure.in                      |   34 
 dist.mk                           |    4 
 man/curs_attr.3x                  |   12 
 man/curs_getcchar.3x              |    6 
 mk-1st.awk                        |    6 
 ncurses-5.5-20060715/test/chgat.c |  367 +++++++
 ncurses/Makefile.in               |   16 
 ncurses/base/lib_chgat.c          |   11 
 ncurses/tinfo/MKfallback.sh       |    4 
 ncurses/tinfo/lib_termcap.c       |    4 
 test/configure.in                 |    3 
 test/demo_altkeys.c               |    7 
 test/modules                      |    7 
 test/programs                     |    3 
 test/test.priv.h                  |    3 
 19 files changed, 1357 insertions(+), 960 deletions(-)
 ------------------------------------------------------------------------------

20060715
        + fix for install-rule in Ada95 to add terminal_interface.ads
          and terminal_interface.ali (anonymous posting in comp.lang.ada).
        + correction to manpage for getcchar() (report by William McBrine).
        + add test/chgat.c
        + modify wchgat() to mark updated cells as changed so a refresh will
          repaint those cells (comments by Sadrul H Chowdhury and William
          McBrine).
        + split up dependency of names.c and codes.c in ncurses/Makefile to
          work with parallel make (report/analysis by Joseph S Myers).
        + suppress a warning message (which is ignored) for systems without
          an ldconfig program (patch by Justin Hibbits).
        + modify configure script --disable-symlinks option to allow one to
          disable symlink() in tic even when link() does not work (report by
          Nigel Horne).
        + modify MKfallback.sh to use tic -x when constructing fallback tables
          to allow extended capabilities to be retrieved from a fallback entry.
        + improve leak-checking logic in tgetent() from 20060625 to ensure that
          it does not free the current screen (report by Miroslav Lichvar).

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]