]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.2 - patch 20210508
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 9 May 2021 00:34:51 +0000 (00:34 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 9 May 2021 00:34:51 +0000 (00:34 +0000)
commit56a81c7e79f73d397cc8074401d039f59c34cad5
tree4000815f1fb6c790d3097179c218279e95e63b93
parente506fcb22913defb36b205cd5e84257c915d0e5e
ncurses 6.2 - patch 20210508

+ modify tputs' error check to allow it to be used without first
  calling tgetent or setupterm, noting that terminfo initialization
  is requires for supporting the terminfo delay feature (report by
  Sebastiano Vigna).
+ fix several warnings from clang --analyze
+ add null-pointer check in comp_parse.c, when a "use=" clause refers
  to a nonexisting terminal description (report/patch by Miroslav
  Lichvar, cf: 20210227).
25 files changed:
NEWS
VERSION
dist.mk
menu/m_post.c
ncurses/base/lib_bkgd.c
ncurses/base/lib_color.c
ncurses/base/lib_set_term.c
ncurses/base/new_pair.c
ncurses/tinfo/alloc_entry.c
ncurses/tinfo/comp_parse.c
ncurses/tinfo/lib_tputs.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
package/ncursest.spec
test/demo_menus.c
test/hanoi.c
test/knight.c
test/ncurses.c
test/picsmap.c
test/test_add_wchstr.c
test/view.c