]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20120608
authorThomas E. Dickey <dickey@invisible-island.net>
Sat, 9 Jun 2012 00:43:33 +0000 (00:43 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sat, 9 Jun 2012 00:43:33 +0000 (00:43 +0000)
commit1d7867d33e6954be7c7121b1028ad6768f487752
tree317f816889391ec978095dbb890256c74f2ab9d2
parente0881a7f395769f2ec89b8fa8c21c4292c1de7b5
ncurses 5.9 - patch 20120608

+ fix an uninitialized variable in -c/-n logic for infocmp changes
  (cf: 20120526).
+ corrected fix for building c++ binding with clang 3.0 (report/patch
  by Richard Yao, Gentoo #417613, cf: 20110409)
+ correct configure check for working poll, fixing the case where stdin
  is redirected, e.g., in rpm/dpkg builds (Debian #676461).
+ add rpm- and dpkg-scripts, to test those build-environments.
  The resulting packages are used only for testing.
16 files changed:
MANIFEST
NEWS
aclocal.m4
c++/cursesf.h
c++/cursesm.h
configure
dist.mk
package/debian/changelog [new file with mode: 0644]
package/debian/compat [new file with mode: 0644]
package/debian/control [new file with mode: 0644]
package/debian/copyright [new file with mode: 0644]
package/debian/rules [new file with mode: 0644]
package/debian/source/format [new file with mode: 0644]
package/debian/watch [new file with mode: 0644]
package/ncurses.spec [new file with mode: 0644]
progs/infocmp.c