bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.9-20130126.patch.gz


From: Thomas Dickey
Subject: ncurses-5.9-20130126.patch.gz
Date: Sat, 26 Jan 2013 21:23:16 -0500
User-agent: Mutt/1.5.20 (2009-06-14)

 ncurses 5.9 - patch 20130126 - Thomas E. Dickey

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

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

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

 ------------------------------------------------------------------------------
 ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20130126.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Jan 27 02:16:18 UTC 2013
 ------------------------------------------------------------------------------
 Ada95/aclocal.m4                              |   34 
 Ada95/configure                               | 1960 ++++++------
 Ada95/configure.in                            |   10 
 MANIFEST                                      |    2 
 NEWS                                          |   17 
 aclocal.m4                                    |   69 
 configure                                     | 3761 ++++++++++++------------
 configure.in                                  |   14 
 dist.mk                                       |    4 
 include/nc_alloc.h                            |    9 
 include/ncurses_defs                          |    7 
 ncurses-5.9-20130126/ncurses/tinfo/obsolete.c |  102 
 ncurses/curses.priv.h                         |   19 
 ncurses/modules                               |    6 
 ncurses/tinfo/lib_tparm.c                     |    6 
 ncurses/tinfo/make_hash.c                     |   23 
 ncurses/tty/lib_mvcur.c                       |   15 
 ncurses/win32con/win_driver.c                 |   20 
 package/debian/changelog                      |    2 
 package/ncurses.spec                          |    2 
 20 files changed, 3273 insertions(+), 2809 deletions(-)
 ------------------------------------------------------------------------------
 
20130126
        + further fixes to mvcur to pass callback function (cf: 20130112),
          needed to make test/dots_mvcur work.
        + reduce calls to SetConsoleActiveScreenBuffer in win_driver.c, to
          help reduce flicker.
        + modify configure script to omit "+b" from linker options for very
          old HP-UX systems (report by Dennis Grevenstein)
        + add HP-UX workaround for missing EILSEQ on old HP-UX systems (patch
          by Dennis Grevenstein).
        + restore memmove/strdup support for antique systems (request by
          Dennis Grevenstein).
        + change %l behavior in tparm to push the string length onto the stack
          rather than saving the formatted length into the output buffer
          (report by Roy Marples, cf: 980620).

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