ncurses-5.7-20090927.patch.gz

View: New views
2 Messages — Rating Filter:   Alert me  

ncurses-5.7-20090927.patch.gz

by Thomas Dickey-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

 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 <dickey@...>
 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 <dickey@...>
 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 <dickey@...>
http://invisible-island.net
ftp://invisible-island.net


_______________________________________________
Bug-ncurses mailing list
Bug-ncurses@...
http://lists.gnu.org/mailman/listinfo/bug-ncurses

signature.asc (204 bytes) Download Attachment

Re: ncurses-5.7-20090927.patch.gz

by Thomas Dickey-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sun, 27 Sep 2009, Thomas Dickey wrote:

> 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).

I've found a regression introduced by this change (appears here as a core
dump in tcsh), will be investigating...

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


_______________________________________________
Bug-ncurses mailing list
Bug-ncurses@...
http://lists.gnu.org/mailman/listinfo/bug-ncurses