[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-6.2-20200229
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-6.2-20200229 |
Date: |
Sun, 1 Mar 2020 02:05:30 +0000 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
Files:
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20200229.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20200229.tgz.asc
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20200229.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20200229.tgz.asc
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20200229.tgz
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20200229.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-20200229.patch.gz
ftp://ftp.invisible-island.net/ncurses/6.2/ncurses-6.2-20200229.patch.gz.asc
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.2-20200229.tgz
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.2-20200229.tgz.asc
ftp://ftp.invisible-island.net/ncurses/win32/mingw32-20200229.zip
ftp://ftp.invisible-island.net/ncurses/win32/mingw64-20200229.zip
ncurses 6.2 - patch 20200229 - 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-20200229.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Mar 1 01:58:39 UTC 2020
------------------------------------------------------------------------------
Ada95/aclocal.m4 | 44
Ada95/configure | 2631 ++++++++++++++++-----------
NEWS | 20
VERSION | 2
aclocal.m4 | 39
c++/cursslk.h | 14
c++/etip.h.in | 3
configure | 3523 ++++++++++++++++++-------------------
dist.mk | 4
form/fty_regex.c | 6
include/nc_mingw.h | 4
include/ncurses_defs | 4
include/ncurses_dll.h.in | 4
include/term_entry.h | 6
ncurses/tinfo/comp_parse.c | 4
ncurses/tty/lib_twait.c | 4
ncurses/win32con/gettimeofday.c | 6
ncurses/win32con/win_driver.c | 22
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
progs/progs.priv.h | 6
test/aclocal.m4 | 44
test/configure | 2584 +++++++++++++++------------
28 files changed, 5076 insertions(+), 3920 deletions(-)
------------------------------------------------------------------------------
20200229
+ modify CF_NCURSES_CONFIG to work around xcode's c99 "-W" option,
which conflicts with conventional use for passing linker options.
> fixes for building with Visual Studio C++ and msys2 (patches by
"Maarten Anonymous"):
+ check for pcre2posix.h instead of pcre2-posix.h
+ add case in CF_SHARED_OPTS for msys2 + msvc
+ add fallback definition for STDIN_FILENO in progs.priv.h
+ modify win_driver.c to use _alloca() rather than gcc's variable
length array feature.
+ add NCURSES_IMPEXP to ncurses wrapped-variable declarations
+ remove NCURSES_IMPEXP from class variables in c++/cursslk.h
+ remove fallback prototype for exit() from c++/etip.h.in
+ use configured check for <sys/time.h> in a couple of places
+ conditionally include winsock.h in ncurses/win32con/gettimeofday.c,
because Visual Studio needs this for the timestruct declaration.
+ adjust syntax in a couple of files using the NCURSES_API symbol.
--
Thomas E. Dickey <address@hidden>
https://invisible-island.net
ftp://ftp.invisible-island.net
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ANN: ncurses-6.2-20200229,
Thomas Dickey <=