bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.0-20170429


From: Thomas Dickey
Subject: ANN: ncurses-6.0-20170429
Date: Sun, 30 Apr 2017 01:47:44 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

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

 ncurses 6.0 - patch 20170429 - 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-20170429.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Apr 30 01:42:53 UTC 2017
 ------------------------------------------------------------------------------
 NEWS                                  |   16 +++++++++++++++-
 VERSION                               |    2 +-
 aclocal.m4                            |    6 +++---
 config.guess                          |   12 ++++++++----
 config.sub                            |   14 +++++++++++---
 configure                             |    2 +-
 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/curs_inchstr.3x.html     |   29 ++++++++++++++++-------------
 doc/html/man/curs_instr.3x.html       |   23 +++++++++++++----------
 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/scr_dump.5.html          |   20 +++++++++++++++++---
 doc/html/man/tabs.1.html              |    2 +-
 doc/html/man/terminfo.5.html          |    4 ++--
 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 +-
 man/curs_inchstr.3x                   |   23 ++++++++++++++++-------
 man/curs_instr.3x                     |   23 ++++++++++++++++-------
 man/scr_dump.5                        |   20 ++++++++++++++++++--
 ncurses/base/lib_inchstr.c            |   25 ++++++++++++++-----------
 ncurses/base/lib_instr.c              |   25 ++++++++++++-------------
 ncurses/base/lib_mouse.c              |    7 ++++++-
 ncurses/base/lib_screen.c             |    6 +++---
 ncurses/modules                       |    4 ++--
 ncurses/new_pair.h                    |    9 +++++++--
 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/inch_wide.c                      |    5 +++--
 test/inchs.c                          |    5 +++--
 test/rain.c                           |    4 +++-
 44 files changed, 217 insertions(+), 121 deletions(-)
 ------------------------------------------------------------------------------
 
20170429
        + corrected a case where $with_gpm was set to "maybe" after CF_WITH_GPM,
          overlooked in 20160528 fixes (report by Alexandre Bury).
        + improve a couple of test-program's help-messages.
        + corrected loop in rain.c from 20170415 changes.
        + modify winnstr and winchnstr to return error if the output pointer is
          null, as well as adding a null pointer check of the window pointer
          for better compatibility with other implementations.
        + improve discussion of NetBSD curses in scr_dump.5
        + modify LIMIT_TYPED macro in new_pair.h to avoid changing sign of the
          value to be limited (reports by Darby Payne, Rob Boudreau).
        + update config.guess, config.sub from
                http://git.savannah.gnu.org/cgit/config.git


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