bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.9-20120225.patch.gz


From: Thomas Dickey
Subject: ncurses-5.9-20120225.patch.gz
Date: Sat, 25 Feb 2012 21:17:16 -0500
User-agent: Mutt/1.5.18 (2008-05-17)

 ncurses 5.9 - patch 20120225 - 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-20120225.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Feb 26 01:59:00 UTC 2012
 ------------------------------------------------------------------------------
 Ada95/aclocal.m4                         |   32 
 Ada95/configure                          |  809 +++---
 INSTALL                                  |   10 
 MANIFEST                                 |    1 
 NEWS                                     |   14 
 aclocal.m4                               |   82 
 c++/cursslk.cc                           |    9 
 c++/demo.cc                              |    8 
 c++/internal.h                           |    6 
 config.guess                             |  189 -
 config.sub                               |   91 
 configure                                | 3803 ++++++++++++++---------------
 configure.in                             |    5 
 dist.mk                                  |    4 
 form/fty_int.c                           |    7 
 form/fty_num.c                           |    7 
 include/ncurses_defs                     |    8 
 menu/m_item_new.c                        |    5 
 mk-1st.awk                               |   26 
 ncurses-5.9-20120225/include/nc_string.h |   77 
 ncurses/base/MKkeyname.awk               |   13 
 ncurses/base/lib_mouse.c                 |   13 
 ncurses/base/safe_sprintf.c              |   17 
 ncurses/base/vsscanf.c                   |    8 
 ncurses/build.priv.h                     |    6 
 ncurses/curses.priv.h                    |   13 
 ncurses/tinfo/access.c                   |   10 
 ncurses/tinfo/alloc_entry.c              |   17 
 ncurses/tinfo/captoinfo.c                |   15 
 ncurses/tinfo/comp_error.c               |   15 
 ncurses/tinfo/comp_expand.c              |   13 
 ncurses/tinfo/comp_parse.c               |    4 
 ncurses/tinfo/comp_scan.c                |    6 
 ncurses/tinfo/db_iterator.c              |   12 
 ncurses/tinfo/doalloc.c                  |    9 
 ncurses/tinfo/entries.c                  |    5 
 ncurses/tinfo/home_terminfo.c            |    6 
 ncurses/tinfo/lib_print.c                |    8 
 ncurses/tinfo/lib_termcap.c              |    6 
 ncurses/tinfo/lib_tgoto.c                |    9 
 ncurses/tinfo/lib_tparm.c                |   12 
 ncurses/tinfo/lib_tputs.c                |    8 
 ncurses/tinfo/make_hash.c                |    6 
 ncurses/tinfo/parse_entry.c              |   22 
 ncurses/tinfo/read_entry.c               |   21 
 ncurses/tinfo/read_termcap.c             |   22 
 ncurses/tinfo/strings.c                  |    8 
 ncurses/tinfo/trim_sgr0.c                |    6 
 ncurses/tinfo/write_entry.c              |   26 
 ncurses/trace/lib_trace.c                |    8 
 ncurses/trace/lib_traceatr.c             |   36 
 ncurses/trace/lib_tracebits.c            |   18 
 ncurses/trace/lib_tracechr.c             |   15 
 ncurses/trace/lib_tracemse.c             |   25 
 ncurses/trace/trace_buf.c                |    9 
 ncurses/trace/varargs.c                  |   19 
 ncurses/trace/visbuf.c                   |   36 
 ncurses/tty/hardscroll.c                 |   12 
 panel/panel.c                            |   12 
 progs/dump_entry.c                       |   52 
 progs/infocmp.c                          |   75 
 progs/progs.priv.h                       |   19 
 progs/tabs.c                             |   19 
 progs/tic.c                              |   51 
 progs/toe.c                              |   16 
 progs/tset.c                             |    8 
 66 files changed, 3247 insertions(+), 2712 deletions(-)
 ------------------------------------------------------------------------------
 
20120225
        + modify configure script to allow creating dll's for MinGW when
          cross-compiling.
        + add --enable-string-hacks option to control whether strlcat and
          strlcpy may be used.  The same issue applies to OpenBSD's warnings
          about snprintf, noting that this function is weakly standardized.
        + add configure checks for strlcat, strlcpy and snprintf, to help
          reduce bogus warnings with OpenBSD builds.
        + build-fix for OpenBSD 4.9 to supply consistent intptr_t declaration
          (cf:20111231)
        + update config.guess, config.sub

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