]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.1 - patch 20180217
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 18 Feb 2018 01:45:21 +0000 (01:45 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 18 Feb 2018 01:45:21 +0000 (01:45 +0000)
commitd545d5dd9889756f005fb63a843adb230b990493
tree9b6aa8c7bd0abd1f9840356a054adf8e2124bb78
parent79695a2ff354087dca5006351286f741ee8c82c4
ncurses 6.1 - patch 20180217

+ remove incorrect free() from 20170617 changes (report by David Macek).
+ correct type for "U8" in user_caps.5; it is a number not boolean.
+ add a null-pointer check in safe_sprintf.c (report by Steven Noonan).
+ improve fix for Debian #882620 by reusing limit2 variable (report
  Julien Cristau, Sven Cristau).
17 files changed:
NEWS
VERSION
dist.mk
man/user_caps.5
ncurses/base/safe_sprintf.c
ncurses/tinfo/lib_setup.c
ncurses/tinfo/write_entry.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/debian/rules
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
test/demo_defkey.c
test/list_keys.c
test/picsmap.c