bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.9-20111217.patch.gz


From: Thomas Dickey
Subject: ncurses-5.9-20111217.patch.gz
Date: Sat, 17 Dec 2011 19:43:33 -0500
User-agent: Mutt/1.5.18 (2008-05-17)

 ncurses 5.9 - patch 20111217 - Thomas E. Dickey

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

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

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

 ------------------------------------------------------------------------------
 ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20111217.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Dec 18 00:13:30 UTC 2011
 ------------------------------------------------------------------------------
 NEWS                         |   15 
 aclocal.m4                   |    5 
 configure                    |  766 ++++++++++++++++++++++-------------------
 configure.in                 |   16 
 dist.mk                      |    4 
 include/ncurses_defs         |    3 
 man/curs_terminfo.3x         |    6 
 man/curs_util.3x             |    6 
 man/infocmp.1m               |   12 
 man/ncurses.3x               |    8 
 man/tabs.1                   |   20 -
 man/term.7                   |    6 
 man/term_variables.3x        |    6 
 man/terminfo.tail            |    6 
 man/tic.1m                   |   44 +-
 man/toe.1m                   |   12 
 man/tput.1                   |   12 
 man/tset.1                   |   36 -
 misc/terminfo.src            |   13 
 mk-1st.awk                   |    9 
 ncurses/base/lib_getch.c     |    4 
 ncurses/curses.priv.h        |    4 
 ncurses/tinfo/db_iterator.c  |    4 
 ncurses/tinfo/tinfo_driver.c |    6 
 ncurses/trace/lib_trace.c    |    6 
 progs/infocmp.c              |   26 +
 26 files changed, 588 insertions(+), 467 deletions(-)
 ------------------------------------------------------------------------------
 
20111217
        + review/fix places in manpages where --program-prefix configure option
          was not being used.
        + add -D option to infocmp, to show the database locations that it
          could use.
        + fix build for the special case where term-driver, ticlib and termlib
          are all enabled.  The terminal driver depends on a few features in
          the base ncurses library, so tic's dependencies include both ncurses
          and termlib.
        + fix build work for term-driver when --enable-wgetch-events option is
          enabled.
        + use <stdint.h> types to fix some questionable casts to void*.


-- 
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]