bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.7-20100501.patch.gz


From: Thomas Dickey
Subject: ncurses-5.7-20100501.patch.gz
Date: Sat, 01 May 2010 21:03:25 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

 ncurses 5.7 - patch 20100501 - 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-20100501.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun May  2 00:59:02 UTC 2010
 ------------------------------------------------------------------------------
 Ada95/gen/gen.c                |    4 
 NEWS                           |   10 
 aclocal.m4                     |    6 
 configure                      |    4 
 dist.mk                        |    4 
 form/frm_driver.c              |   14 
 form/fty_enum.c                |   22 -
 include/curses.h.in            |    8 
 menu/m_post.c                  |    4 
 ncurses/base/lib_bkgd.c        |    4 
 ncurses/base/lib_getch.c       |   14 
 ncurses/base/lib_mouse.c       |    4 
 ncurses/base/lib_redrawln.c    |   12 
 ncurses/base/lib_set_term.c    |    4 
 ncurses/base/lib_slk.c         |    8 
 ncurses/base/lib_slkrefr.c     |    6 
 ncurses/base/wresize.c         |    5 
 ncurses/tinfo/alloc_entry.c    |    8 
 ncurses/tinfo/alloc_ttype.c    |   10 
 ncurses/tinfo/comp_scan.c      |    3 
 ncurses/tinfo/db_iterator.c    |    7 
 ncurses/tinfo/make_keys.c      |    6 
 ncurses/tinfo/parse_entry.c    |    6 
 ncurses/tinfo/trim_sgr0.c      |    4 
 ncurses/trace/lib_traceatr.c   |    6 
 ncurses/trace/visbuf.c         |   24 -
 ncurses/tty/tty_update.c       |   30 -
 ncurses/widechar/lib_get_wch.c |    6 
 progs/dump_entry.c             |   16 
 progs/infocmp.c                |    7 
 progs/tabs.c                   |    5 
 progs/tic.c                    |    5 
 progs/toe.c                    |   23 -
 progs/tset.c                   |    8 
 test/bs.c                      |   76 ++--
 test/cardfile.c                |    8 
 test/chgat.c                   |    6 
 test/clip_printw.c             |    6 
 test/demo_forms.c              |   10 
 test/demo_menus.c              |    6 
 test/demo_panels.c             |    7 
 test/demo_termcap.c            |    6 
 test/ditto.c                   |    9 
 test/dots.c                    |    6 
 test/firework.c                |   54 +--
 test/firstlast.c               |    8 
 test/gdc.c                     |   16 
 test/hanoi.c                   |   32 -
 test/inch_wide.c               |   24 -
 test/inchs.c                   |   24 -
 test/ins_wide.c                |   22 -
 test/insdelln.c                |    6 
 test/inserts.c                 |   26 -
 test/knight.c                  |   10 
 test/lrtest.c                  |    6 
 test/movewindow.c              |   26 -
 test/ncurses.c                 |  343 +++++++++----------
 test/newdemo.c                 |   32 -
 test/rain.c                    |   36 +-
 test/redraw.c                  |    6 
 test/savescreen.c              |    6 
 test/tclock.c                  |   10 
 test/test.priv.h               |   14 
 test/test_add_wchstr.c         |   27 -
 test/test_addchstr.c           |   27 -
 test/test_addstr.c             |   22 -
 test/test_addwstr.c            |   27 -
 test/test_instr.c              |   10 
 test/test_inwstr.c             |   10 
 test/testcurs.c                |  124 +++---
 test/view.c                    |    7 
 test/xmas.c                    |  702 +++++++++++++++++++--------------------
 72 files changed, 1076 insertions(+), 1028 deletions(-)
 ------------------------------------------------------------------------------

20100501
        + correct limit-check in wredrawln, accounting for begy/begx values
          (patch by David Benjamin).
        + fix most compiler warnings from clang.
        + amend build-fix for OpenSolaris, to ensure that a system header is
          included in curses.h before testing feature symbols, since they
          may be defined by that route.

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