bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ncurses-5.9-20110807.patch.gz


From: Thomas Dickey
Subject: ncurses-5.9-20110807.patch.gz
Date: Sun, 07 Aug 2011 18:48:07 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

 ncurses 5.9 - patch 20110807 - 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-20110807.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Aug  7 22:43:00 UTC 2011
 ------------------------------------------------------------------------------
 Ada95/aclocal.m4             |   10 
 Ada95/configure              |    4 
 Makefile.in                  |    5 
 NEWS                         |   16 
 aclocal.m4                   |   43 +
 configure                    |  968 +++++++++++++++++++++--------------------
 dist.mk                      |    4 
 form/Makefile.in             |    5 
 include/ncurses_defs         |    3 
 man/infocmp.1m               |    7 
 man/tic.1m                   |   18 
 menu/Makefile.in             |    5 
 misc/terminfo.src            |   18 
 ncurses/Makefile.in          |    5 
 ncurses/tinfo/lib_setup.c    |    4 
 ncurses/tinfo/read_termcap.c |    9 
 panel/Makefile.in            |    5 
 progs/dump_entry.c           |   54 +-
 progs/dump_entry.h           |    4 
 progs/infocmp.c              |   15 
 progs/tic.c                  |   22 
 progs/toe.c                  |   41 +
 test/aclocal.m4              |   33 -
 test/configure               |  737 +++++++++++++++----------------
 24 files changed, 1120 insertions(+), 915 deletions(-)
 ------------------------------------------------------------------------------
 
20110807
        + improve rpath fix from 20110730 by ensuring that the new $RPATH_LIST
          variable is defined in the makefiles which use it.
        + build-fix for DragonFlyBSD's pkgsrc in test/configure script.
        + build-fixes for NetBSD 5.1 with termcap support enabled.
        + corrected k9 in dg460-ansi, add other features based on manuals -TD
        + improve trimming of whitespace at the end of terminfo/termcap output
          from tic/infocmp.
        + when writing termcap source, ensure that colons in the description
          field are translated to a non-delimiter, i.e., "=".
        + add "-0" option to tic/infocmp, to make the termcap/terminfo source
          use a single line.
        + add a null-pointer check when handling the $CC variable.

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]