]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.7 - patch 20091212
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 13 Dec 2009 01:36:17 +0000 (01:36 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 13 Dec 2009 01:36:17 +0000 (01:36 +0000)
commit3996fe0bf797f113d6abc4329cc869951735a4d8
treed4cff6ecd53aff90b48b822d9656c48b33ed9ee2
parentcb9a015f6669e86dd5db0fcdf1a6d74c7ea5df55
ncurses 5.7 - patch 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
14 files changed:
NEWS
config.guess
config.sub
dist.mk
form/frm_driver.c
menu/m_item_new.c
menu/m_new.c
misc/terminfo.src
ncurses/tinfo/read_termcap.c
ncurses/trace/lib_traceatr.c
ncurses/trace/visbuf.c
panel/p_new.c
progs/tic.c
progs/tset.c