[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-6.1-20180414
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-6.1-20180414 |
Date: |
Sat, 14 Apr 2018 23:02:59 +0000 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
Files:
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20180414.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20180414.tgz.asc
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20180414.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20180414.tgz.asc
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20180414.tgz
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20180414.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-20180414.patch.gz
ftp://ftp.invisible-island.net/ncurses/6.1/ncurses-6.1-20180414.patch.gz.asc
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.1-20180414.tgz
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.1-20180414.tgz.asc
ftp://ftp.invisible-island.net/ncurses/win32/mingw32-20180414.zip
ftp://ftp.invisible-island.net/ncurses/win32/mingw64-20180414.zip
ncurses 6.1 - patch 20180414 - 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-20180414.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sat Apr 14 22:50:05 UTC 2018
------------------------------------------------------------------------------
NEWS | 12 ++++
VERSION | 2
dist.mk | 4 -
form/form.h | 5 +-
form/form.priv.h | 7 +-
form/frm_driver.c | 26 ++++++++--
ncurses/curses.priv.h | 4 -
ncurses/llib-lncursestw | 9 ---
ncurses/llib-lncursesw | 8 ---
ncurses/llib-ltinfotw | 8 ---
ncurses/llib-ltinfow | 8 ---
ncurses/tinfo/alloc_entry.c | 7 ++
ncurses/tinfo/alloc_ttype.c | 24 ++++-----
ncurses/tinfo/comp_parse.c | 92 +++++++++++++++++++++----------------
ncurses/tinfo/parse_entry.c | 12 ++--
ncurses/tinfo/read_entry.c | 5 +-
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
22 files changed, 137 insertions(+), 116 deletions(-)
------------------------------------------------------------------------------
20180414
+ modify form library to optionally delay cursor movement on a field
edge/boundary (patch by Leon Winter).
+ modify form library to avoid unnecessary update of cursor position in
non-public fields (patch by Leon Winter).
+ remove unused _nc_import_termtype2() function.
+ also add/improve null-pointer checks in other places
+ add a null-pointer check in _nc_parse_entry to handle an error when
a use-name is invalid syntax (report by Chung-Yi Lin).
--
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-20180414,
Thomas Dickey <=