]> ncurses.scripts.mit.edu Git - ncurses.git/commit - Ada95/configure
ncurses 5.9 - patch 20140621
authorThomas E. Dickey <dickey@invisible-island.net>
Sat, 21 Jun 2014 23:56:54 +0000 (23:56 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sat, 21 Jun 2014 23:56:54 +0000 (23:56 +0000)
commit987faea6703ceb2c59ac9787f99eda67e3fe7676
tree2898e5fe14dd337aace271a8fa9ae40c21d056e6
parent6be6b9d9202ba34ee545955dc66e355d9855353a
ncurses 5.9 - patch 20140621

+ change shared-library suffix for AIX 5 and 6 to ".so", avoiding
  conflict with the static library (report by Ben Lentz).
+ document RPATH_LIST in INSTALLATION file, as part of workarounds for
  upgrading an ncurses library using the "--with-shared" option.
+ modify test/ncurses.c c/C tests to cycle through subsets of the
  total number of colors, to better illustrate 8/16/88/256-colors by
  providing directly comparable screens.
+ add test/dots_curses.c, for comparison with the low-level examples.
19 files changed:
Ada95/aclocal.m4
Ada95/configure
INSTALL
MANIFEST
NEWS
aclocal.m4
configure
dist.mk
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/dots_curses.c [new file with mode: 0644]
test/modules
test/ncurses.c
test/programs