bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.1-20190623


From: Thomas Dickey
Subject: ANN: ncurses-6.1-20190623
Date: Sun, 23 Jun 2019 23:50:15 +0000
User-agent: Mutt/1.5.23 (2014-03-12)

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

 ncurses 6.1 - patch 20190623 - Thomas E. Dickey

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

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

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

 ------------------------------------------------------------------------------
 ftp://ftp.invisible-island.net/ncurses/6.1/ncurses-6.1-20190623.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Jun 23 23:43:23 UTC 2019
 ------------------------------------------------------------------------------
 NEWS                                  |   13 
 VERSION                               |    2 
 aclocal.m4                            |  224 ++-
 config.guess                          |   89 -
 config.sub                            |    9 
 configure                             | 2322 +++++++++++++++++++-------------
 configure.in                          |   12 
 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              |   36 
 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              |    2 
 doc/html/man/tset.1.html              |    2 
 include/nc_mingw.h                    |    6 
 include/ncurses_defs                  |    3 
 man/man_db.renames                    |    3 
 man/tabs.1                            |   16 
 ncurses/base/lib_initscr.c            |   21 
 ncurses/curses.priv.h                 |    6 
 ncurses/tinfo/lib_acs.c               |    4 
 ncurses/tinfo/lib_setup.c             |   31 
 ncurses/tty/tty_update.c              |    4 
 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 
 package/ncursest.spec                 |    2 
 test/test_sgr.c                       |   11 
 41 files changed, 1812 insertions(+), 1056 deletions(-)
 ------------------------------------------------------------------------------
 
20190623
        + improve the tabs.1 manual page to distinguish the PWB/Unix and 7th
          Edition versions of the tabs utility.
        + add configure check for getenv() to work around implementation shown
          in Emscripten #6766, use that to optionally suppress START_TRACE
          macro, whose call to getenv() may not work properly (report by Ilya
          Ig Petrov).
        + modify initialization functions to avoid relying upon persistent
          data for the result from getenv().
        + update config.guess, config.sub


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

Attachment: signature.asc
Description: Digital signature


reply via email to

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