[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.6-20070317.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.6-20070317.patch.gz |
Date: |
Sat, 17 Mar 2007 17:15:51 -0400 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
ncurses 5.6 - patch 20070317 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 5.6 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.6 are in the subdirectory
ftp://invisible-island.net/ncurses/5.6
------------------------------------------------------------------------------
patch by Thomas E. Dickey <address@hidden>
created Sat Mar 17 21:11:16 UTC 2007
------------------------------------------------------------------------------
NEWS | 16
aclocal.m4 | 20
c++/Makefile.in | 7
configure | 1247 +++++++++++++++++++++++------------------------
configure.in | 12
dist.mk | 4
form/frm_driver.c | 4
man/curs_attr.3x | 7
man/curs_getyx.3x | 6
man/ncurses.3x | 13
misc/ncurses-config.in | 9
11 files changed, 690 insertions(+), 655 deletions(-)
------------------------------------------------------------------------------
20070317
+ ignore --with-chtype=unsigned since unsigned is always added to
the type in curses.h; do the same for --with-mmask-t.
+ change warning regarding --enable-ext-colors and wide-character
in the configure script to an error.
+ tweak error message in CF_WITH_LIBTOOL to distinguish other programs
such as Darwin's libtool program (report by Michail Vidiassov)
+ modify edit_man.sh to allow for multiple substitutions per line.
+ set locale in misc/ncurses-config.in since it uses a range
+ change permissions libncurses++.a install (report by Michail
Vidiassov).
+ corrected length of temporary buffer in wide-character version
of set_field_buffer() (related to report by Bryan Christ).
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ncurses-5.6-20070317.patch.gz,
Thomas Dickey <=