]> ncurses.scripts.mit.edu Git - ncurses.git/commit - ncurses/trace/visbuf.c
ncurses 5.9 - patch 20111022
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 23 Oct 2011 01:04:18 +0000 (01:04 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 23 Oct 2011 01:04:18 +0000 (01:04 +0000)
commit03f728e5bb3630a54fffc4a2ff2f8dbfcce9088e
tree26f8a8c64c37160093222870feabd987ed1790eb
parent7f0e189a3cf9bfbb89241cb41db6f2e7672f89f5
ncurses 5.9 - patch 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.
56 files changed:
Ada95/aclocal.m4
Ada95/configure
Ada95/configure.in
NEWS
aclocal.m4
configure
configure.in
dist.mk
include/nc_alloc.h
ncurses/base/keybound.c
ncurses/base/keyok.c
ncurses/base/lib_addch.c
ncurses/base/lib_color.c
ncurses/base/lib_freeall.c
ncurses/base/lib_getch.c
ncurses/base/lib_getstr.c
ncurses/base/lib_instr.c
ncurses/base/lib_mouse.c
ncurses/base/lib_scanw.c
ncurses/base/lib_screen.c
ncurses/base/lib_scroll.c
ncurses/base/lib_set_term.c
ncurses/base/lib_slkset.c
ncurses/curses.priv.h
ncurses/tinfo/MKcaptab.sh
ncurses/tinfo/alloc_entry.c
ncurses/tinfo/captoinfo.c
ncurses/tinfo/comp_error.c
ncurses/tinfo/comp_parse.c
ncurses/tinfo/comp_scan.c
ncurses/tinfo/entries.c
ncurses/tinfo/lib_options.c
ncurses/tinfo/lib_print.c
ncurses/tinfo/lib_setup.c
ncurses/tinfo/lib_termcap.c
ncurses/tinfo/lib_tparm.c
ncurses/tinfo/lib_tputs.c
ncurses/tinfo/make_keys.c
ncurses/tinfo/read_entry.c
ncurses/tinfo/setbuf.c
ncurses/tinfo/tinfo_driver.c
ncurses/tinfo/write_entry.c
ncurses/trace/lib_trace.c
ncurses/trace/lib_traceatr.c
ncurses/trace/trace_buf.c
ncurses/trace/visbuf.c
ncurses/tty/hashmap.c
ncurses/tty/lib_mvcur.c
ncurses/tty/lib_tstp.c
ncurses/tty/lib_twait.c
ncurses/tty/tty_update.c
ncurses/widechar/lib_cchar.c
ncurses/widechar/lib_get_wstr.c
ncurses/widechar/lib_ins_wch.c
ncurses/widechar/lib_slk_wset.c
ncurses/widechar/lib_unget_wch.c