bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.0-20170121


From: Thomas Dickey
Subject: ANN: ncurses-6.0-20170121
Date: Sun, 22 Jan 2017 02:28:05 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

Files:
        ftp://invisible-island.net/AdaCurses/current/AdaCurses-20170121.tgz
        ftp://invisible-island.net/AdaCurses/current/AdaCurses-20170121.tgz.asc
        
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20170121.tgz
        
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20170121.tgz.asc
        
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20170121.tgz
        
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20170121.tgz.asc
        ftp://invisible-island.net/ncurses/6.0/MD5sums
        ftp://invisible-island.net/ncurses/6.0/dev-patches.zip
        ftp://invisible-island.net/ncurses/6.0/ncurses-6.0-20170121.patch.gz
        ftp://invisible-island.net/ncurses/6.0/ncurses-6.0-20170121.patch.gz.asc
        ftp://invisible-island.net/ncurses/current/ncurses-6.0-20170121.tgz
        ftp://invisible-island.net/ncurses/current/ncurses-6.0-20170121.tgz.asc
        ftp://invisible-island.net/ncurses/win32/mingw32-20170121.zip
        ftp://invisible-island.net/ncurses/win32/mingw64-20170121.zip

 ncurses 6.0 - patch 20170121 - Thomas E. Dickey

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

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

 Patches for ncurses 6.0 can be found at
        ftp://invisible-island.net/ncurses/6.0
        http://invisible-mirror.net/archives/ncurses/6.0 

 ------------------------------------------------------------------------------
 ftp://invisible-island.net/ncurses/6.0/ncurses-6.0-20170121.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Jan 22 02:22:50 UTC 2017
 ------------------------------------------------------------------------------
 Ada95/aclocal.m4                      |   25 
 Ada95/configure                       |  636 +++---
 NEWS                                  |   13 
 VERSION                               |    2 
 aclocal.m4                            |   77 
 configure                             | 2972 ++++++++++++++++----------------
 dist.mk                               |    4 
 doc/html/man/adacurses6-config.1.html |    2 
 doc/html/man/captoinfo.1m.html        |    2 
 doc/html/man/clear.1.html             |    2 
 doc/html/man/form.3x.html             |    2 
 doc/html/man/infocmp.1m.html          |    2 
 doc/html/man/infotocap.1m.html        |    2 
 doc/html/man/menu.3x.html             |    2 
 doc/html/man/ncurses.3x.html          |    2 
 doc/html/man/ncurses6-config.1.html   |    2 
 doc/html/man/panel.3x.html            |    2 
 doc/html/man/tabs.1.html              |    2 
 doc/html/man/terminfo.5.html          |    2 
 doc/html/man/tic.1m.html              |    2 
 doc/html/man/toe.1m.html              |    2 
 doc/html/man/tput.1.html              |  263 +-
 doc/html/man/tset.1.html              |    2 
 include/curses.h.in                   |    6 
 man/tput.1                            |   31 
 ncurses/curses.priv.h                 |   10 
 package/debian-mingw/changelog        |    4 
 package/debian-mingw64/changelog      |    4 
 package/debian/changelog              |    4 
 package/mingw-ncurses.nsi             |    4 
 package/mingw-ncurses.spec            |    2 
 package/ncurses.spec                  |    2 
 progs/tput.c                          |   11 
 test/aclocal.m4                       |    7 
 test/blue.c                           |   14 
 test/configure                        | 2843 +++++++++++++++---------------
 test/demo_defkey.c                    |    6 
 37 files changed, 3632 insertions(+), 3338 deletions(-)
 ------------------------------------------------------------------------------
 
20170121
        + incorporate A_COLOR mask into COLOR_PAIR(), in case user application
          provides an out-of-range pair number (report by Elijah Stone).
        + clarify description in tput manual page regarding support for
          termcap names (prompted by FreeBSD #214709).
        + remove a restriction in tput's support for termcap names which
          omitted capabilities normally not shown in termcap translations
          (cf: 990123).
        + modify configure script for clang as used on FreeBSD, to work around
          clang's differences in exit codes vs gcc.


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