[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.7-20090927.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.7-20090927.patch.gz |
Date: |
Sun, 27 Sep 2009 14:01:23 -0400 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
ncurses 5.7 - patch 20090927 - 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
------------------------------------------------------------------------------
ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-20090919.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Sep 20 00:37:00 UTC 2009
------------------------------------------------------------------------------
ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-20090927.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Sep 27 17:55:20 UTC 2009
------------------------------------------------------------------------------
NEWS | 13
configure | 3211 ++++++++++++++++++++---------------------
configure.in | 39
dist.mk | 4
ncurses/base/lib_newterm.c | 76
ncurses/base/lib_set_term.c | 385 ++--
ncurses/curses.priv.h | 10
ncurses/modules | 13
ncurses/tinfo/comp_parse.c | 3
ncurses/tinfo/entries.c | 3
ncurses/tinfo/tinfo_driver.c | 10
ncurses/tty/tty_update.c | 4
12 files changed, 1959 insertions(+), 1812 deletions(-)
------------------------------------------------------------------------------
20090927
+ move leak-checking for comp_captab.c into _nc_leaks_tinfo() since
that module since 20090711 is in libtinfo.
+ add configure option --enable-term-driver, to allow compiling with
terminal-driver. That is used in mingw port, and (being somewhat
more complicated) is an experimental alternative to the conventional
termlib internals. Currently, it requires the sp-funcs feature to
be enabled.
+ completed integrating "sp-funcs" by Juergen Pfeifer in ncurses
library (some work remains for forms library).
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
- ncurses-5.7-20090927.patch.gz,
Thomas Dickey <=