From: Thomas E. Dickey Date: Sun, 17 Sep 2023 16:21:09 +0000 (+0000) Subject: ncurses 6.4 - patch 20230917 X-Git-Tag: v6.5~35 X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff_plain;h=31c4bcf3307145fc5368b4aaf15e41bdd66a984b 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 --- 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)