-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ improve check in misc/Makefile.in for empty $PKG_CONFIG_LIBDIR + modify wnoutrefresh to call pnoutrefresh if its parameter is a pad, rather than treating it as an error, and modify new_panel to permit its window-parameter to be a pad (report by Giorgos Xou). + fix a memory-leak in del_curterm (prompted by discussion with Bram Moolenaar, cf: 20210821).
- Loading branch information
1 parent
63d2670
commit f399f54
Showing
16 changed files
with
71 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5:0:10 6.3 20211030 | ||
5:0:10 6.3 20211106 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $Id: Makefile.in,v 1.78 2021/07/03 19:07:50 tom Exp $ | ||
# $Id: Makefile.in,v 1.79 2021/11/06 23:36:12 tom Exp $ | ||
############################################################################## | ||
# Copyright 2018-2020,2021 Thomas E. Dickey # | ||
# Copyright 1998-2016,2017 Free Software Foundation, Inc. # | ||
|
@@ -147,7 +147,7 @@ install.libs :: $(DESTDIR)$(bindir) ncurses-config | |
# directory during this rule: | ||
@MAKE_PC_FILES@install \ | ||
@[email protected] :: pc-files | ||
@MAKE_PC_FILES@ @$(SHELL) -c 'case "x$(DESTDIR)$(PKG_CONFIG_LIBDIR)" in \ | ||
@MAKE_PC_FILES@ @$(SHELL) -c 'case "x$(PKG_CONFIG_LIBDIR)" in \ | ||
@MAKE_PC_FILES@ x/*) \ | ||
@MAKE_PC_FILES@ mkdir -p $(DESTDIR)$(PKG_CONFIG_LIBDIR); \ | ||
@MAKE_PC_FILES@ for name in $(PC_FILES); do \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
ncurses6 (6.3+20211030) unstable; urgency=low | ||
ncurses6 (6.3+20211106) unstable; urgency=low | ||
|
||
* latest weekly patch | ||
|
||
-- Thomas E. Dickey <[email protected]> Sat, 30 Oct 2021 04:33:19 -0400 | ||
-- Thomas E. Dickey <[email protected]> Sat, 06 Nov 2021 04:19:47 -0400 | ||
|
||
ncurses6 (5.9-20131005) unstable; urgency=low | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
ncurses6 (6.3+20211030) unstable; urgency=low | ||
ncurses6 (6.3+20211106) unstable; urgency=low | ||
|
||
* latest weekly patch | ||
|
||
-- Thomas E. Dickey <[email protected]> Sat, 30 Oct 2021 04:33:19 -0400 | ||
-- Thomas E. Dickey <[email protected]> Sat, 06 Nov 2021 04:19:47 -0400 | ||
|
||
ncurses6 (5.9-20131005) unstable; urgency=low | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
ncurses6 (6.3+20211030) unstable; urgency=low | ||
ncurses6 (6.3+20211106) unstable; urgency=low | ||
|
||
* latest weekly patch | ||
|
||
-- Thomas E. Dickey <[email protected]> Sat, 30 Oct 2021 04:33:19 -0400 | ||
-- Thomas E. Dickey <[email protected]> Sat, 06 Nov 2021 04:19:47 -0400 | ||
|
||
ncurses6 (5.9-20120608) unstable; urgency=low | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters