bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.0-20150719


From: Thomas Dickey
Subject: ANN: ncurses-6.0-20150719
Date: Sun, 19 Jul 2015 21:04:56 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

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

 ncurses 6.0 - patch 20150719 - Thomas E. Dickey

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

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

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

 ------------------------------------------------------------------------------
 ftp://invisible-island.net/ncurses/5.9/ncurses-6.0-20150719.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Mon Jul 20 00:44:14 UTC 2015
 ------------------------------------------------------------------------------
 NEWS                              |   13 
 VERSION                           |    2 
 dist.mk                           |    4 
 doc/html/man/captoinfo.1m.html    |    2 
 doc/html/man/clear.1.html         |    2 
 doc/html/man/curs_addch.3x.html   |   10 
 doc/html/man/curs_getch.3x.html   |   22 +
 doc/html/man/curs_initscr.3x.html |  140 ++++++++-
 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/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          |    2 
 doc/html/man/tset.1.html          |    2 
 doc/ncurses-intro.doc             |    2 
 man/curs_addch.3x                 |    4 
 man/curs_getch.3x                 |    7 
 man/curs_initscr.3x               |   84 +++++
 ncurses/tinfo/lib_tparm.c         |   12 
 ncurses/tinfo/make_keys.c         |   26 +
 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 
 test/README                       |   12 
 test/configure                    |  557 +++++++++++++++++++-----------------
 test/configure.in                 |   16 -
 35 files changed, 632 insertions(+), 327 deletions(-)
 ------------------------------------------------------------------------------
 
20150719
        + correct an old logic error for %A and %O in tparm (report by "zreed").
        + improve documentation for signal handlers by adding section in the
          curs_initscr.3x page.
        + modify logic in make_keys.c to not assume anything about the size
          of strnames and strfnames variables, since those may be functions
          in the thread- or broken-linker configurations (problem found by
          Coverity).
        + modify test/configure script to check for pthreads configuration,
          e.g., ncursestw library.


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