bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ncurses-5.6-20070929.patch.gz


From: Thomas Dickey
Subject: ncurses-5.6-20070929.patch.gz
Date: Sat, 29 Sep 2007 19:33:43 -0400
User-agent: Mutt/1.5.16 (2007-06-11)

 ncurses 5.6 - patch 20070929 - Thomas E. Dickey

 ------------------------------------------------------------------------------

 Ncurses 5.6 is at
        ftp.gnu.org:/pub/gnu

 Patches for ncurses 5.6 are in the subdirectory
        ftp://invisible-island.net/ncurses/5.6

 ------------------------------------------------------------------------------
 patch by Thomas E. Dickey <address@hidden>
 created  Sat Sep 29 23:30:37 UTC 2007
 ------------------------------------------------------------------------------
 NEWS                       |   10 +++-
 dist.mk                    |    4 -
 ncurses/base/lib_getch.c   |   10 +++-
 ncurses/base/lib_mouse.c   |   16 ++++--
 ncurses/base/lib_refresh.c |   10 +++-
 ncurses/base/lib_ungetch.c |    8 ++-
 ncurses/base/resizeterm.c  |    9 ++-
 ncurses/base/tries.c       |    6 +-
 ncurses/base/wresize.c     |   10 +++-
 ncurses/curses.priv.h      |   60 ++++++++++++++++++++++---
 ncurses/tinfo/lib_acs.c    |    5 +-
 ncurses/tinfo/lib_data.c   |    9 +++
 ncurses/tinfo/lib_raw.c    |    8 +--
 ncurses/tinfo/lib_tparm.c  |    5 +-
 ncurses/tinfo/lib_tputs.c  |   17 +++----
 ncurses/trace/lib_trace.c  |  100 ++++++++++++++++++++++++++++++++++++++++---
 ncurses/tty/hardscroll.c   |    8 ++-
 ncurses/tty/tty_update.c   |   12 +++--
 progs/tset.c               |   19 +++++++-
 test/worm.c                |   53 ++++++++++++++++++++--
 20 files changed, 307 insertions(+), 72 deletions(-)
 ------------------------------------------------------------------------------

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).

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]