]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.0 - patch 20150627
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 28 Jun 2015 01:06:27 +0000 (01:06 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 28 Jun 2015 01:06:27 +0000 (01:06 +0000)
commit91e802b0dd5f97879f57d12e9dd758e59ab8abb8
treecd490beefd2e73b2e9a970cd6299ce12d80c5976
parent4ec5af5be84fa04621664e4f6f1235c12dc1ce88
ncurses 6.0 - patch 20150627

+ modify configure script to remove deprecated ABI 5 symbols when
  building ABI 6.
+ add symbols _nc_Default_Field, _nc_Default_Form, _nc_has_mouse to
  map-files, but marked as deprecated so that they can easily be
  suppressed from ABI 6 builds (Debian #788610).
+ comment-out "screen.xterm" entry, and inherit screen.xterm-256color
  from xterm-new (report by Richard Birkett) -TD
+ modify read_entry.c to set the error-return to -1 if no terminal
  databases were found, as documented for setupterm.
+ add test_setupterm.c to demonstrate normal/error returns from the
  setupterm and restartterm functions.
+ amend cleanup change from 20110813 which removed redundant definition
  of ret_error, etc., from tinfo_driver.c, to account for the fact that
  it should return a bool rather than int (report/analysis by Johannes
  Schindelin).
31 files changed:
MANIFEST
NEWS
VERSION
aclocal.m4
configure
configure.in
dist.mk
misc/terminfo.src
ncurses/base/lib_restart.c
ncurses/curses.priv.h
ncurses/tinfo/lib_setup.c
ncurses/tinfo/read_entry.c
ncurses/tinfo/tinfo_driver.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.map
package/ncurses.spec
package/ncurses.sym
package/ncursest.map
package/ncursest.sym
package/ncursestw.map
package/ncursestw.sym
package/ncursesw.map
package/ncursesw.sym
test/README
test/modules
test/programs
test/test_setupterm.c [new file with mode: 0644]