[Lunar-commits] <moonbase> ncurses, ncursesw: version bumped to 5.8.
Florin Braescu
florin at lunar-linux.org
Sun Feb 27 12:22:29 CET 2011
commit caeb5ffcd24dfda160d3d2572bfc939e9374a795
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Feb 27 13:22:29 2011 +0200
ncurses, ncursesw: version bumped to 5.8.
Interface changes
* turn on _XOPEN_CURSES definition in curses.h.
* change _nc_has_mouse to has_mouse, reflect its use in C++ and
Ada95.
* add is_pad and is_subwin functions for opaque access to the WINDOW
structure.
* add tiparm, based on review of X/Open Curses Issue 7.
Library Improvements
* add extended functions which specify the SCREEN pointer for
several curses functions which use the global SP.
* improve the NCURSES_NO_UTF8_ACS feature by adding a check for an
extended terminfo capability U8.
* improve performance of tigetstr, etc., by using hashing code from
tic.
* add WACS_xxx definitions to wide-character configuration for
thick- and double-lines.
* modify init_pair to allow caller to create extra color pairs
beyond the color_pairs limit, which use default colors.
Improvements to Programs
* add tabs program.
* modify tic's -I/-C dump to reformat acsc strings into canonical
form (sorted, unique mapping).
* add checks in tic for inconsistent cursor-movement controls, and
for inconsistent printer-controls.
* add special case to _nc_infotocap (used by tic and infocmp) to
recognize the setaf/setab strings from xterm+256color and
xterm+88color, and provide a reduced version which works with
termcap.
Terminal Database
* added some new entries
* updated/improved some entries
Major bug fixes.
---
libs/ncurses/DETAILS | 6 +++---
libs/ncursesw/DETAILS | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/libs/ncurses/DETAILS b/libs/ncurses/DETAILS
index 9d431e4..e2b06d7 100644
--- a/libs/ncurses/DETAILS
+++ b/libs/ncurses/DETAILS
@@ -1,12 +1,12 @@
MODULE=ncurses
- VERSION=5.7
+ VERSION=5.8
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL[0]=$GNU_URL/$MODULE
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
- SOURCE_VFY=sha1:8233ee56ed84ae05421e4e6d6db6c1fe72ee6797
+ SOURCE_VFY=sha1:8e38c591667be8d39840dc2c4e1e897da230f155
WEB_SITE=http://www.gnu.org/software/ncurses/ncurses.html
ENTERED=20010922
- UPDATED=20081103
+ UPDATED=20110227
SHORT="Displays and updates text on text-only terminals"
PSAFE=no
diff --git a/libs/ncursesw/DETAILS b/libs/ncursesw/DETAILS
index fe39783..740d6ff 100644
--- a/libs/ncursesw/DETAILS
+++ b/libs/ncursesw/DETAILS
@@ -1,14 +1,14 @@
MODULE=ncursesw
MOD=ncurses
- VERSION=5.7
+ VERSION=5.8
SOURCE=$MOD-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION
SOURCE_URL[0]=$GNU_URL/$MOD/
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MOD
- SOURCE_VFY=sha1:8233ee56ed84ae05421e4e6d6db6c1fe72ee6797
+ SOURCE_VFY=sha1:8e38c591667be8d39840dc2c4e1e897da230f155
WEB_SITE=http://www.gnu.org/software/ncurses/ncurses.html
ENTERED=20070125
- UPDATED=20100410
+ UPDATED=20110227
SHORT="Displays and updates text on text-only terminals"
PSAFE=no
More information about the Lunar-commits
mailing list