[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-6.1-20180303
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-6.1-20180303 |
Date: |
Sun, 4 Mar 2018 02:22:36 +0000 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
Files:
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20180303.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20180303.tgz.asc
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20180303.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20180303.tgz.asc
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20180303.tgz
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20180303.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-20180303.patch.gz
ftp://ftp.invisible-island.net/ncurses/6.1/ncurses-6.1-20180303.patch.gz.asc
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.1-20180303.tgz
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.1-20180303.tgz.asc
ftp://ftp.invisible-island.net/ncurses/win32/mingw32-20180303.zip
ftp://ftp.invisible-island.net/ncurses/win32/mingw64-20180303.zip
ncurses 6.1 - patch 20180303 - 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-20180303.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Mar 4 02:17:44 UTC 2018
------------------------------------------------------------------------------
MANIFEST | 2
NEWS | 19 +
VERSION | 2
dist.mk | 4
man/MKterminfo.sh | 14 -
ncurses-6.1-20180303/package/debian/ncurses6.triggers | 1
ncurses-6.1-20180303/package/debian/ncursest6.triggers | 1
ncurses/Makefile.in | 3
ncurses/base/lib_color.c | 10
ncurses/base/lib_freeall.c | 6
ncurses/base/lib_slkcolor.c | 6
ncurses/base/new_pair.c | 10
ncurses/curses.priv.h | 205 ++++++++-------
ncurses/new_pair.h | 14 -
ncurses/report_offsets.c | 181 ++++++++++---
ncurses/tinfo/lib_data.c | 62 ++--
ncurses/tinfo/lib_setup.c | 10
ncurses/tty/lib_mvcur.c | 5
ncurses/tty/lib_vidattr.c | 15 -
ncurses/widechar/lib_vid_attr.c | 15 -
package/debian-mingw/changelog | 4
package/debian-mingw64/changelog | 4
package/debian/changelog | 4
package/debian/ncurses6.lintian-overrides | 7
package/debian/ncursest6.lintian-overrides | 7
package/mingw-ncurses.nsi | 4
package/mingw-ncurses.spec | 2
package/ncurses.spec | 2
28 files changed, 397 insertions(+), 222 deletions(-)
------------------------------------------------------------------------------
20180303
+ modify TurnOn/TurnOff macros in lib_vidattr.c and lib_vid_attr.c to
avoid expansion of "CUR" in trace.
+ improve a few lintian warnings in test-packages.
+ modify lib_setup to avoid calling pthread_self() without first
verifying that the address is valid, i.e., for weak symbols
(report/patch by Werner Fink).
+ modify generated terminfo.5 to not use "expand" and related width
on the last column of tables, making layout on wide terminals look
better (adapted from patch by Kir Kolyshkin).
+ add a category to report_offsets, e.g., "w" for wide-character, "t"
for threads to make the report more readable. Reorganized the
structures reported to make the categories more apparent.
+ simplify some ifdef's for extended-colors.
+ add NCURSES_GLOBALS and NCURSES_PRESCREEN to report_offsets, to show
how similar the different tinfo configurations are.
--
Thomas E. Dickey <address@hidden>
https://invisible-island.net
ftp://ftp.invisible-island.net
signature.asc
Description: Digital signature
- ANN: ncurses-6.1-20180303,
Thomas Dickey <=