bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.5-20061202.patch.gz


From: Thomas Dickey
Subject: ncurses-5.5-20061202.patch.gz
Date: Sat, 02 Dec 2006 20:22:54 -0500
User-agent: Mutt/1.5.13 (2006-08-11)

 ncurses 5.5 - patch 20061202 - T.Dickey

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

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

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

 ------------------------------------------------------------------------------
 NEWS                           |   19 +
 dist.mk                        |    4 
 form/fty_ipv4.c                |    4 
 man/curs_add_wch.3x            |    5 
 man/curs_addch.3x              |   16 
 man/curs_addchstr.3x           |    8 
 man/curs_getch.3x              |    8 
 man/curs_in_wchstr.3x          |    5 
 man/curs_inch.3x               |    6 
 man/curs_inchstr.3x            |    6 
 man/curs_insch.3x              |    6 
 man/ncurses.3x                 |    6 
 man/term.5                     |   95 +++++
 ncurses/base/lib_freeall.c     |    6 
 ncurses/base/lib_printw.c      |   36 +-
 ncurses/curses.priv.h          |   24 -
 ncurses/tinfo/trim_sgr0.c      |    4 
 ncurses/trace/lib_traceatr.c   |   13 
 ncurses/trace/visbuf.c         |   13 
 ncurses/widechar/lib_add_wch.c |   10 
 progs/tic.c                    |    5 
 test/aclocal.m4                |   59 ++-
 test/configure                 |  629 +++++++++++++++++++++------------------
 test/echochar.c                |    6 
 test/newdemo.c                 |    4 
 25 files changed, 598 insertions(+), 399 deletions(-)
 ------------------------------------------------------------------------------

20061202
        + update man/term.5 to reflect extended terminfo support and hashed
          database configuration.
        + updates for test/configure script.
        + adapted from SuSE rpm package:
          + remove long-obsolete workaround for broken-linker which declared
            cur_term in tic.c
          + improve error recovery in PUTC() macro when wcrtomb() does not
            return usable results for an 8-bit character.
        + changes from SuSE rpm package:
          + use va_copy() in extra varargs manipulation for tracing version
            of printw, etc.
          + use a va_list rather than a null in _nc_freeall()'s call to
            _nc_printf_string().
        + add some see-also references in manpages to show related
          wide-character functions (suggested by Claus Fischer).

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