bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.5-20051231.patch.gz


From: Thomas Dickey
Subject: ncurses-5.5-20051231.patch.gz
Date: Sat, 31 Dec 2005 20:28:50 -0500
User-agent: Mutt/1.5.11

 ncurses 5.5 - patch 20051231 - 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 
 config.guess             |   46 
 config.sub               |   34 
 dist.mk                  |    4 
 include/ncurses_defs     |   22 
 man/curs_addch.3x        |    8 
 menu/m_global.c          |   28 
 ncurses/llib-lncurses    |  111 -
 ncurses/llib-lncursesw   |  133 +-
 ncurses/tinfo/lib_acs.c  |   30 
 ncurses/tty/tty_update.c |    5 
 test/Makefile.in         |    4 
 test/aclocal.m4          |  723 +++++++++++
 test/blue.c              |   13 
 test/configure           | 2787 ++++++++++++++++++++++++++++++++++++++++-----
 test/configure.in        |   63 -
 test/demo_forms.c        |   29 
 test/demo_termcap.c      |   13 
 test/dots.c              |   15 
 test/filter.c            |   14 
 test/inserts.c           |   39 
 test/lrtest.c            |   34 
 test/ncurses.c           |  183 ++
 test/railroad.c          |   18 
 test/test.priv.h         |  143 ++
 test/testcurs.c          |   30 
 26 files changed, 3957 insertions(+), 591 deletions(-)
 ------------------------------------------------------------------------------

20051231
        + add a workaround to ACS mapping to allow applications such as
          test/blue.c to use the "PC ROM" characters by masking them with
          A_ALTCHARSET.  This worked up til 5.5, but was lost in the revision
          of legacy coding (report by Michael Deutschmann).
        + add a null-pointer check in the wide-character version of
          calculate_actual_width() (report by Victor Julien).
        + improve test/ncurses 'd' (color-edit) test by allowing the RGB
          values to be set independently (patch by William McBrine).
        + modify test/configure script to allow building test programs with
          PDCurses/X11.
        + modified test programs to allow some to work with NetBSD curses. 
          Several do not because NetBSD curses implements a subset of X/Open
          curses, and also lacks much of SVr4 additions.  But it's enough for
          comparison.
        + update config.guess and config.sub

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