[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.4-20040918.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.4-20040918.patch.gz |
Date: |
Sat, 18 Sep 2004 21:35:23 -0400 |
User-agent: |
Mutt/1.5.6+20040722i |
ncurses 5.4 - patch 20040918 - T.Dickey
------------------------------------------------------------------------------
Ncurses 5.4 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.4 are in the subdirectory
ftp://invisible-island.net/ncurses/5.4
------------------------------------------------------------------------------
INSTALL | 8
NEWS | 16
aclocal.m4 | 49
configure | 3095 +++++++++++++++++++--------------------
configure.in | 130 -
dist.mk | 4
ncurses/widechar/lib_add_wch.c | 10
ncurses/widechar/lib_get_wch.c | 15
test/ncurses.c | 42
9 files changed, 1716 insertions(+), 1653 deletions(-)
------------------------------------------------------------------------------
20040918
+ remove check in wget_wch() added to fix an infinite loop, appears to
have been working around a transitory glibc bug, and interferes
with normal operation (report by Marcin 'Qrczak' Kowalczyk).
+ correct wadd_wch() and wecho_wch(), which did not pass the rendition
information (report by Marcin 'Qrczak' Kowalczyk).
+ fix aclocal.m4 so that the wide-character version of ncurses gets
compiled as libncursesw.5.dylib, instead of libncurses.5w.dylib
(adapted from patch by James J Ramsey).
+ change configure script for --with-caps option to indicate that it
is no longer experimental.
+ change configure script to reflect the fact that --enable-widec has
not been "experimental" since 5.3 (report by Bruno Lustosa).
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
- ncurses-5.4-20040918.patch.gz,
Thomas Dickey <=