[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-6.1-20181215
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-6.1-20181215 |
Date: |
Sun, 16 Dec 2018 02:24:11 +0000 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
Files:
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20181215.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20181215.tgz.asc
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20181215.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20181215.tgz.asc
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20181215.tgz
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20181215.tgz.asc
ftp://ftp.invisible-island.net/ncurses/6.1/MD5sums
ftp://ftp.invisible-island.net/ncurses/6.1/dev-patches.zip
ftp://ftp.invisible-island.net/ncurses/6.1/ncurses-6.1-20181215.patch.gz
ftp://ftp.invisible-island.net/ncurses/6.1/ncurses-6.1-20181215.patch.gz.asc
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.1-20181215.tgz
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.1-20181215.tgz.asc
ftp://ftp.invisible-island.net/ncurses/win32/mingw32-20181215.zip
ftp://ftp.invisible-island.net/ncurses/win32/mingw64-20181215.zip
ncurses 6.1 - patch 20181215 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 6.1 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 6.1 can be found at
ftp://ftp.invisible-island.net/ncurses/6.1
http://invisible-mirror.net/archives/ncurses/6.1
------------------------------------------------------------------------------
ftp://ftp.invisible-island.net/ncurses/6.1/ncurses-6.1-20181215.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Dec 16 02:17:42 UTC 2018
------------------------------------------------------------------------------
Ada95/aclocal.m4 | 11
Ada95/configure | 957 +++++------
NEWS | 16
VERSION | 2
aclocal.m4 | 74
configure | 3008 +++++++++++++++++++------------------
dist.mk | 4
form/f_trace.c | 7
form/fld_arg.c | 13
form/fld_ftchoice.c | 11
form/fld_newftyp.c | 13
form/frm_hook.c | 7
form/fty_generic.c | 18
menu/m_hook.c | 7
menu/m_trace.c | 7
misc/terminfo.src | 22
ncurses/base/lib_set_term.c | 9
ncurses/base/safe_sprintf.c | 10
ncurses/base/use_window.c | 11
ncurses/curses.priv.h | 8
ncurses/tinfo/lib_tputs.c | 13
ncurses/tinfo/use_screen.c | 10
ncurses/trace/lib_trace.c | 34
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.map | 9
package/ncurses.spec | 2
package/ncurses.sym | 3
package/ncursest.map | 9
package/ncursest.spec | 2
package/ncursest.sym | 3
package/ncursestw.map | 9
package/ncursestw.sym | 3
package/ncursesw.map | 9
package/ncursesw.sym | 3
test/aclocal.m4 | 11
test/configure | 2823 +++++++++++++++++-----------------
test/ncurses.c | 32
41 files changed, 3790 insertions(+), 3418 deletions(-)
------------------------------------------------------------------------------
20181215
+ several fixes for gcc8 strict compiler warnings.
+ fix a typo in comments (Aaron Gyes).
+ add nsterm-build309 to replace nsterm-256color, assigning the latter
as an alias of nsterm, to make mouse work with nsterm-256color -TD
+ base gnome-256color entry on "gnome", not "vte", for consistency -TD
+ updates for configure macros from work on tin and xterm:
+ CF_GNU_SOURCE, allow for Cygwin's newlib when checking for the
_DEFAULT_SOURCE symbol.
+ CF_VA_COPY, add fallback check if neither va_copy/__va_copy is
supported, to try copying the pointers for va_list, or as an array.
Also add another fallback check, for __builtin_va_copy(), which
could be used with AIX xlc in c89 mode.
--
Thomas E. Dickey <address@hidden>
https://invisible-island.net
ftp://ftp.invisible-island.net
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ANN: ncurses-6.1-20181215,
Thomas Dickey <=