bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.4-20050618.patch.gz


From: Thomas Dickey
Subject: ncurses-5.4-20050618.patch.gz
Date: Sat, 18 Jun 2005 21:10:04 -0400
User-agent: Mutt/1.5.9i

 ncurses 5.4 - patch 20050618 - T.Dickey

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

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

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

 ------------------------------------------------------------------------------
 INSTALL                  |   20 
 NEWS                     |   18 
 aclocal.m4               |   35 
 c++/Makefile.in          |    4 
 configure                | 2572 ++++++++++++++++++++++-----------------------
 configure.in             |   33 
 dist.mk                  |    4 
 include/curses.h.in      |    4 
 man/Makefile.in          |   12 
 man/man_db.renames       |    5 
 mk-1st.awk               |    4 
 ncurses/base/lib_color.c |   10 
 tack/Makefile.in         |   10 
 13 files changed, 1404 insertions(+), 1327 deletions(-)
 ------------------------------------------------------------------------------

20050618
        + move build-time edit_man.sh and edit_man.sed scripts to top directory
          to simplify reusing them for renaming tack's manpage (prompted by a
          review of Debian package).
        + revert minor optimization from 20041030 (Debian #313609).
        + libtool-specific fixes, tested with libtool 1.4.3, 1.5.0, 1.5.6,
          1.5.10 and 1.5.18 (all work except as noted previously for the c++
          install using libtool 1.5.0):
          + modify the clean-rule in c++/Makefile.in to work with IRIX64 make
            program.
          + use $(LIBTOOL_UNINSTALL) symbol, overlooked in 20030830
        + add configure options --with-chtype and --with-mmask-t, to allow
          overriding of the non-LP64 model's use of the corresponding types.
        + revise test for size of chtype (and mmask_t), which always returned
          "long" due to an uninitialized variable (report by Daniel Jacobowitz).

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