]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.7 - patch 20110122
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 23 Jan 2011 01:23:10 +0000 (01:23 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 23 Jan 2011 01:23:10 +0000 (01:23 +0000)
commit70322aa06a4a97ebff76d2869ad923cdf51ee0a9
tree920865b5a294a16315e78e17af53aa850580580a
parentb040313679284c778b4f02a5b34d9e775ceba697
ncurses 5.7 - patch 20110122

+ start documenting interface changes for upcoming 5.8 release.
+ correct limit-checks in derwin().
+ correct limit-checks in newwin(), to ensure that windows have nonzero
  size (report by Garrett Cooper).
+ fix a missing "weak" declaration for pthread_kill (patch by Nicholas
  Alcock).
+ improve documentation of KEY_ENTER in curs_getch.3x manpage (prompted
  by discussion with Kevin Martin).
37 files changed:
Ada95/aclocal.m4
Ada95/gen/Makefile.in
INSTALL
NEWS
dist.mk
doc/html/man/adacurses-config.1.html [deleted file]
doc/html/man/captoinfo.1m.html
doc/html/man/clear.1.html
doc/html/man/curs_add_wch.3x.html
doc/html/man/curs_addch.3x.html
doc/html/man/curs_border_set.3x.html
doc/html/man/curs_getch.3x.html
doc/html/man/form.3x.html
doc/html/man/infocmp.1m.html
doc/html/man/infotocap.1m.html
doc/html/man/menu.3x.html
doc/html/man/ncurses.3x.html
doc/html/man/ncurses5-config.1.html [deleted file]
doc/html/man/panel.3x.html
doc/html/man/tabs.1.html
doc/html/man/terminfo.5.html
doc/html/man/tic.1m.html
doc/html/man/toe.1m.html
doc/html/man/tput.1.html
doc/html/man/tset.1.html
include/curses.h.in
man/curs_getch.3x
ncurses/base/MKlib_gen.sh
ncurses/base/lib_bkgd.c
ncurses/base/lib_mouse.c
ncurses/base/lib_newwin.c
ncurses/curses.priv.h
ncurses/trace/lib_traceatr.c
ncurses/trace/lib_tracemse.c
ncurses/trace/trace_buf.c
ncurses/tty/lib_mvcur.c
test/ncurses.c