bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.1-20190121


From: Thomas Dickey
Subject: ANN: ncurses-6.1-20190121
Date: Tue, 22 Jan 2019 01:02:11 +0000
User-agent: Mutt/1.5.23 (2014-03-12)

Files:
        ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20190121.tgz
        
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20190121.tgz.asc
        
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20190121.tgz
        
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20190121.tgz.asc
        
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20190121.tgz
        
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20190121.tgz.asc
        ftp://ftp.invisible-island.net/ncurses/6.1/MD5sums
        ftp://ftp.invisible-island.net/ncurses/6.1/dev-patches.zip
        ftp://ftp.invisible-island.net/ncurses/6.1/ncurses-6.1-20190121.patch.gz
        
ftp://ftp.invisible-island.net/ncurses/6.1/ncurses-6.1-20190121.patch.gz.asc
        ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.1-20190121.tgz
        
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.1-20190121.tgz.asc
        ftp://ftp.invisible-island.net/ncurses/win32/mingw32-20190121.zip
        ftp://ftp.invisible-island.net/ncurses/win32/mingw64-20190121.zip

 ncurses 6.1 - patch 20190121 - Thomas E. Dickey

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

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

 Patches for ncurses 6.1 can be found at
        ftp://ftp.invisible-island.net/ncurses/6.1
        http://invisible-mirror.net/archives/ncurses/6.1 

 ------------------------------------------------------------------------------
 ftp://ftp.invisible-island.net/ncurses/6.1/ncurses-6.1-20190121.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Tue Jan 22 00:49:19 UTC 2019
 ------------------------------------------------------------------------------
 INSTALL                                    |    6 
 NEWS                                       |   24 
 VERSION                                    |    2 
 configure                                  |   41 -
 configure.in                               |   11 
 dist.mk                                    |    4 
 doc/html/man/adacurses6-config.1.html      |    2 
 doc/html/man/captoinfo.1m.html             |    2 
 doc/html/man/clear.1.html                  |    2 
 doc/html/man/curs_color.3x.html            |  237 +++++---
 doc/html/man/curs_inopts.3x.html           |   10 
 doc/html/man/form.3x.html                  |    8 
 doc/html/man/form_cursor.3x.html           |    6 
 doc/html/man/form_driver.3x.html           |    6 
 doc/html/man/form_field.3x.html            |    6 
 doc/html/man/form_field_attributes.3x.html |    6 
 doc/html/man/form_field_buffer.3x.html     |   10 
 doc/html/man/form_field_info.3x.html       |    6 
 doc/html/man/form_field_just.3x.html       |    6 
 doc/html/man/form_field_opts.3x.html       |   11 
 doc/html/man/form_field_validation.3x.html |   14 
 doc/html/man/form_fieldtype.3x.html        |    6 
 doc/html/man/form_hook.3x.html             |    6 
 doc/html/man/form_opts.3x.html             |    6 
 doc/html/man/form_page.3x.html             |    6 
 doc/html/man/form_post.3x.html             |    6 
 doc/html/man/form_win.3x.html              |    6 
 doc/html/man/infocmp.1m.html               |    2 
 doc/html/man/infotocap.1m.html             |    2 
 doc/html/man/menu.3x.html                  |    8 
 doc/html/man/menu_attributes.3x.html       |    6 
 doc/html/man/menu_cursor.3x.html           |    6 
 doc/html/man/menu_driver.3x.html           |    6 
 doc/html/man/menu_format.3x.html           |    6 
 doc/html/man/menu_hook.3x.html             |    6 
 doc/html/man/menu_items.3x.html            |    6 
 doc/html/man/menu_mark.3x.html             |    6 
 doc/html/man/menu_new.3x.html              |    6 
 doc/html/man/menu_opts.3x.html             |    6 
 doc/html/man/menu_pattern.3x.html          |    6 
 doc/html/man/menu_post.3x.html             |    6 
 doc/html/man/menu_win.3x.html              |    6 
 doc/html/man/mitem_current.3x.html         |    6 
 doc/html/man/mitem_new.3x.html             |    6 
 doc/html/man/mitem_opts.3x.html            |    6 
 doc/html/man/mitem_value.3x.html           |    6 
 doc/html/man/ncurses.3x.html               |    2 
 doc/html/man/ncurses6-config.1.html        |    2 
 doc/html/man/panel.3x.html                 |    2 
 doc/html/man/tabs.1.html                   |    2 
 doc/html/man/terminfo.5.html               |   10 
 doc/html/man/tic.1m.html                   |    2 
 doc/html/man/toe.1m.html                   |    2 
 doc/html/man/tput.1.html                   |    2 
 doc/html/man/tset.1.html                   |    2 
 form/fld_max.c                             |   11 
 form/form.h                                |    5 
 form/frm_driver.c                          |    8 
 man/curs_color.3x                          |   86 ++-
 man/curs_inopts.3x                         |   10 
 man/form.3x                                |    6 
 man/form_cursor.3x                         |    6 
 man/form_driver.3x                         |    6 
 man/form_field.3x                          |    6 
 man/form_field_attributes.3x               |    6 
 man/form_field_buffer.3x                   |   10 
 man/form_field_info.3x                     |    6 
 man/form_field_just.3x                     |    6 
 man/form_field_opts.3x                     |   11 
 man/form_field_validation.3x               |   22 
 man/form_fieldtype.3x                      |    6 
 man/form_hook.3x                           |    6 
 man/form_opts.3x                           |    6 
 man/form_page.3x                           |    6 
 man/form_post.3x                           |    6 
 man/form_win.3x                            |    6 
 man/man_db.renames                         |    5 
 man/manhtml.externs                        |    7 
 man/menu.3x                                |    6 
 man/menu_attributes.3x                     |    6 
 man/menu_cursor.3x                         |    6 
 man/menu_driver.3x                         |    6 
 man/menu_format.3x                         |    6 
 man/menu_hook.3x                           |    6 
 man/menu_items.3x                          |    6 
 man/menu_mark.3x                           |    6 
 man/menu_new.3x                            |    6 
 man/menu_opts.3x                           |    6 
 man/menu_pattern.3x                        |    6 
 man/menu_post.3x                           |    6 
 man/menu_win.3x                            |    6 
 man/mitem_current.3x                       |    6 
 man/mitem_new.3x                           |    6 
 man/mitem_opts.3x                          |    6 
 man/mitem_value.3x                         |    6 
 man/terminfo.tail                          |    6 
 misc/Makefile.in                           |   16 
 ncurses/base/lib_color.c                   |    6 
 ncurses/base/lib_printw.c                  |   12 
 ncurses/base/lib_scanw.c                   |   12 
 ncurses/base/new_pair.c                    |   16 
 ncurses/curses.priv.h                      |   15 
 ncurses/tinfo/access.c                     |   12 
 ncurses/tinfo/comp_error.c                 |   20 
 ncurses/tinfo/hashed_db.c                  |    6 
 ncurses/tinfo/lib_tparm.c                  |    8 
 ncurses/tinfo/read_entry.c                 |    9 
 ncurses/tinfo/write_entry.c                |  113 ++-
 ncurses/trace/lib_trace.c                  |   11 
 ncurses/widechar/lib_add_wch.c             |    6 
 package/debian-mingw/changelog             |    4 
 package/debian-mingw64/changelog           |    4 
 package/debian/changelog                   |    4 
 package/mingw-ncurses.nsi                  |    4 
 package/mingw-ncurses.spec                 |    2 
 package/ncurses.spec                       |    2 
 package/ncursest.spec                      |    2 
 progs/dump_entry.c                         |    6 
 test/README                                |   86 +--
 test/color_content.c                       |  173 ++++--
 test/configure                             |  772 ++++++++++++++-------------
 test/configure.in                          |   31 -
 test/demo_termcap.c                        |   10 
 test/dots.c                                |   11 
 test/dots_curses.c                         |   11 
 test/dots_mvcur.c                          |   11 
 test/dots_termcap.c                        |   11 
 test/dots_xcurses.c                        |   11 
 test/edit_field.c                          |   12 
 test/extended_color.c                      |    8 
 test/movewindow.c                          |   22 
 test/ncurses.c                             |   19 
 test/padview.c                             |    6 
 test/pair_content.c                        |  157 ++++-
 test/picsmap.c                             |   73 +-
 test/savescreen.c                          |    6 
 test/test.priv.h                           |   41 +
 137 files changed, 1637 insertions(+), 1075 deletions(-)
 ------------------------------------------------------------------------------
 
20190121
        + add a check in test/configure to work around non-ncurses termcap.h
          file in Slackware.
        + corrected flag for "seq" method of db 1.8.5 interface, needed by toe
          on some of the BSDs.
        + updated "string-hacks" feature.
        + minor improvements to manpage typography.
        + corrected conditionally-compiled limit on color pairs (report by
          "Hudd").
        + add -x option to test/pair_content, test/color_content for testing
          init_extended_pair, extended_pair_content, init_extended_color,
          extended_color_content
        + add -p option to test/pair_content, test/color_content to show the
          return values from the tested functions.
        + improve manual page curs_color.3x discussion of error returns and
          extensions. 
        + add O_INPUT_FIELD extension to form library (patch by Leon Winter).
        + override/suppress --enable-db-install if --disable-database configure
          option was given.
        + change a too-large terminal entry in tic from a fatal error to a
          warning (prompted by discussion with Gabriele Balducci).


-- 
Thomas E. Dickey <address@hidden>
https://invisible-island.net
ftp://ftp.invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]