]> ncurses.scripts.mit.edu Git - ncurses.git/commitdiff
ncurses 6.3 - patch 20220501
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 1 May 2022 18:51:43 +0000 (18:51 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 1 May 2022 18:51:43 +0000 (18:51 +0000)
+ build-fix for debug-traces (report/patch by Chris Clayton).

NEWS
VERSION
dist.mk
ncurses/curses.priv.h
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
package/ncursest.spec

diff --git a/NEWS b/NEWS
index f9eb4d02fefd61cec3f7594bae9d43dad8a55050..aad5f0d4165915194a96a272b9c67ce274c9476c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,7 +26,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.3801 2022/04/30 23:27:43 tom Exp $
+-- $Id: NEWS,v 1.3803 2022/05/01 15:16:36 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,9 @@ 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.
 
+20220501
+       + build-fix for debug-traces (report/patch by Chris Clayton).
+
 20220430
        + modify samples for xterm mouse 1002/1003 modes to use 1006 mode, and
          also provide for focus in/out responses -TD
diff --git a/VERSION b/VERSION
index a099cae9ad1d479edc3076cd0803cd33cc8b8aed..7996e30dfc7c966c057b6eb964f3ff2d2101695b 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5:0:10 6.3     20220430
+5:0:10 6.3     20220501
diff --git a/dist.mk b/dist.mk
index 2c7e187472d34d6c67d415930a85181199aa3006..85c204db8811bf8fab424e4106c33cf64745ed7c 100644 (file)
--- 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.1477 2022/04/30 12:58:59 tom Exp $
+# $Id: dist.mk,v 1.1478 2022/05/01 10:28:56 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 = 3
-NCURSES_PATCH = 20220430
+NCURSES_PATCH = 20220501
 
 # We don't append the patch to the version, since this only applies to releases
 VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)
index 72847bc94a9dc4c1f59df87052f2a59c118d4e27..60199f909b15f87f12b57978547e54e56b078a36 100644 (file)
@@ -35,7 +35,7 @@
  ****************************************************************************/
 
 /*
- * $Id: curses.priv.h,v 1.649 2022/04/30 18:32:29 tom Exp $
+ * $Id: curses.priv.h,v 1.650 2022/05/01 14:41:33 tom Exp $
  *
  *     curses.priv.h
  *
@@ -1702,6 +1702,8 @@ extern NCURSES_EXPORT(const char *) _nc_viscbuf (const NCURSES_CH_T *, int);
 #define returnWin(code)                return code
 
 #define returnDB(code)         return code
+#define returnPtrDB(rc)                return rc
+#define returnVoidDB           return
 
 #endif /* TRACE/!TRACE */
 
index b7f2d584b910f6a9b5039c9a3ed6f9b1b3bf56e7..ad22e9c428ec52fd7f7e76386eb567fc9804988f 100644 (file)
@@ -1,8 +1,8 @@
-ncurses6 (6.3+20220430) unstable; urgency=low
+ncurses6 (6.3+20220501) unstable; urgency=low
 
   * latest weekly patch
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 30 Apr 2022 08:58:59 -0400
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Sun, 01 May 2022 06:28:56 -0400
 
 ncurses6 (5.9-20131005) unstable; urgency=low
 
index b7f2d584b910f6a9b5039c9a3ed6f9b1b3bf56e7..ad22e9c428ec52fd7f7e76386eb567fc9804988f 100644 (file)
@@ -1,8 +1,8 @@
-ncurses6 (6.3+20220430) unstable; urgency=low
+ncurses6 (6.3+20220501) unstable; urgency=low
 
   * latest weekly patch
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 30 Apr 2022 08:58:59 -0400
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Sun, 01 May 2022 06:28:56 -0400
 
 ncurses6 (5.9-20131005) unstable; urgency=low
 
index 511d023ca40131ca1ba672a674de3d837065795d..b023fe12606c3d3dc29da952f238f8f41ad80ac6 100644 (file)
@@ -1,8 +1,8 @@
-ncurses6 (6.3+20220430) unstable; urgency=low
+ncurses6 (6.3+20220501) unstable; urgency=low
 
   * latest weekly patch
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 30 Apr 2022 08:58:59 -0400
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Sun, 01 May 2022 06:28:56 -0400
 
 ncurses6 (5.9-20120608) unstable; urgency=low
 
index 65965bce68085f2f8b6fde6517471dfea6cc8ade..2fd68b92828d51fd04c6502f46865ecb79ec8178 100644 (file)
@@ -1,4 +1,4 @@
-; $Id: mingw-ncurses.nsi,v 1.517 2022/04/30 12:58:59 tom Exp $\r
+; $Id: mingw-ncurses.nsi,v 1.518 2022/05/01 10:28:56 tom Exp $\r
 \r
 ; TODO add examples\r
 ; TODO bump ABI to 6\r
@@ -10,7 +10,7 @@
 !define VERSION_MAJOR "6"\r
 !define VERSION_MINOR "3"\r
 !define VERSION_YYYY  "2022"\r
-!define VERSION_MMDD  "0430"\r
+!define VERSION_MMDD  "0501"\r
 !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD}\r
 \r
 !define MY_ABI   "5"\r
index 038dc1d5f82bdbbd9946130cf46f9bdcc49122e9..51cb8e615971d236a20df1e553f9e620fdc12a31 100644 (file)
@@ -3,7 +3,7 @@
 Summary: shared libraries for terminal handling
 Name: mingw32-ncurses6
 Version: 6.3
-Release: 20220430
+Release: 20220501
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{version}-%{release}.tgz
index c6fee5030942f4461c7f36d572bfe2f3543e579c..66263223b7e90ab00aca17f3736f8288f9feb8fe 100644 (file)
@@ -1,7 +1,7 @@
 Summary: shared libraries for terminal handling
 Name: ncurses6
 Version: 6.3
-Release: 20220430
+Release: 20220501
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{version}-%{release}.tgz
index 9bdc2d1c2954bcc94d97b4017c1185cc149a80d2..e7d420577b0f977ad3bf6108ec0e0119557d015b 100644 (file)
@@ -1,7 +1,7 @@
 Summary: Curses library with POSIX thread support.
 Name: ncursest6
 Version: 6.3
-Release: 20220430
+Release: 20220501
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{version}-%{release}.tgz