]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.0 - patch 20171223
authorThomas E. Dickey <dickey@invisible-island.net>
Sat, 23 Dec 2017 23:06:29 +0000 (23:06 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sat, 23 Dec 2017 23:06:29 +0000 (23:06 +0000)
commitaed072e27e60c2abc5ac0ab8113aacf9b4908d50
tree0795533ff179e29fc021ad9fde2be5d68de5cbd9
parent0fbd5e192896b3e446832d0a451df2cec5f5ae40
ncurses 6.0 - patch 20171223

+ modify ncurses-examples to quiet const-warnings when building with
  PDCurses.
+ modify toe to not exit if unable to read a terminal description,
  e.g., if there is a permission problem.
+ minor fix for progs/toe.c, using _nc_free_termtype2.
+ assign 0 to pointer in _nc_tgetent_leak() after freeing it. Also
  avoid reusing pointer from previous successful call to tgetent
  if the latest call is unsuccessful (patch by Michael Schroeder,
  OpenSuSE #1070450).
+ minor fix for test/tracemunch, initialize $awaiting variable.
15 files changed:
NEWS
VERSION
dist.mk
ncurses/tinfo/lib_termcap.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
progs/toe.c
test/movewindow.c
test/test.priv.h
test/testcurs.c
test/tracemunch