[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.9-20111126.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.9-20111126.patch.gz |
Date: |
Sat, 26 Nov 2011 21:41:26 -0500 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
ncurses 5.9 - patch 20111126 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 5.9 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.9 are in the subdirectory
ftp://invisible-island.net/ncurses/5.9
------------------------------------------------------------------------------
ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20111126.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Nov 27 02:34:54 UTC 2011
------------------------------------------------------------------------------
Ada95/aclocal.m4 | 9
Ada95/configure | 1471 +++++++++++++++--------------
NEWS | 17
aclocal.m4 | 13
configure | 42
dist.mk | 4
man/tic.1m | 79 +
misc/gen-pkgconfig.in | 19
ncurses/tinfo/db_iterator.c | 9
progs/tic.c | 31
test/aclocal.m4 | 11
test/configure | 2070 ++++++++++++++++++++++--------------------
12 files changed, 2031 insertions(+), 1744 deletions(-)
------------------------------------------------------------------------------
20111126
+ correct database iterator's check for duplicate entries
(cf: 20111001).
+ modify database iterator to ignore $TERMCAP when it is not an
absolute pathname.
+ add -D option to tic, to show the database locations that it could
use.
+ improve description of database locations in tic manpage.
+ modify the configure script to generate a list of the ".pc" files to
generate, rather than deriving the list from the libraries which have
been built (patch by Mike Frysinger).
+ use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for
ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
from patch by Mike Frysinger).
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ncurses-5.9-20111126.patch.gz,
Thomas Dickey <=