snapshot of project "ncurses", label v6_5_20250503

This commit is contained in:
Thomas E. Dickey 2025-05-03 22:02:34 +00:00
parent e56d68ef6f
commit a06e37dc71
No known key found for this signature in database
GPG Key ID: CC2AF4472167BE03
11 changed files with 1358 additions and 1359 deletions

15
NEWS
View File

@ -26,7 +26,7 @@
-- sale, use or other dealings in this Software without prior written --
-- authorization. --
-------------------------------------------------------------------------------
-- $Id: NEWS,v 1.4277 2025/04/26 20:14:16 tom Exp $
-- $Id: NEWS,v 1.4279 2025/05/03 22:02:34 tom Exp $
-------------------------------------------------------------------------------
This is a log of changes that ncurses has gone through since Zeyd started
@ -46,6 +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.
20250503
+ update/correct some of the rv/xr strings, checked with tack -TD
+ use ansi+rca in sclp -TD
+ use vt220+pcedit in sclp (Werner Fink)
+ move some building blocks from illumos to sun-color, based on
illumos source-history -TD
+ improve use-clauses: ansi+cup, ansi+idl1, ansi+rca, ansi+rca2,
ansi+sgrso, ansi+sgrul -TD
+ add ecma+standout, ecma+underline -TD
+ add rv code for alacritty -TD
+ add rv/xr codes for contour, ghostty, iterm2, kitty, konsole,
vscode, vte, wezterm -TD
20250426
+ expand note on extensions in curs_addch.3x
+ add illumos, sun-16color, sun-256color, sun-direct -TD

View File

@ -1 +1 @@
5:0:10 6.5 20250426
5:0:10 6.5 20250503

View File

@ -26,7 +26,7 @@
# use or other dealings in this Software without prior written #
# authorization. #
##############################################################################
# $Id: dist.mk,v 1.1666 2025/04/26 10:13:45 tom Exp $
# $Id: dist.mk,v 1.1667 2025/05/03 09:39:03 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 = 5
NCURSES_PATCH = 20250426
NCURSES_PATCH = 20250503
# We don't append the patch to the version, since this only applies to releases
VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
ncurses6td (6.5+20250426) unstable; urgency=low
ncurses6td (6.5+20250503) unstable; urgency=low
* latest weekly patch
-- Thomas E. Dickey <dickey@invisible-island.net> Sat, 26 Apr 2025 06:13:45 -0400
-- Thomas E. Dickey <dickey@invisible-island.net> Sat, 03 May 2025 05:39:03 -0400
ncurses6 (5.9+20131005) unstable; urgency=low

View File

@ -1,8 +1,8 @@
ncurses6td (6.5+20250426) unstable; urgency=low
ncurses6td (6.5+20250503) unstable; urgency=low
* latest weekly patch
-- Thomas E. Dickey <dickey@invisible-island.net> Sat, 26 Apr 2025 06:13:45 -0400
-- Thomas E. Dickey <dickey@invisible-island.net> Sat, 03 May 2025 05:39:03 -0400
ncurses6 (5.9+20131005) unstable; urgency=low

View File

@ -1,8 +1,8 @@
ncurses6td (6.5+20250426) unstable; urgency=low
ncurses6td (6.5+20250503) unstable; urgency=low
* latest weekly patch
-- Thomas E. Dickey <dickey@invisible-island.net> Sat, 26 Apr 2025 06:13:45 -0400
-- Thomas E. Dickey <dickey@invisible-island.net> Sat, 03 May 2025 05:39:03 -0400
ncurses6 (5.9+20120608) unstable; urgency=low

View File

@ -1,4 +1,4 @@
; $Id: mingw-ncurses.nsi,v 1.700 2025/04/26 10:13:45 tom Exp $
; $Id: mingw-ncurses.nsi,v 1.701 2025/05/03 09:39:03 tom Exp $
; TODO add examples
; TODO bump ABI to 6
@ -10,7 +10,7 @@
!define VERSION_MAJOR "6"
!define VERSION_MINOR "5"
!define VERSION_YYYY "2025"
!define VERSION_MMDD "0426"
!define VERSION_MMDD "0503"
!define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD}
!define MY_ABI "5"

View File

@ -3,7 +3,7 @@
Summary: shared libraries for terminal handling
Name: mingw32-ncurses6
Version: 6.5
Release: 20250426
Release: 20250503
License: X11
Group: Development/Libraries
URL: https://invisible-island.net/ncurses/

View File

@ -1,7 +1,7 @@
Summary: shared libraries for terminal handling
Name: ncurses6
Version: 6.5
Release: 20250426
Release: 20250503
License: X11
Group: Development/Libraries
URL: https://invisible-island.net/ncurses/

View File

@ -1,7 +1,7 @@
Summary: Curses library with POSIX thread support.
Name: ncursest6
Version: 6.5
Release: 20250426
Release: 20250503
License: X11
Group: Development/Libraries
Source: ncurses-%{version}-%{release}.tgz