]> ncurses.scripts.mit.edu Git - ncurses.git/commit - Ada95/aclocal.m4
ncurses 6.0 - patch 20151010
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 11 Oct 2015 01:01:49 +0000 (01:01 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 11 Oct 2015 01:01:49 +0000 (01:01 +0000)
commit9eb6f4991977566a493a5b1c36de2299f2754449
tree98e1d9eb8997d8e5b9bab909c2f2c064442d2eb1
parenta919b0ee00a6287c7e29330be52f9bb557503288
ncurses 6.0 - patch 20151010

+ add configure check for openpty to test/configure script, for ditto.
+ minor fixes to test/view.c in investigating Debian #790847.
+ update autoconf patch to 2.52.20150926, incorporates a fix for Cdk.
+ add workaround for breakage of POSIX makefiles by recent binutils
  change.
+ improve check for working poll() by using posix_openpt() as a
  fallback in case there is no valid terminal on the standard input
  (prompted by discussion on bug-ncurses mailing list, Debian #676461).
21 files changed:
Ada95/aclocal.m4
Ada95/configure
NEWS
VERSION
aclocal.m4
configure
dist.mk
ncurses/base/MKlib_gen.sh
ncurses/base/resizeterm.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
test/aclocal.m4
test/configure
test/configure.in
test/demo_termcap.c
test/demo_terminfo.c
test/view.c