bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.9-20130309.patch.gz


From: Thomas Dickey
Subject: ncurses-5.9-20130309.patch.gz
Date: Sat, 09 Mar 2013 20:17:46 -0500
User-agent: Mutt/1.5.20 (2009-06-14)

 ncurses 5.9 - patch 20130309 - 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-20130309.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Mar 10 00:35:23 UTC 2013
 ------------------------------------------------------------------------------
 Ada95/aclocal.m4                       |   11 
 INSTALL                                |   10 
 NEWS                                   |   17 
 aclocal.m4                             |   37 
 c++/Makefile.in                        |   22 
 configure                              | 3725 +++++++++++++++----------------
 configure.in                           |   26 
 dist.mk                                |    4 
 doc/html/man/adacurses-config.1.html   |    2 
 doc/html/man/captoinfo.1m.html         |   11 
 doc/html/man/clear.1.html              |    2 
 doc/html/man/curs_add_wch.3x.html      |   24 
 doc/html/man/curs_add_wchstr.3x.html   |   79 
 doc/html/man/curs_addch.3x.html        |    5 
 doc/html/man/curs_addchstr.3x.html     |   67 
 doc/html/man/curs_addstr.3x.html       |   47 
 doc/html/man/curs_addwstr.3x.html      |   54 
 doc/html/man/curs_attr.3x.html         |    2 
 doc/html/man/curs_bkgrnd.3x.html       |    6 
 doc/html/man/curs_border_set.3x.html   |    6 
 doc/html/man/curs_get_wch.3x.html      |    6 
 doc/html/man/curs_get_wstr.3x.html     |    6 
 doc/html/man/curs_getcchar.3x.html     |    6 
 doc/html/man/curs_getch.3x.html        |   22 
 doc/html/man/curs_in_wchstr.3x.html    |    6 
 doc/html/man/curs_inopts.3x.html       |   52 
 doc/html/man/curs_ins_wstr.3x.html     |    6 
 doc/html/man/curs_inwstr.3x.html       |    6 
 doc/html/man/curs_mouse.3x.html        |    4 
 doc/html/man/curs_sp_funcs.3x.html     |   50 
 doc/html/man/curs_termattrs.3x.html    |   10 
 doc/html/man/curs_termcap.3x.html      |   55 
 doc/html/man/curs_terminfo.3x.html     |   72 
 doc/html/man/curs_threads.3x.html      |    8 
 doc/html/man/curs_util.3x.html         |   91 
 doc/html/man/form.3x.html              |    2 
 doc/html/man/form_field.3x.html        |    6 
 doc/html/man/form_field_buffer.3x.html |    4 
 doc/html/man/form_fieldtype.3x.html    |    4 
 doc/html/man/infocmp.1m.html           |  286 +-
 doc/html/man/infotocap.1m.html         |    6 
 doc/html/man/menu.3x.html              |    2 
 doc/html/man/menu_driver.3x.html       |   46 
 doc/html/man/menu_items.3x.html        |    6 
 doc/html/man/ncurses.3x.html           |  369 +--
 doc/html/man/ncurses5-config.1.html    |    4 
 doc/html/man/panel.3x.html             |   40 
 doc/html/man/resizeterm.3x.html        |    8 
 doc/html/man/tabs.1.html               |    2 
 doc/html/man/term.7.html               |    6 
 doc/html/man/terminfo.5.html           | 1086 ++++-----
 doc/html/man/tic.1m.html               |  226 +
 doc/html/man/toe.1m.html               |    2 
 doc/html/man/tput.1.html               |  124 -
 doc/html/man/tset.1.html               |    6 
 form/frm_driver.c                      |    6 
 include/MKkey_defs.sh                  |    9 
 man/terminfo.head                      |    4 
 mk-1st.awk                             |   19 
 ncurses/base/lib_color.c               |    5 
 package/debian/changelog               |    4 
 package/ncurses.spec                   |    6 
 progs/tic.c                            |   12 
 progs/toe.c                            |    9 
 test/aclocal.m4                        |   13 
 65 files changed, 3645 insertions(+), 3234 deletions(-)
 ------------------------------------------------------------------------------
 
20130309
        + amend change to toe.c for reading from /dev/zero, to ensure that
          there is a buffer for the temporary filename (cf: 20120324).
        + regenerated html manpages.
        + fix typo in terminfo.head (report by Sven Joachim, cf: 20130302).
        + updated some autoconf macros:
          + CF_ACVERSION_CHECK, from byacc 1.9 20130304
          + CF_INTEL_COMPILER, CF_XOPEN_SOURCE from luit 2.0-20130217
        + add configure option --with-cxx-shared to permit building
          libncurses++ as a shared library when using g++, e.g., the same
          limitations as libtool but better integrated with the usual build
          configuration (Redhat 911540).
        + modify MKkey_defs.sh to filter out build-path which was unnecessarily
          shown in curses.h (Debian #689131).

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