bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.9-20121102.patch.gz


From: Thomas Dickey
Subject: ncurses-5.9-20121102.patch.gz
Date: Sat, 03 Nov 2012 20:03:32 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

 ncurses 5.9 - patch 20121102 - 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-20121102.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sat Nov  3 23:59:23 UTC 2012
 ------------------------------------------------------------------------------
 Ada95/include/ncurses_defs |    3 
 MANIFEST                   |    1 
 NEWS                       |   19 
 aclocal.m4                 |   33 -
 configure                  | 1123 +++++++++++++++++--------------------------
 configure.in               |    6 
 dist.mk                    |    4 
 include/nc_alloc.h         |    8 
 include/ncurses_defs       |    5 
 man/curs_add_wch.3x        |    6 
 man/curs_add_wchstr.3x     |   64 +-
 man/curs_addchstr.3x       |   50 +
 man/curs_addstr.3x         |   38 -
 man/curs_addwstr.3x        |   35 -
 man/curs_bkgrnd.3x         |    6 
 man/curs_border_set.3x     |    6 
 man/curs_get_wch.3x        |    6 
 man/curs_get_wstr.3x       |    6 
 man/curs_getcchar.3x       |    6 
 man/curs_in_wchstr.3x      |    6 
 man/curs_ins_wstr.3x       |    6 
 man/curs_inwstr.3x         |    6 
 man/curs_termcap.3x        |   13 
 man/form_field.3x          |    6 
 man/menu_items.3x          |    6 
 misc/terminfo.src          |   23 
 ncurses/curses.priv.h      |   13 
 ncurses/modules            |    5 
 ncurses/tinfo/doalloc.c    |   20 
 package/debian/changelog   |    4 
 package/ncurses.spec       |    3 
 test/cardfile.c            |   16 
 test/configure             |  703 +++++++++++++-------------
 test/configure.in          |    3 
 test/demo_menus.c          |   14 
 test/testcurs.c            |   14 
 36 files changed, 1033 insertions(+), 1253 deletions(-)
 ------------------------------------------------------------------------------
 Please remove the following file before applying this patch.
 (You can feed this patch to 'sh' to do so.)

rm -f ncurses/base/memmove.c
exit

 
20121102
        + realign these related pages:
            curs_add_wchstr.3x
            curs_addchstr.3x
            curs_addstr.3x
            curs_addwstr.3x
          and fix a long-ago error in curs_addstr.3x which said that a -1
          length parameter would only write as much as fit onto one line
          (report by Reuben Thomas).
        + remove obsolete fallback _nc_memmove() for memmove()/bcopy().
        + remove obsolete fallback _nc_strdup() for strdup().
        + cancel any debug-rpm in package/ncurses.spec
        + reviewed vte-2012, reverted most of the change since it was incorrect
          based on testing with tack -TD
        + un-cancel the initc in vte-256color, since this was implemented
          starting with version 0.20 in 2009 -TD

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