bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.2-20200718


From: Thomas Dickey
Subject: ANN: ncurses-6.2-20200718
Date: Sat, 18 Jul 2020 23:13:58 +0000
User-agent: NeoMutt/20170113 (1.7.2)

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

 ncurses 6.2 - patch 20200718 - Thomas E. Dickey

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

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

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

 ------------------------------------------------------------------------------
 ftp://ftp.invisible-island.net/ncurses/6.2/ncurses-6.2-20200718.patch.gz
 patch by Thomas E. Dickey <dickey@invisible-island.net>
 created  Sat Jul 18 23:07:05 UTC 2020
 ------------------------------------------------------------------------------
 NEWS                             |   14 +++++++++++++-
 VERSION                          |    2 +-
 c++/Makefile.in                  |   10 +++++-----
 c++/cursesapp.cc                 |   11 ++++++++++-
 c++/cursesapp.h                  |   19 +++++++++++++++----
 c++/cursesf.cc                   |   13 ++++++++++++-
 c++/cursesf.h                    |    9 +++------
 c++/cursesmain.cc                |    4 ++--
 c++/cursslk.cc                   |    6 +++++-
 c++/cursslk.h                    |    4 ++--
 c++/demo.cc                      |   13 +++++++++----
 dist.mk                          |    4 ++--
 form/Makefile.in                 |    8 ++++----
 menu/Makefile.in                 |    8 ++++----
 ncurses/Makefile.in              |    8 ++++----
 ncurses/base/lib_getch.c         |    3 ++-
 ncurses/base/lib_getstr.c        |    3 ++-
 ncurses/curses.priv.h            |    6 +++++-
 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 +-
 panel/Makefile.in                |    8 ++++----
 progs/Makefile.in                |    8 ++++----
 test/Makefile.in                 |    8 ++++----
 test/widechars.h                 |    2 +-
 29 files changed, 124 insertions(+), 69 deletions(-)
 ------------------------------------------------------------------------------
 
20200718
        + reduce redefinition-warnings for KEY_EVENT when building with Visual
          Studio C++.
        + define NCURSES_STATIC when compiling programs to link with static
          libraries, to work with MinGW vs Visual Studio C++.
        > additional changes for building with Visual Studio C++ and msys2
          (reports/patches by "Maarten Anonymous")
        + modify c++/Makefile.in to set the current directory while compiling
          the main program, so the linker can find related objects.
        + several changes to allow the c++/demo program to compile/link.
        + change an ifdef in test-directory, to use VC++ wide-character funcs.


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

Attachment: signature.asc
Description: PGP signature


reply via email to

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