]> ncurses.scripts.mit.edu Git - ncurses.git/commitdiff
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)
+ 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.


No differences found