[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.9-20111022.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.9-20111022.patch.gz |
Date: |
Sat, 22 Oct 2011 21:05:33 -0400 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
ncurses 5.9 - patch 20111022 - 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-20111022.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Oct 23 01:04:18 UTC 2011
------------------------------------------------------------------------------
Ada95/aclocal.m4 | 5 -
Ada95/configure | 108 +++++++++++++-------------
Ada95/configure.in | 6 -
NEWS | 14 ++-
aclocal.m4 | 9 +-
configure | 151 ++++++++++++++++++-------------------
configure.in | 8 -
dist.mk | 4
include/nc_alloc.h | 13 +--
ncurses/base/keybound.c | 9 +-
ncurses/base/keyok.c | 10 +-
ncurses/base/lib_addch.c | 7 -
ncurses/base/lib_color.c | 16 +--
ncurses/base/lib_freeall.c | 6 -
ncurses/base/lib_getch.c | 6 -
ncurses/base/lib_getstr.c | 6 -
ncurses/base/lib_instr.c | 6 -
ncurses/base/lib_mouse.c | 73 ++++++++++++-----
ncurses/base/lib_scanw.c | 6 -
ncurses/base/lib_screen.c | 8 -
ncurses/base/lib_scroll.c | 8 -
ncurses/base/lib_set_term.c | 6 -
ncurses/base/lib_slkset.c | 14 +--
ncurses/curses.priv.h | 79 +++++++++----------
ncurses/tinfo/MKcaptab.sh | 10 +-
ncurses/tinfo/alloc_entry.c | 6 -
ncurses/tinfo/captoinfo.c | 8 -
ncurses/tinfo/comp_error.c | 6 -
ncurses/tinfo/comp_parse.c | 6 -
ncurses/tinfo/comp_scan.c | 10 +-
ncurses/tinfo/entries.c | 6 -
ncurses/tinfo/lib_options.c | 6 -
ncurses/tinfo/lib_print.c | 6 -
ncurses/tinfo/lib_setup.c | 14 +--
ncurses/tinfo/lib_termcap.c | 7 -
ncurses/tinfo/lib_tparm.c | 10 +-
ncurses/tinfo/lib_tputs.c | 6 -
ncurses/tinfo/make_keys.c | 6 -
ncurses/tinfo/read_entry.c | 10 +-
ncurses/tinfo/setbuf.c | 10 +-
ncurses/tinfo/tinfo_driver.c | 38 ++++-----
ncurses/tinfo/write_entry.c | 20 ++--
ncurses/trace/lib_trace.c | 10 +-
ncurses/trace/lib_traceatr.c | 8 -
ncurses/trace/trace_buf.c | 4
ncurses/trace/visbuf.c | 6 -
ncurses/tty/hashmap.c | 6 -
ncurses/tty/lib_mvcur.c | 6 -
ncurses/tty/lib_tstp.c | 4
ncurses/tty/lib_twait.c | 8 -
ncurses/tty/tty_update.c | 6 -
ncurses/widechar/lib_cchar.c | 6 -
ncurses/widechar/lib_get_wstr.c | 8 -
ncurses/widechar/lib_ins_wch.c | 6 -
ncurses/widechar/lib_slk_wset.c | 4
ncurses/widechar/lib_unget_wch.c | 6 -
56 files changed, 451 insertions(+), 400 deletions(-)
------------------------------------------------------------------------------
20111022
+ correct logic for discarding mouse events, retaining the partial
events used to build up click, double-click, etc, until needed
(cf: 20110917).
+ fix configure script to avoid creating unused Ada95 makefile when
gnat does not work.
+ cleanup width-related gcc 3.4.3 warnings for 64-bit platform, for the
internal functions of libncurses. The external interface of courses
uses bool, which still produces these warnings.
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
- ncurses-5.9-20111022.patch.gz,
Thomas Dickey <=