]> ncurses.scripts.mit.edu Git - ncurses.git/commit - test/mk-test.awk
ncurses 5.9 - patch 20150502
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 3 May 2015 01:06:46 +0000 (01:06 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 3 May 2015 01:06:46 +0000 (01:06 +0000)
commitbe512fa073c00c2d52567c973d16b121414870da
tree53f6080a1db8a2c8f005c95345884171fba767c1
parentee1bcda2cbb28cd84f136d8343cf83b7e576bd79
ncurses 5.9 - patch 20150502

+ modify the configure script to allow different default values
  for ABI 5 versus ABI 6.
+ add wgetch-events to test-packages.
+ add a note on how to build ncurses-examples to test/README.
+ fix a memory leak in delscreen (report by Daniel Kahn Gillmor,
  Debian #783486) -TD
+ remove unnecessary ';' from E3 capabilities -TD
+ add tmux entry, derived from screen (patch by Nicholas Marriott).
+ split-out recent change to nsterm-bce as nsterm-build326, and add
  nsterm-build342 to reflect changes with successive releases of OSX
  (discussion with Leonardo B Schenkel)
+ add xon, ich1, il1 to ibm3161 (patch by Stephen Powell, Debian
  #783806)
+ add sample "magic" file, to document ext-putwin.
+ modify gen-pkgconfig.in to add explicit -ltinfo, etc., to the
  generated ".pc" file when ld option "--as-needed" is used, or when
  ncurses and tinfo are installed without using rpath (prompted by
  discussion with Sylvain Bertrand).
+ modify test-package for ncurses6 to omit rpath feature when installed
  in /usr.
+ add OSX's "*.dSYM" to clean-rules in makefiles.
+ make extra-suffix work for OSX configuration, e.g., for shared
  libraries.
+ modify Ada95/configure script to work with pkg-config
+ move test-package for ncurses6 to /usr, since filename-conflicts have
  been eliminated.
+ corrected build rules for Ada95/gen/generate; it does not depend on
  the ncurses library aside from headers.
+ reviewed man pages, fixed a few other spelling errors.
+ fix a typo in curs_util.3x (Sven Joachim).
+ use extra-suffix in some overlooked shared library dependencies
  found by 20150425 changes for test-packages.
+ update config.guess, config.sub from
http://git.savannah.gnu.org/cgit/config.git
47 files changed:
Ada95/aclocal.m4
Ada95/configure
Ada95/gen/Makefile.in
Ada95/package/AdaCurses-doc.spec
Ada95/package/AdaCurses.spec
Ada95/package/debian/rules
MANIFEST
NEWS
VERSION
aclocal.m4
c++/Makefile.in
config.guess
config.sub
configure
configure.in
dist.mk
form/Makefile.in
include/Caps
include/Caps.aix4
include/Caps.hpux11
include/Caps.keys
include/Caps.osf1r5
include/Caps.uwin
include/Makefile.in
man/curs_util.3x
man/term.5
man/terminfo.tail
menu/Makefile.in
misc/gen-pkgconfig.in
misc/magic [new file with mode: 0644]
misc/terminfo.src
ncurses/base/lib_freeall.c
ncurses/base/lib_set_term.c
ncurses/tty/lib_twait.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/debian/rules
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
panel/Makefile.in
progs/Makefile.in
test/README
test/aclocal.m4
test/configure
test/mk-test.awk