]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.6 - patch 20070929
authorThomas E. Dickey <dickey@invisible-island.net>
Sat, 29 Sep 2007 23:30:37 +0000 (23:30 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sat, 29 Sep 2007 23:30:37 +0000 (23:30 +0000)
commite6c7286022d8a7a7ea7f15a6ffa7f9addb00e42d
tree866338bf1b16ef61ff8ba13b8a58bc561dc21f21
parente79c0691e5b41f07305fe0d73132673251a93efd
ncurses 5.6 - patch 20070929

+ add new functions to lib_trace.c to setup mutex's for the _tracef()
  calls within the ncurses library.
+ for the reentrant model, move _nc_tputs_trace and _nc_outchars into
  the SCREEN.
+ start modifying test/worm.c to provide threading demo (incomplete).
+ separated ifdef's for some BSD-related symbols in tset.c, to make
  it compile on LynxOS (report by Greg Gemmer).
20 files changed:
NEWS
dist.mk
ncurses/base/lib_getch.c
ncurses/base/lib_mouse.c
ncurses/base/lib_refresh.c
ncurses/base/lib_ungetch.c
ncurses/base/resizeterm.c
ncurses/base/tries.c
ncurses/base/wresize.c
ncurses/curses.priv.h
ncurses/tinfo/lib_acs.c
ncurses/tinfo/lib_data.c
ncurses/tinfo/lib_raw.c
ncurses/tinfo/lib_tparm.c
ncurses/tinfo/lib_tputs.c
ncurses/trace/lib_trace.c
ncurses/tty/hardscroll.c
ncurses/tty/tty_update.c
progs/tset.c
test/worm.c