bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.6-20070421.patch.gz


From: Thomas Dickey
Subject: ncurses-5.6-20070421.patch.gz
Date: Sat, 21 Apr 2007 21:01:51 -0400
User-agent: Mutt/1.5.13 (2006-08-11)

 ncurses 5.6 - patch 20070421 - 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 22 00:57:08 UTC 2007
 ------------------------------------------------------------------------------
 NEWS                          |   11 
 aclocal.m4                    |   46 +-
 c++/Makefile.in               |    5 
 configure                     |  855 +++++++++++++++++++++-------------------
 configure.in                  |    5 
 dist.mk                       |    4 
 form/Makefile.in              |    4 
 menu/Makefile.in              |    4 
 ncurses/Makefile.in           |   12 
 ncurses/base/MKkeyname.awk    |   22 -
 ncurses/base/lib_getch.c      |    4 
 ncurses/base/lib_initscr.c    |    9 
 ncurses/base/lib_newterm.c    |   17 
 ncurses/base/lib_restart.c    |    6 
 ncurses/base/lib_set_term.c   |   42 +
 ncurses/base/safe_sprintf.c   |   56 +-
 ncurses/curses.priv.h         |  153 +++++++
 ncurses/tinfo/comp_error.c    |   34 -
 ncurses/tinfo/db_iterator.c   |   52 +-
 ncurses/tinfo/home_terminfo.c |   21 
 ncurses/tinfo/lib_acs.c       |   11 
 ncurses/tinfo/lib_data.c      |  112 +++++
 ncurses/tinfo/lib_setup.c     |   60 --
 ncurses/tinfo/lib_termcap.c   |   52 --
 ncurses/tinfo/lib_tparm.c     |   40 -
 ncurses/tinfo/name_match.c    |   24 -
 ncurses/trace/lib_trace.c     |   60 +-
 ncurses/trace/lib_traceatr.c  |   46 +-
 ncurses/trace/lib_tracechr.c  |   15 
 ncurses/trace/lib_tracedmp.c  |   33 -
 ncurses/trace/lib_tracemse.c  |   27 -
 ncurses/trace/trace_buf.c     |   42 -
 ncurses/trace/trace_tries.c   |   26 -
 ncurses/trace/varargs.c       |   25 -
 ncurses/tty/lib_tstp.c        |   16 
 ncurses/tty/lib_vidattr.c     |   41 -
 ncurses/tty/tty_update.c      |    6 
 panel/Makefile.in             |    4 
 progs/Makefile.in             |    4 
 test/Makefile.in              |    4 
 40 files changed, 1158 insertions(+), 852 deletions(-)
 ------------------------------------------------------------------------------

20060421
        + move most static variables into structures _nc_globals and
          _nc_prescreen, to simplify storage.
        + add/use configure script macro CF_SIG_ATOMIC_T, use the corresponding
          type for data manipulated by signal handlers (prompted by comments
          in mailing.openbsd.bugs newsgroup).
        + modify CF_WITH_LIBTOOL to allow one to pass options such as -static
          to the libtool create- and link-operations.

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