bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.5-20060729.patch.gz


From: Thomas Dickey
Subject: ncurses-5.5-20060729.patch.gz
Date: Sat, 29 Jul 2006 18:38:15 -0400
User-agent: Mutt/1.5.12-2006-07-14

 ncurses 5.5 - patch 20060729 - 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

 ------------------------------------------------------------------------------
 MANIFEST                                         |    1 
 NEWS                                             |    9 
 dist.mk                                          |    4 
 include/MKterm.h.awk.in                          |    3 
 include/tic.h                                    |   12 
 man/tset.1                                       |   19 +
 ncurses-5.5-20060729/ncurses/tinfo/db_iterator.c |  225 +++++++++++++++
 ncurses/curses.priv.h                            |    3 
 ncurses/modules                                  |    5 
 ncurses/tinfo/access.c                           |   21 +
 ncurses/tinfo/lib_setup.c                        |   30 --
 ncurses/tinfo/read_entry.c                       |  301 ++++++---------------
 ncurses/tinfo/read_termcap.c                     |   32 +-
 ncurses/tinfo/write_entry.c                      |   76 +++--
 progs/Makefile.in                                |    8 
 progs/infocmp.c                                  |   20 -
 progs/toe.c                                      |  239 +++++++++++-----
 progs/tset.c                                     |   12 
 18 files changed, 638 insertions(+), 382 deletions(-)
 ------------------------------------------------------------------------------

20060729
        + modify toe to access termcap data, e.g., via cgetent() functions,
          or as a text file if those are not available.
        + use _nc_basename() in tset to improve $SHELL check for csh/sh.
        + modify _nc_read_entry() and _nc_read_termcap_entry() so infocmp,
          can access termcap data when the terminfo database is disabled.

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