]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.6 - patch 20080223
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 24 Feb 2008 01:25:21 +0000 (01:25 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 24 Feb 2008 01:25:21 +0000 (01:25 +0000)
commitd44d7f381ba0173521cb788ba3adb12e261e5c96
tree45c6f45985dcc2ccf10fad92f8f0e5851118ed4d
parent4ae6d1c18d0dec956b814865893812655ec3a22c
ncurses 5.6 - patch 20080223

+ fix a size-difference in _nc_globals which caused hanging of mutex
  lock/unlock when termlib was built separately.
+ avoid using nanosleep() in threaded configuration since that often
  is implemented to suspend the entire process.
NEWS
dist.mk
man/terminfo.tail
ncurses/base/lib_newwin.c
ncurses/curses.priv.h
ncurses/tinfo/lib_data.c
test/demo_menus.c
test/hashtest.c
test/ncurses.c
test/test.priv.h
test/worm.c