]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.1 - patch 20180317
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 18 Mar 2018 01:26:15 +0000 (01:26 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 18 Mar 2018 01:26:15 +0000 (01:26 +0000)
commitb86393354bb86154b7b860989e5ed8655611d30b
treec534dd119d4dc47c0d520e87954136997a641e29
parent2017ab0e60ca857accae38a01252e0cbdf5f1efe
ncurses 6.1 - patch 20180317

+ fix a check in infotocap which may not have detected a problem when
  it should have.
+ add a check in tic for the case where setf/setb are given using
  different strings, but provide identical results to setaf/setab.
+ further improve fix for terminfo.5 (patch by Kir Kolyshkin).
+ reorder loop-limit checks in winsnstr() in case the string has no
  terminating null and only the number of characters is used (patch
  by Gyorgy Jeney).
13 files changed:
NEWS
VERSION
dist.mk
include/nc_tparm.h
man/MKterminfo.sh
ncurses/base/lib_insnstr.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
progs/tic.c