]> ncurses.scripts.mit.edu Git - ncurses.git/commit - ncurses/Makefile.in
ncurses 5.7 - patch 20101023
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 24 Oct 2010 00:27:42 +0000 (00:27 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 24 Oct 2010 00:27:42 +0000 (00:27 +0000)
commitb35ecb17e0406b48556609207aa52e9fee15cec6
tree470f2f2163db4191c32049a144899ce292900143
parentf7340994c9dc299dd54a1b4cde949027436f1599
ncurses 5.7 - patch 20101023

+ correct parsing of relative tab-stops in tabs program (report by
  Philip Ganchev).
+ adjust configure script so that "t" is not added to library suffix
  when weak-symbols are used, allowing the pthread configuration to
  more closely match the non-thread naming (report by Werner Fink).
+ modify configure check for tic program, used for fallbacks, to a
  warning if not found.  This makes it simpler to use additonal
  scripts to bootstrap the fallbacks code using tic from the build
  tree (report by Werner Fink).
+ fix several places in configure script using ${variable-value} form.
+ modify configure macro CF_LDFLAGS_STATIC to accommodate some loaders
  which do not support selectively linking against static libraries
  (report by John P. Hartmann)
+ fix an unescaped dash in man/tset.1 (report by Sven Joachim).
16 files changed:
Ada95/aclocal.m4
Ada95/configure
Ada95/configure.in
INSTALL
NEWS
aclocal.m4
configure
configure.in
dist.mk
man/tset.1
misc/run_tic.in
ncurses/Makefile.in
progs/tabs.c
test/aclocal.m4
test/configure
test/configure.in