From: Thomas E. Dickey Date: Sun, 2 Jul 2023 00:04:32 +0000 (+0000) Subject: ncurses 6.4 - patch 20230701 X-Git-Tag: v6.5~46 X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff_plain;h=d79ff7b4d5f5ac63e7d9d7e76706d95a1ddb243c ncurses 6.4 - patch 20230701 + fix mandoc warnings about unnecessary markup. + improve parameter check in tparm_setup() --- diff --git a/NEWS b/NEWS index 1e3e9f5d..6b10b50c 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.3971 2023/06/25 18:16:49 tom Exp $ +-- $Id: NEWS,v 1.3973 2023/07/01 17:55:50 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -46,6 +46,10 @@ 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. +20230701 + + fix mandoc warnings about unnecessary markup. + + improve parameter check in tparm_setup() + 20230625 + adjust man/make_sed.sh to work with dates as the third field of TH. + fixes for out-of-memory condition (report by "eaglegai"). diff --git a/VERSION b/VERSION index 9a883773..07ef1d27 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5:0:10 6.4 20230625 +5:0:10 6.4 20230701 diff --git a/dist.mk b/dist.mk index 18492151..430cf4a4 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.1552 2023/06/25 09:41:21 tom Exp $ +# $Id: dist.mk,v 1.1553 2023/07/01 09:47:16 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 = 20230625 +NCURSES_PATCH = 20230701 # 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 411cfb70..3f69e8f9 100644 --- a/doc/html/man/adacurses6-config.1.html +++ b/doc/html/man/adacurses6-config.1.html @@ -27,21 +27,21 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: MKada_config.in,v 1.14 2021/12/25 17:39:16 tom Exp @ + * @Id: MKada_config.in,v 1.15 2021/12/25 17:39:16 tom Exp @ --> -ADACURSES 1 User Commands +ADACURSES 1 2021-12-25 ncurses 6.4 User commands -

ADACURSES 1 User Commands

+

ADACURSES 1 2021-12-25 ncurses 6.4 User commands

-ADACURSES(1)                     User Commands                    ADACURSES(1)
+ADACURSES(1)                     User commands                    ADACURSES(1)
 
 
 
@@ -126,11 +126,11 @@
 

SEE ALSO

        curses(3x)
 
-       This describes ncurses version 6.4 (patch 20230617).
+       This describes ncurses version 6.4 (patch 20230701).
 
 
 
-                                                                  ADACURSES(1)
+ncurses 6.4                       2021-12-25                      ADACURSES(1)