[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-6.1-20180407
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-6.1-20180407 |
Date: |
Sun, 8 Apr 2018 01:03:32 +0000 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
Files:
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20180407.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20180407.tgz.asc
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20180407.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20180407.tgz.asc
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20180407.tgz
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20180407.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-20180407.patch.gz
ftp://ftp.invisible-island.net/ncurses/6.1/ncurses-6.1-20180407.patch.gz.asc
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.1-20180407.tgz
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.1-20180407.tgz.asc
ftp://ftp.invisible-island.net/ncurses/win32/mingw32-20180407.zip
ftp://ftp.invisible-island.net/ncurses/win32/mingw64-20180407.zip
ncurses 6.1 - patch 20180407 - 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-20180407.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Apr 8 00:58:31 UTC 2018
------------------------------------------------------------------------------
NEWS | 14 ++++++
VERSION | 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_initscr.3x.html | 6 +-
doc/html/man/curs_printw.3x.html | 33 ++++++++++-----
doc/html/man/curs_scanw.3x.html | 69 ++++++++++++++++++++------------
doc/html/man/curs_sp_funcs.3x.html | 16 +++----
doc/html/man/curs_termcap.3x.html | 49 ++++++++++++----------
doc/html/man/curs_terminfo.3x.html | 12 +++--
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/tabs.1.html | 2
doc/html/man/terminfo.5.html | 2
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
include/MKterm.h.awk.in | 42 +++++++++----------
include/curses.h.in | 32 +++++++-------
include/termcap.h.in | 13 ++----
man/curs_initscr.3x | 6 +-
man/curs_printw.3x | 35 ++++++++++++----
man/curs_scanw.3x | 49 ++++++++++++++++++----
man/curs_sp_funcs.3x | 16 +++----
man/curs_termcap.3x | 16 +++++--
man/curs_terminfo.3x | 13 +++---
misc/terminfo.src | 28 ++++++------
ncurses/base/lib_newterm.c | 8 +--
ncurses/base/lib_scanw.c | 24 ++++++-----
ncurses/curses.priv.h | 6 +-
ncurses/tinfo/lib_setup.c | 8 +--
ncurses/tinfo/lib_termcap.c | 19 ++++----
ncurses/tinfo/lib_tgoto.c | 6 +-
ncurses/tinfo/lib_ti.c | 16 +++----
ncurses/tinfo/lib_tparm.c | 8 +--
ncurses/tinfo/read_termcap.c | 8 +--
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/tracemunch | 4 -
51 files changed, 362 insertions(+), 252 deletions(-)
------------------------------------------------------------------------------
20180407
+ clarify in manual pages that vwprintw and vwscanw are obsolete,
not part of X/Open Curses since 2007.
+ use "const" in some prototypes rather than NCURSES_CONST where X/Open
Curses was updated to do this, e.g., wscanw, newterm, the terminfo
interface. Also use "const" for consistency in the termcap
interface, which was withdrawn by X/Open Curses in Issue 5 (2007).
As of Issue 7, X/Open Curses still lacks "const" for certain return
values, e.g., keyname().
--
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-20180407,
Thomas Dickey <=