bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.0-20170909


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

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

 ncurses 6.0 - patch 20170909 - Thomas E. Dickey

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

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

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

 ------------------------------------------------------------------------------
 ftp://ftp.invisible-island.net/ncurses/6.0/ncurses-6.0-20170909.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Sep 10 01:23:51 UTC 2017
 ------------------------------------------------------------------------------
 NEWS                             |   19 
 VERSION                          |    2 
 dist.mk                          |    4 
 form/frm_driver.c                |   44 
 include/ncurses_defs             |    7 
 man/user_caps.5                  |    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 
 test/Makefile.in                 |    4 
 test/aclocal.m4                  |    6 
 test/configure                   | 3058 ++++++++++++++++++-------------------
 test/configure.in                |   13 
 test/demo_new_pair.c             |    4 
 test/demo_termcap.c              |   10 
 test/ditto.c                     |   14 
 test/echochar.c                  |    4 
 test/filter.c                    |   17 
 test/firework.c                  |   58 
 test/firstlast.c                 |   19 
 test/gdc.6                       |   21 
 test/gdc.c                       |   29 
 test/hanoi.c                     |  230 +-
 test/inchs.c                     |    2 
 test/insdelln.c                  |   14 
 test/knight.c                    |  462 +++--
 test/lrtest.c                    |    7 
 test/mk-test.awk                 |    4 
 test/movewindow.c                |   14 
 test/ncurses.c                   |   81 
 test/newdemo.c                   |    8 
 test/picsmap.c                   |    5 
 test/popup_msg.c                 |   14 
 test/rain.c                      |   52 
 test/savescreen.c                |   10 
 test/tclock.c                    |   47 
 test/test.priv.h                 |   55 
 test/test_addchstr.c             |    3 
 test/test_addstr.c               |    3 
 test/test_instr.c                |    2 
 test/testcurs.c                  |  238 +-
 test/view.c                      |    7 
 test/worm.c                      |   95 -
 test/xmas.c                      | 1672 ++++++++++----------
 47 files changed, 3518 insertions(+), 2864 deletions(-)
 ------------------------------------------------------------------------------
 
20170909
        + improve wide-character implementation of myADDNSTR() in frm_driver.c,
          which was inconsistent with the normal implementation.
        + save/restore cursor position in Undo_Justification(), matching
          behavior of Buffer_To_Window() (report by Leon Winter).
        + modify test/knight to provide the "slow" solution for small screens
          using "R", noting that Warnsdorf's method is easily done with "a".
        + modify several test-programs which call use_default_colors() to
          consistently do this only if "-d" option is given.
        + additional changes to test with non-standard variants of curses:
          + modify a loop limit in firework.c to work around absense of limit
            checks in some libraries.
          + fill the last row of a window with "?" in firstlast if waddch does
            not return ERR on the lower-right corner.
        + add checks in test/configure for some functions not in 4.3BSD curses.
        + fix a regression in test/configure (cf: 20170826).


-- 
Thomas E. Dickey <address@hidden>
http://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]