bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.6-20080412.patch.gz


From: Thomas Dickey
Subject: ncurses-5.6-20080412.patch.gz
Date: Sat, 12 Apr 2008 21:06:13 -0400
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

 ncurses 5.6 - patch 20080412 - 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  Sun Apr 13 01:03:15 UTC 2008
 ------------------------------------------------------------------------------
 NEWS                       |   10 
 aclocal.m4                 |   30 ++
 configure                  |  552 ++++++++++++++++++++++++++-----------------
 configure.in               |   15 +
 dist.mk                    |    4 
 man/curs_threads.3x        |   32 +-
 ncurses/base/lib_initscr.c |   13 -
 ncurses/base/lib_newterm.c |   17 -
 ncurses/base/lib_overlay.c |  160 ++++++------
 ncurses/base/lib_window.c  |    6 
 ncurses/base/use_window.c  |    6 
 ncurses/curses.priv.h      |   10 
 test/Makefile.in           |   11 
 test/cardfile.c            |   14 -
 test/demo_altkeys.c        |    6 
 test/demo_defkey.c         |    8 
 test/demo_menus.c          |   15 -
 test/demo_panels.c         |    4 
 test/ditto.c               |   33 ++
 test/echochar.c            |    6 
 test/movewindow.c          |    4 
 test/ncurses.c             |   16 -
 test/test.priv.h           |    3 
 test/testcurs.c            |    4 
 test/xmas.c                |    4 
 25 files changed, 606 insertions(+), 377 deletions(-)
 ------------------------------------------------------------------------------

20080412
        + change test/ditto.c to use openpty() and xterm.
        + add locks for copywin(), dupwin(), overlap(), overlay() on their
          window parameters.
        + add locks for initscr() and newterm() on updates to the SCREEN
          pointer.
        + finish table in curs_thread.3x manpage.

-- 
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]