]> ncurses.scripts.mit.edu Git - ncurses.git/commit - ncurses/trace/visbuf.c
ncurses 6.0 - patch 20160910
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 11 Sep 2016 01:24:00 +0000 (01:24 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 11 Sep 2016 01:24:00 +0000 (01:24 +0000)
commite2e9c09c48b19b24979cafb2d4864f538b5ddd1c
tree4de45ce7ea8b3cb15742b9b7d3806fc7c727f4cd
parentbdb754b9f04f332b59d72f761a297497b2db8af1
ncurses 6.0 - patch 20160910

+ trim dead code ifdef'd with HIDE_EINTR since 970830 (discussion with
  Leon Winter).
+ trim some obsolete/incorrect wording about EINTR from wgetch manual
  page (patch by Leon Winter).
+ really correct 20100515 change (patch by Rich Coe).
+ add "--enable-string-hacks" option to test/configure
+ completed string-hacks for "sprintf", etc., including test-programs.
+ make "--enable-string-hacks" work with Debian by checking for the
  "bsd" library and its associated "<bsd/string.h>" header.
80 files changed:
NEWS
VERSION
aclocal.m4
configure
dist.mk
doc/html/man/captoinfo.1m.html
doc/html/man/clear.1.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/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/nc_string.h
include/ncurses_defs
man/curs_getch.3x
ncurses/base/lib_getch.c
ncurses/base/lib_mouse.c
ncurses/base/lib_screen.c
ncurses/curses.priv.h
ncurses/fifo_defs.h
ncurses/tinfo/comp_error.c
ncurses/tinfo/comp_parse.c
ncurses/tinfo/lib_setup.c
ncurses/tinfo/obsolete.c
ncurses/tinfo/read_termcap.c
ncurses/tinfo/tinfo_driver.c
ncurses/tinfo/write_entry.c
ncurses/trace/lib_traceatr.c
ncurses/trace/visbuf.c
ncurses/tty/lib_mvcur.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
progs/dump_entry.c
progs/infocmp.c
progs/reset_cmd.c
progs/tic.c
progs/tset.c
test/aclocal.m4
test/blue.c
test/cardfile.c
test/clip_printw.c
test/color_name.h
test/configure
test/configure.in
test/demo_altkeys.c
test/demo_defkey.c
test/demo_forms.c
test/demo_menus.c
test/demo_panels.c
test/demo_termcap.c
test/demo_terminfo.c
test/ditto.c
test/filter.c
test/foldkeys.c
test/gdc.c
test/ins_wide.c
test/inserts.c
test/list_keys.c
test/ncurses.c
test/newdemo.c
test/tclock.c
test/test.priv.h
test/test_add_wchstr.c
test/test_addchstr.c
test/test_addstr.c
test/test_addwstr.c
test/test_sgr.c
test/view.c