bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.0-20160806


From: Thomas Dickey
Subject: ANN: ncurses-6.0-20160806
Date: Sun, 7 Aug 2016 01:31:24 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

Files:
        ftp://invisible-island.net/AdaCurses/current/AdaCurses-20160806.tgz
        ftp://invisible-island.net/AdaCurses/current/AdaCurses-20160806.tgz.asc
        
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20160806.tgz
        
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20160806.tgz.asc
        
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20160806.tgz
        
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20160806.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-20160806.patch.gz
        ftp://invisible-island.net/ncurses/6.0/ncurses-6.0-20160806.patch.gz.asc
        ftp://invisible-island.net/ncurses/current/ncurses-6.0-20160806.tgz
        ftp://invisible-island.net/ncurses/current/ncurses-6.0-20160806.tgz.asc
        ftp://invisible-island.net/ncurses/win32/mingw32-20160806.zip
        ftp://invisible-island.net/ncurses/win32/mingw64-20160806.zip

 ncurses 6.0 - patch 20160806 - 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-20160806.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Aug  7 01:26:32 UTC 2016
 ------------------------------------------------------------------------------
 Ada95/aclocal.m4                       |   19 
 Ada95/configure                        |  899 +++++-----
 MANIFEST                               |    2 
 NEWS                                   |   12 
 VERSION                                |    2 
 aclocal.m4                             |   19 
 configure                              | 2693 +++++++++++++++---------------
 dist.mk                                |    4 
 man/tset.1                             |    5 
 ncurses-6.0-20160806/progs/reset_cmd.c |  676 +++++++
 ncurses-6.0-20160806/progs/reset_cmd.h |   68 
 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/Makefile.in                      |    4 
 progs/modules                          |    9 
 progs/tput.c                           |  128 -
 progs/tset.c                           |  660 -------
 test/aclocal.m4                        |   19 
 test/configure                         | 2777 +++++++++++++++----------------
 23 files changed, 4158 insertions(+), 3858 deletions(-)
 ------------------------------------------------------------------------------
 
20160806
        + improve CF_GNU_SOURCE configure macro to optionally define
          _DEFAULT_SOURCE work around a nuisance in recent glibc releases.
        + move the terminfo-specific parts of tput's "reset" function into
          the shared reset_cmd.c, making the two forms of reset use the same
          strings.
        + split-out the terminal initialization functions from tset as
          progs/reset_cmd.c, as part of changes to merge the reset-feature
          with tput.


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