]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.7 - patch 20090314
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 15 Mar 2009 01:02:54 +0000 (01:02 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 15 Mar 2009 01:02:54 +0000 (01:02 +0000)
commit684ea7a15772d25d6eb430c5751295e52a2d8a66
tree0270d112f91aa5c872707aff8ebfe1fa7eadcc9e
parentb94faec6aab7c3613c1e7d217f6df6f42d929234
ncurses 5.7 - patch 20090314

+ modify scripts to generate ncurses*-config and pc-files to add
  dependency for tinfo library (patch by Charles Wilson).
+ improve comparison of program-names when checking for linked flavors
  such as "reset" by ignoring the executable suffix (reports by Charles
  Wilson, Samuel Thibault and Cedric Bretaudeau on Cygwin mailing
  list).
+ suppress configure check for static/dynamic linker flags for gcc on
  Solaris 10, since gcc is confused by absence of static libc, and
  does not switch back to dynamic mode before finishing the libraries
  (reports by Joel Bertrand, Alan Pae).
+ minor fixes to Intel compiler warning checks in configure script.
+ modify _nc_leaks_tinfo() so leak-checking in test/railroad.c works.
+ modify set_curterm() to make broken-linker configuration work with
  changes from 20090228 (report by Charles Wilson).
15 files changed:
MANIFEST
NEWS
aclocal.m4
configure
dist.mk
misc/gen-pkgconfig.in
misc/ncurses-config.in
ncurses/tinfo/entries.c
ncurses/tinfo/lib_cur_term.c
progs/Makefile.in
progs/modules
progs/tic.c
progs/tput.c
progs/transform.c [new file with mode: 0644]
progs/tset.c