Skip to content

Commit 74137fe

Browse files
committed
ncurses 6.1 - patch 20180331
+ improve terminfo write/read by modifying the fourth item of the extended header to denote the number of valid strings in the extended string table (prompted by a comment in unibilium's sources).
1 parent 073e444 commit 74137fe

32 files changed

+1036
-993
lines changed

NEWS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
-- sale, use or other dealings in this Software without prior written --
2626
-- authorization. --
2727
-------------------------------------------------------------------------------
28-
-- $Id: NEWS,v 1.3105 2018/03/24 22:56:36 tom Exp $
28+
-- $Id: NEWS,v 1.3107 2018/03/31 22:45:41 tom Exp $
2929
-------------------------------------------------------------------------------
3030

3131
This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,11 @@ See the AUTHORS file for the corresponding full names.
4545
Changes through 1.9.9e did not credit all contributions;
4646
it is not possible to add this information.
4747

48+
20180331
49+
+ improve terminfo write/read by modifying the fourth item of the
50+
extended header to denote the number of valid strings in the extended
51+
string table (prompted by a comment in unibilium's sources).
52+
4853
20180324
4954
+ amend Scaled256() macro in test/picsmap.c to cover the full range
5055
0..1000 (report by Roger Pau Monne).

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5:0:10 6.1 20180324
1+
5:0:10 6.1 20180331

dist.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# use or other dealings in this Software without prior written #
2626
# authorization. #
2727
##############################################################################
28-
# $Id: dist.mk,v 1.1216 2018/03/22 08:41:45 tom Exp $
28+
# $Id: dist.mk,v 1.1217 2018/03/31 15:26:33 tom Exp $
2929
# Makefile for creating ncurses distributions.
3030
#
3131
# This only needs to be used directly as a makefile by developers, but
@@ -37,7 +37,7 @@ SHELL = /bin/sh
3737
# These define the major/minor/patch versions of ncurses.
3838
NCURSES_MAJOR = 6
3939
NCURSES_MINOR = 1
40-
NCURSES_PATCH = 20180324
40+
NCURSES_PATCH = 20180331
4141

4242
# We don't append the patch to the version, since this only applies to releases
4343
VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)

doc/html/man/adacurses6-config.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <H1 class="no-header">ADACURSES 1 User Commands</H1>
125125
</PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE>
126126
<STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>
127127

128-
This describes <STRONG>ncurses</STRONG> version 6.1 (patch 20180203).
128+
This describes <STRONG>ncurses</STRONG> version 6.1 (patch 20180331).
129129

130130

131131

doc/html/man/captoinfo.1m.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ <H1 class="no-header">captoinfo 1m</H1>
190190
</PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE>
191191
<STRONG><A HREF="infocmp.1m.html">infocmp(1m)</A></STRONG>, <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>, <STRONG><A HREF="terminfo.5.html">terminfo(5)</A></STRONG>
192192

193-
This describes <STRONG>ncurses</STRONG> version 6.1 (patch 20180203).
193+
This describes <STRONG>ncurses</STRONG> version 6.1 (patch 20180331).
194194

195195

196196
</PRE><H2><a name="h2-AUTHOR">AUTHOR</a></H2><PRE>

doc/html/man/clear.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ <H1 class="no-header">clear 1</H1>
148148
</PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE>
149149
<STRONG><A HREF="tput.1.html">tput(1)</A></STRONG>, <STRONG><A HREF="terminfo.5.html">terminfo(5)</A></STRONG>
150150

151-
This describes <STRONG>ncurses</STRONG> version 6.1 (patch 20180203).
151+
This describes <STRONG>ncurses</STRONG> version 6.1 (patch 20180331).
152152

153153

154154

doc/html/man/form.3x.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ <H1 class="no-header">form 3x</H1>
246246
<STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG> and related pages whose names begin "form_" for detailed
247247
descriptions of the entry points.
248248

249-
This describes <STRONG>ncurses</STRONG> version 6.1 (patch 20180203).
249+
This describes <STRONG>ncurses</STRONG> version 6.1 (patch 20180331).
250250

251251

252252

doc/html/man/infocmp.1m.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ <H1 class="no-header">infocmp 1m</H1>
481481

482482
https://invisible-island.net/ncurses/tctest.html
483483

484-
This describes <STRONG>ncurses</STRONG> version 6.1 (patch 20180203).
484+
This describes <STRONG>ncurses</STRONG> version 6.1 (patch 20180331).
485485

486486

487487
</PRE><H2><a name="h2-AUTHOR">AUTHOR</a></H2><PRE>

doc/html/man/infotocap.1m.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <H1 class="no-header">infotocap 1m</H1>
8585
</PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE>
8686
<STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>, <STRONG><A HREF="tic.1m.html">tic(1m)</A></STRONG>, <STRONG><A HREF="infocmp.1m.html">infocmp(1m)</A></STRONG>, <STRONG><A HREF="terminfo.5.html">terminfo(5)</A></STRONG>
8787

88-
This describes <STRONG>ncurses</STRONG> version 6.1 (patch 20180203).
88+
This describes <STRONG>ncurses</STRONG> version 6.1 (patch 20180331).
8989

9090

9191
</PRE><H2><a name="h2-AUTHOR">AUTHOR</a></H2><PRE>

doc/html/man/menu.3x.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ <H1 class="no-header">menu 3x</H1>
221221
<STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG> and related pages whose names begin "menu_" for detailed
222222
descriptions of the entry points.
223223

224-
This describes <STRONG>ncurses</STRONG> version 6.1 (patch 20180203).
224+
This describes <STRONG>ncurses</STRONG> version 6.1 (patch 20180331).
225225

226226

227227

0 commit comments

Comments
 (0)