bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.9-20110625.patch.gz


From: Thomas Dickey
Subject: ncurses-5.9-20110625.patch.gz
Date: Sat, 25 Jun 2011 20:29:41 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

 ncurses 5.9 - patch 20110625 - Thomas E. Dickey

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

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

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

 ------------------------------------------------------------------------------
 ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20110625.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Jun 26 00:21:18 UTC 2011
 ------------------------------------------------------------------------------
 MANIFEST                                  |    1 
 NEWS                                      |  107 ++++++++++++++---
 dist.mk                                   |    4 
 include/MKterm.h.awk.in                   |   39 ------
 include/ncurses_mingw.h                   |  100 ----------------
 include/term_entry.h                      |    5 
 misc/terminfo.src                         |    2 
 ncurses-5.9-20110625/include/nc_termios.h |  171 ++++++++++++++++++++++++++++
 ncurses/base/lib_refresh.c                |   17 +-
 ncurses/base/lib_set_term.c               |    5 
 ncurses/curses.priv.h                     |    3 
 ncurses/tinfo/lib_setup.c                 |    4 
 ncurses/tty/lib_tstp.c                    |   25 ++--
 ncurses/widechar/lib_box_set.c            |    6 
 14 files changed, 306 insertions(+), 183 deletions(-)
 ------------------------------------------------------------------------------
 
20110625
        + improve cleanup() function in lib_tstp.c, using _exit() rather than
          exit() and checking for SIGTERM rather than SIGQUIT (prompted by
          comments forwarded by Nicholas Marriott).
        + reduce name pollution from term.h, moving fallback #define's for
          tcgetattr(), etc., to new private header nc_termios.h (report by
          Sergio NNX).
        + two minor fixes for tracing (patch by Vassili Courzakis).
        + improve trace initialization by starting it in use_env() and
          ripoffline().
        + review old email, add details for some changelog entries.

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