bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.7-20090314.patch.gz


From: Thomas Dickey
Subject: ncurses-5.7-20090314.patch.gz
Date: Sat, 14 Mar 2009 21:09:16 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

 ncurses 5.7 - patch 20090314 - Thomas E. Dickey

 ------------------------------------------------------------------------------

 Ncurses 5.7 is at
        ftp.gnu.org:/pub/gnu

 Patches for ncurses 5.7 are in the subdirectory
        ftp://invisible-island.net/ncurses/5.7

 ------------------------------------------------------------------------------
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Mar 15 01:02:54 UTC 2009
 ------------------------------------------------------------------------------
 MANIFEST                               |    1 
 NEWS                                   |   18 
 aclocal.m4                             |   14 
 configure                              | 1282 +++++++++++++++----------------
 dist.mk                                |    4 
 misc/gen-pkgconfig.in                  |   27 
 misc/ncurses-config.in                 |    9 
 ncurses-5.7-20090314/progs/transform.c |   79 +
 ncurses/tinfo/entries.c                |    9 
 ncurses/tinfo/lib_cur_term.c           |    6 
 progs/Makefile.in                      |   27 
 progs/modules                          |    5 
 progs/tic.c                            |    8 
 progs/tput.c                           |    8 
 progs/tset.c                           |    6 
 15 files changed, 818 insertions(+), 685 deletions(-)
 ------------------------------------------------------------------------------

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).

-- 
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]