]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.0 - patch 20150719
authorThomas E. Dickey <dickey@invisible-island.net>
Mon, 20 Jul 2015 00:44:14 +0000 (00:44 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Mon, 20 Jul 2015 00:44:14 +0000 (00:44 +0000)
commit32f9f5f12cd9159261f9db228461049e8c770404
tree4df89854cabf58bf661622908654e0448cdae9d7
parentc99e3eba2cce1c3bd7fa1b4a2eb4554e52ebe264
ncurses 6.0 - patch 20150719

+ correct an old logic error for %A and %O in tparm (report by "zreed").
+ improve documentation for signal handlers by adding section in the
  curs_initscr.3x page.
+ modify logic in make_keys.c to not assume anything about the size
  of strnames and strfnames variables, since those may be functions
  in the thread- or broken-linker configurations (problem found by
  Coverity).
+ modify test/configure script to check for pthreads configuration,
  e.g., ncursestw library.
35 files changed:
NEWS
VERSION
dist.mk
doc/html/man/captoinfo.1m.html
doc/html/man/clear.1.html
doc/html/man/curs_addch.3x.html
doc/html/man/curs_getch.3x.html
doc/html/man/curs_initscr.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
doc/ncurses-intro.doc
man/curs_addch.3x
man/curs_getch.3x
man/curs_initscr.3x
ncurses/tinfo/lib_tparm.c
ncurses/tinfo/make_keys.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
test/README
test/configure
test/configure.in