From 31c4bcf3307145fc5368b4aaf15e41bdd66a984b Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Sun, 17 Sep 2023 16:21:09 +0000 Subject: [PATCH] ncurses 6.4 - patch 20230917 + improve formatting of manpages (integrated patches by Branden Robinson). + correct limit for name-length in write_entry.c (report/testcase by Luna Saphie Mittelbach). + limit delays to 30 seconds, i.e., padding delays in terminfo, as well as napms() and delay_output() functions. + improve a few pointer-checks. + improve parsing in _nc_msec_cost, allowing a single decimal point. + improve formatting of manpages (patches by Branden Robinson), for captoinfo.1m and terminfo.5 --- NEWS | 15 +- VERSION | 2 +- dist.mk | 4 +- doc/html/man/adacurses6-config.1.html | 12 +- doc/html/man/captoinfo.1m.html | 37 +-- doc/html/man/clear.1.html | 10 +- doc/html/man/curs_add_wch.3x.html | 125 ++++---- doc/html/man/curs_add_wchstr.3x.html | 24 +- doc/html/man/curs_addch.3x.html | 12 +- doc/html/man/curs_addchstr.3x.html | 39 ++- doc/html/man/curs_addstr.3x.html | 43 ++- doc/html/man/curs_addwstr.3x.html | 30 +- doc/html/man/curs_attr.3x.html | 156 +++++---- doc/html/man/curs_beep.3x.html | 12 +- doc/html/man/curs_bkgd.3x.html | 12 +- doc/html/man/curs_bkgrnd.3x.html | 27 +- doc/html/man/curs_border.3x.html | 42 +-- doc/html/man/curs_border_set.3x.html | 26 +- doc/html/man/curs_clear.3x.html | 36 +-- doc/html/man/curs_color.3x.html | 295 ++++++++--------- doc/html/man/curs_delch.3x.html | 12 +- doc/html/man/curs_deleteln.3x.html | 10 +- doc/html/man/curs_extend.3x.html | 10 +- doc/html/man/curs_get_wch.3x.html | 88 ++--- doc/html/man/curs_get_wstr.3x.html | 75 ++--- doc/html/man/curs_getcchar.3x.html | 12 +- doc/html/man/curs_getch.3x.html | 157 ++++----- doc/html/man/curs_getstr.3x.html | 125 ++++---- doc/html/man/curs_getyx.3x.html | 10 +- doc/html/man/curs_in_wch.3x.html | 14 +- doc/html/man/curs_in_wchstr.3x.html | 28 +- doc/html/man/curs_inch.3x.html | 47 ++- doc/html/man/curs_inchstr.3x.html | 49 ++- doc/html/man/curs_initscr.3x.html | 120 +++---- doc/html/man/curs_inopts.3x.html | 199 ++++++------ doc/html/man/curs_ins_wch.3x.html | 14 +- doc/html/man/curs_ins_wstr.3x.html | 34 +- doc/html/man/curs_insch.3x.html | 12 +- doc/html/man/curs_insstr.3x.html | 10 +- doc/html/man/curs_instr.3x.html | 10 +- doc/html/man/curs_inwstr.3x.html | 10 +- doc/html/man/curs_kernel.3x.html | 97 +++--- doc/html/man/curs_legacy.3x.html | 12 +- doc/html/man/curs_memleaks.3x.html | 36 +-- doc/html/man/curs_mouse.3x.html | 102 +++--- doc/html/man/curs_move.3x.html | 16 +- doc/html/man/curs_opaque.3x.html | 30 +- doc/html/man/curs_outopts.3x.html | 139 ++++---- doc/html/man/curs_overlay.3x.html | 34 +- doc/html/man/curs_pad.3x.html | 82 ++--- doc/html/man/curs_print.3x.html | 12 +- doc/html/man/curs_printw.3x.html | 48 +-- doc/html/man/curs_refresh.3x.html | 66 ++-- doc/html/man/curs_scanw.3x.html | 14 +- doc/html/man/curs_scr_dump.3x.html | 18 +- doc/html/man/curs_scroll.3x.html | 24 +- doc/html/man/curs_slk.3x.html | 142 +++++---- doc/html/man/curs_sp_funcs.3x.html | 47 +-- doc/html/man/curs_termattrs.3x.html | 10 +- doc/html/man/curs_termcap.3x.html | 172 +++++----- doc/html/man/curs_terminfo.3x.html | 355 +++++++++++---------- doc/html/man/curs_threads.3x.html | 69 ++-- doc/html/man/curs_touch.3x.html | 57 ++-- doc/html/man/curs_trace.3x.html | 100 +++--- doc/html/man/curs_util.3x.html | 161 +++++----- doc/html/man/curs_variables.3x.html | 50 +-- doc/html/man/curs_window.3x.html | 58 ++-- doc/html/man/default_colors.3x.html | 8 +- doc/html/man/define_key.3x.html | 12 +- doc/html/man/form.3x.html | 10 +- doc/html/man/form_cursor.3x.html | 8 +- doc/html/man/form_data.3x.html | 8 +- doc/html/man/form_driver.3x.html | 8 +- doc/html/man/form_field.3x.html | 8 +- doc/html/man/form_field_attributes.3x.html | 8 +- doc/html/man/form_field_buffer.3x.html | 8 +- doc/html/man/form_field_info.3x.html | 10 +- doc/html/man/form_field_just.3x.html | 8 +- doc/html/man/form_field_new.3x.html | 8 +- doc/html/man/form_field_opts.3x.html | 8 +- doc/html/man/form_field_userptr.3x.html | 10 +- doc/html/man/form_field_validation.3x.html | 152 +++++---- doc/html/man/form_fieldtype.3x.html | 8 +- doc/html/man/form_hook.3x.html | 71 +++-- doc/html/man/form_new.3x.html | 8 +- doc/html/man/form_new_page.3x.html | 8 +- doc/html/man/form_opts.3x.html | 8 +- doc/html/man/form_page.3x.html | 8 +- doc/html/man/form_post.3x.html | 8 +- doc/html/man/form_requestname.3x.html | 27 +- doc/html/man/form_userptr.3x.html | 8 +- doc/html/man/form_variables.3x.html | 10 +- doc/html/man/form_win.3x.html | 8 +- doc/html/man/infocmp.1m.html | 10 +- doc/html/man/infotocap.1m.html | 12 +- doc/html/man/key_defined.3x.html | 18 +- doc/html/man/keybound.3x.html | 18 +- doc/html/man/keyok.3x.html | 18 +- doc/html/man/legacy_coding.3x.html | 12 +- doc/html/man/menu.3x.html | 10 +- doc/html/man/menu_attributes.3x.html | 8 +- doc/html/man/menu_cursor.3x.html | 8 +- doc/html/man/menu_driver.3x.html | 8 +- doc/html/man/menu_format.3x.html | 8 +- doc/html/man/menu_hook.3x.html | 8 +- doc/html/man/menu_items.3x.html | 8 +- doc/html/man/menu_mark.3x.html | 8 +- doc/html/man/menu_new.3x.html | 8 +- doc/html/man/menu_opts.3x.html | 8 +- doc/html/man/menu_pattern.3x.html | 8 +- doc/html/man/menu_post.3x.html | 8 +- doc/html/man/menu_requestname.3x.html | 8 +- doc/html/man/menu_spacing.3x.html | 8 +- doc/html/man/menu_userptr.3x.html | 8 +- doc/html/man/menu_win.3x.html | 8 +- doc/html/man/mitem_current.3x.html | 8 +- doc/html/man/mitem_name.3x.html | 8 +- doc/html/man/mitem_new.3x.html | 8 +- doc/html/man/mitem_opts.3x.html | 8 +- doc/html/man/mitem_userptr.3x.html | 8 +- doc/html/man/mitem_value.3x.html | 8 +- doc/html/man/mitem_visible.3x.html | 8 +- doc/html/man/ncurses.3x.html | 12 +- doc/html/man/ncurses6-config.1.html | 14 +- doc/html/man/new_pair.3x.html | 73 ++--- doc/html/man/panel.3x.html | 10 +- doc/html/man/resizeterm.3x.html | 12 +- doc/html/man/scr_dump.5.html | 10 +- doc/html/man/tabs.1.html | 12 +- doc/html/man/term.5.html | 10 +- doc/html/man/term.7.html | 9 +- doc/html/man/term_variables.3x.html | 58 ++-- doc/html/man/terminfo.5.html | 26 +- doc/html/man/tic.1m.html | 12 +- doc/html/man/toe.1m.html | 12 +- doc/html/man/tput.1.html | 12 +- doc/html/man/tset.1.html | 12 +- doc/html/man/user_caps.5.html | 10 +- doc/html/man/wresize.3x.html | 10 +- man/MKada_config.in | 7 +- man/MKncu_config.in | 9 +- man/captoinfo.1m | 44 +-- man/clear.1 | 7 +- man/curs_add_wch.3x | 17 +- man/curs_add_wchstr.3x | 27 +- man/curs_addch.3x | 17 +- man/curs_addchstr.3x | 27 +- man/curs_addstr.3x | 25 +- man/curs_addwstr.3x | 25 +- man/curs_attr.3x | 63 ++-- man/curs_beep.3x | 10 +- man/curs_bkgd.3x | 13 +- man/curs_bkgrnd.3x | 27 +- man/curs_border.3x | 31 +- man/curs_border_set.3x | 31 +- man/curs_clear.3x | 25 +- man/curs_color.3x | 37 +-- man/curs_delch.3x | 13 +- man/curs_deleteln.3x | 17 +- man/curs_extend.3x | 10 +- man/curs_get_wch.3x | 21 +- man/curs_get_wstr.3x | 25 +- man/curs_getcchar.3x | 9 +- man/curs_getch.3x | 21 +- man/curs_getstr.3x | 25 +- man/curs_getyx.3x | 13 +- man/curs_in_wch.3x | 15 +- man/curs_in_wchstr.3x | 27 +- man/curs_inch.3x | 13 +- man/curs_inchstr.3x | 25 +- man/curs_initscr.3x | 47 ++- man/curs_inopts.3x | 55 ++-- man/curs_ins_wch.3x | 15 +- man/curs_ins_wstr.3x | 27 +- man/curs_insch.3x | 13 +- man/curs_insstr.3x | 21 +- man/curs_instr.3x | 21 +- man/curs_inwstr.3x | 21 +- man/curs_kernel.3x | 37 +-- man/curs_legacy.3x | 15 +- man/curs_memleaks.3x | 15 +- man/curs_mouse.3x | 22 +- man/curs_move.3x | 13 +- man/curs_opaque.3x | 39 ++- man/curs_outopts.3x | 25 +- man/curs_overlay.3x | 15 +- man/curs_pad.3x | 21 +- man/curs_print.3x | 9 +- man/curs_printw.3x | 22 +- man/curs_refresh.3x | 21 +- man/curs_scanw.3x | 18 +- man/curs_scr_dump.3x | 17 +- man/curs_scroll.3x | 15 +- man/curs_slk.3x | 49 ++- man/curs_sp_funcs.3x | 11 +- man/curs_termattrs.3x | 27 +- man/curs_termcap.3x | 29 +- man/curs_terminfo.3x | 45 ++- man/curs_threads.3x | 11 +- man/curs_touch.3x | 21 +- man/curs_trace.3x | 39 +-- man/curs_util.3x | 33 +- man/curs_variables.3x | 30 +- man/curs_window.3x | 31 +- man/default_colors.3x | 9 +- man/define_key.3x | 9 +- man/form.3x | 7 +- man/form_cursor.3x | 7 +- man/form_data.3x | 7 +- man/form_driver.3x | 7 +- man/form_field.3x | 7 +- man/form_field_attributes.3x | 7 +- man/form_field_buffer.3x | 7 +- man/form_field_info.3x | 9 +- man/form_field_just.3x | 7 +- man/form_field_new.3x | 7 +- man/form_field_opts.3x | 7 +- man/form_field_userptr.3x | 9 +- man/form_field_validation.3x | 62 ++-- man/form_fieldtype.3x | 7 +- man/form_hook.3x | 34 +- man/form_new.3x | 7 +- man/form_new_page.3x | 7 +- man/form_opts.3x | 7 +- man/form_page.3x | 7 +- man/form_post.3x | 7 +- man/form_requestname.3x | 9 +- man/form_userptr.3x | 7 +- man/form_variables.3x | 10 +- man/form_win.3x | 7 +- man/infocmp.1m | 7 +- man/infotocap.1m | 9 +- man/key_defined.3x | 13 +- man/keybound.3x | 13 +- man/keyok.3x | 13 +- man/legacy_coding.3x | 9 +- man/manlinks.sed | 39 ++- man/menu.3x | 7 +- man/menu_attributes.3x | 7 +- man/menu_cursor.3x | 7 +- man/menu_driver.3x | 7 +- man/menu_format.3x | 7 +- man/menu_hook.3x | 7 +- man/menu_items.3x | 7 +- man/menu_mark.3x | 7 +- man/menu_new.3x | 7 +- man/menu_opts.3x | 7 +- man/menu_pattern.3x | 7 +- man/menu_post.3x | 7 +- man/menu_requestname.3x | 7 +- man/menu_spacing.3x | 7 +- man/menu_userptr.3x | 7 +- man/menu_win.3x | 7 +- man/mitem_current.3x | 7 +- man/mitem_name.3x | 7 +- man/mitem_new.3x | 7 +- man/mitem_opts.3x | 7 +- man/mitem_userptr.3x | 7 +- man/mitem_value.3x | 7 +- man/mitem_visible.3x | 7 +- man/ncurses.3x | 8 +- man/new_pair.3x | 11 +- man/panel.3x | 7 +- man/resizeterm.3x | 11 +- man/scr_dump.5 | 7 +- man/tabs.1 | 7 +- man/term.5 | 7 +- man/term.7 | 8 +- man/term_variables.3x | 36 +-- man/terminfo.head | 7 +- man/terminfo.tail | 8 +- man/tic.1m | 7 +- man/toe.1m | 7 +- man/tput.1 | 8 +- man/tset.1 | 8 +- man/user_caps.5 | 7 +- man/wresize.3x | 7 +- menu/m_global.c | 8 +- ncurses/base/lib_color.c | 6 +- ncurses/base/lib_overlay.c | 16 +- ncurses/curses.priv.h | 16 +- ncurses/doit | 1 + ncurses/term.priv.h | 9 +- ncurses/tinfo/alloc_entry.c | 5 +- ncurses/tinfo/init_keytry.c | 8 +- ncurses/tinfo/lib_napms.c | 7 +- ncurses/tinfo/lib_setup.c | 20 +- ncurses/tinfo/lib_tparm.c | 4 +- ncurses/tinfo/lib_tputs.c | 5 +- ncurses/tinfo/read_entry.c | 10 +- ncurses/tinfo/tinfo_driver.c | 8 +- ncurses/tinfo/write_entry.c | 5 +- ncurses/tty/hashmap.c | 4 +- ncurses/tty/lib_mvcur.c | 37 ++- ncurses/tty/lib_twait.c | 6 +- ncurses/tty/tty_update.c | 18 +- ncurses/win32con/win32_driver.c | 4 +- ncurses/win32con/win_driver.c | 4 +- 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/doit | 11 + 306 files changed, 3756 insertions(+), 3696 deletions(-) create mode 100644 ncurses/doit create mode 100644 progs/doit diff --git a/NEWS b/NEWS index 81fabef5..1d64985f 100644 --- a/NEWS +++ b/NEWS @@ -26,7 +26,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.3995 2023/09/09 16:45:37 tom Exp $ +-- $Id: NEWS,v 1.4000 2023/09/17 08:34:59 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -46,8 +46,19 @@ See the AUTHORS file for the corresponding full names. Changes through 1.9.9e did not credit all contributions; it is not possible to add this information. +20230917 + + improve formatting of manpages (integrated patches by Branden + Robinson). + + correct limit for name-length in write_entry.c (report/testcase by + Luna Saphie Mittelbach). + + limit delays to 30 seconds, i.e., padding delays in terminfo, as well + as napms() and delay_output() functions. + + improve a few pointer-checks. + + improve parsing in _nc_msec_cost, allowing a single decimal point. + 20230909 - + improve formatting of manpages (patches by Branden Robinson). + + improve formatting of manpages (patches by Branden Robinson), for + captoinfo.1m and terminfo.5 > patches by Nicholas Marriott: + use string-hacks in alloc_entry.c, alloc_type.c and hardscroll.c, overlooked due to compiler changes in recent OpenBSD releases. diff --git a/VERSION b/VERSION index 11d281c4..cfa562bb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5:0:10 6.4 20230909 +5:0:10 6.4 20230917 diff --git a/dist.mk b/dist.mk index 0125602a..af4f6073 100644 --- a/dist.mk +++ b/dist.mk @@ -26,7 +26,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: dist.mk,v 1.1563 2023/09/09 12:21:39 tom Exp $ +# $Id: dist.mk,v 1.1565 2023/09/17 08:35:40 tom Exp $ # Makefile for creating ncurses distributions. # # This only needs to be used directly as a makefile by developers, but @@ -38,7 +38,7 @@ SHELL = /bin/sh # These define the major/minor/patch versions of ncurses. NCURSES_MAJOR = 6 NCURSES_MINOR = 4 -NCURSES_PATCH = 20230909 +NCURSES_PATCH = 20230917 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) diff --git a/doc/html/man/adacurses6-config.1.html b/doc/html/man/adacurses6-config.1.html index e649144c..91809abe 100644 --- a/doc/html/man/adacurses6-config.1.html +++ b/doc/html/man/adacurses6-config.1.html @@ -27,19 +27,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: MKada_config.in,v 1.17 2023/09/09 17:06:25 Branden.Robinson Exp @ + * @Id: MKada_config.in,v 1.22 2023/09/17 08:29:17 tom Exp @ --> -ADACURSES 1 2023-08-19 ncurses 6.4 User commands +ADACURSES 1 2023-09-17 ncurses 6.4 User commands -

ADACURSES 1 2023-08-19 ncurses 6.4 User commands

+

ADACURSES 1 2023-09-17 ncurses 6.4 User commands

 ADACURSES(1)                     User commands                    ADACURSES(1)
 
@@ -47,7 +47,7 @@
 
 
 

NAME

-       adacurses6-config - helper script for AdaCurses libraries
+       adacurses6-config - helper script for AdaCurses libraries
 
 
 

SYNOPSIS

@@ -126,11 +126,11 @@
 

SEE ALSO

        curses(3x)
 
-       This describes ncurses version 6.4 (patch 20230909).
+       This describes ncurses version 6.4 (patch 20230917).
 
 
 
-ncurses 6.4                       2023-08-19                      ADACURSES(1)
+ncurses 6.4                       2023-09-17                      ADACURSES(1)