]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.0 - patch 20151107
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 8 Nov 2015 02:34:05 +0000 (02:34 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 8 Nov 2015 02:34:05 +0000 (02:34 +0000)
commit96e4e128aeac7fd4706facb2c23d9a89c8f52c2f
tree321ae850d20f304486414e082627b6976c183573
parent5817afea017464ac3b89170fb205f21d99bec47c
ncurses 6.0 - patch 20151107

+ modify tset's assignment to TERM in its output to reflect the name by
  which the terminal description is found, rather than the primary
  name.  That was an unnecessary part from the initial conversion of
  tset from termcap to terminfo.  The termcap program in 4.3BSD did
  this to avoid using the short 2-character name (report by Rich
  Burridge).
+ minor fix to configure script to ensure that rules for resulting.map
  are only generated when needed (cf: 20151101).
+ modify configure script to handle the case where tic-library is
  renamed, but the --with-debug option is used by itself without
  normal or shared libraries (prompted by comment in Debian #803482).
13 files changed:
NEWS
VERSION
aclocal.m4
configure
configure.in
dist.mk
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
progs/tset.c