[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.7-20091212.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.7-20091212.patch.gz |
Date: |
Sat, 12 Dec 2009 20:44:18 -0500 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
ncurses 5.7 - patch 20091212 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 5.7 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.7 are in the subdirectory
ftp://invisible-island.net/ncurses/5.7
------------------------------------------------------------------------------
ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-20091212.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Dec 13 01:36:17 UTC 2009
------------------------------------------------------------------------------
NEWS | 20 +++
config.guess | 209 +++++++++++++++--------------------------
config.sub | 50 +++++++--
dist.mk | 4
form/frm_driver.c | 23 +++-
menu/m_item_new.c | 9 -
menu/m_new.c | 4
misc/terminfo.src | 155 +++++++++++++++++++++++++-----
ncurses/tinfo/read_termcap.c | 19 ++-
ncurses/trace/lib_traceatr.c | 7 -
ncurses/trace/visbuf.c | 7 -
panel/p_new.c | 6 -
progs/tic.c | 10 +
progs/tset.c | 26 +++--
14 files changed, 345 insertions(+), 204 deletions(-)
------------------------------------------------------------------------------
20091212
+ correct transfer of multicolumn characters in multirow
field_buffer(), which stopped at the end of the first row due to
filling of unused entries in a cchar_t array with nulls.
+ updated nsterm* entries (Benjamin Sittler, Emanuele Giaquinta)
+ modify _nc_viscbuf2() and _tracecchar_t2() to show wide-character
nulls.
+ use strdup() in set_menu_mark(), restore .marklen struct member on
failure.
+ eliminate clause 3 from the UCB copyrights in read_termcap.c and
tset.c per
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
(patch by Nicholas Marriott).
+ replace a malloc in tic.c with strdup, checking for failure (patch by
Nicholas Marriott).
+ update config.guess, config.sub from
http://savannah.gnu.org/projects/config
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ncurses-5.7-20091212.patch.gz,
Thomas Dickey <=