[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.7-20100814.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.7-20100814.patch.gz |
Date: |
Sat, 14 Aug 2010 20:49:46 -0400 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
ncurses 5.7 - patch 20100814 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 5.7 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.7 are in the subdirectory
ftp://invisible-island.net/ncurses/5.7
------------------------------------------------------------------------------
ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-20100814.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Aug 15 00:45:51 UTC 2010
------------------------------------------------------------------------------
NEWS | 15 +++++++
aclocal.m4 | 89 ++++++++++++++++++++++++++++++++++-------------
configure | 54 ++++++++++++++--------------
dist.mk | 4 +-
man/curs_add_wch.3x | 6 ++-
man/curs_add_wchstr.3x | 6 ++-
man/curs_addch.3x | 11 ++++-
man/curs_addchstr.3x | 6 ++-
man/curs_addstr.3x | 6 ++-
man/curs_addwstr.3x | 6 ++-
man/curs_attr.3x | 6 ++-
man/curs_border.3x | 6 ++-
man/curs_border_set.3x | 6 ++-
man/curs_color.3x | 5 +-
man/curs_delch.3x | 6 ++-
man/curs_get_wch.3x | 8 +++-
man/curs_get_wstr.3x | 8 +++-
man/curs_getch.3x | 6 ++-
man/curs_getstr.3x | 6 ++-
man/curs_in_wch.3x | 6 ++-
man/curs_in_wchstr.3x | 8 +++-
man/curs_inch.3x | 12 ++++--
man/curs_inchstr.3x | 6 ++-
man/curs_ins_wch.3x | 8 +++-
man/curs_ins_wstr.3x | 8 +++-
man/curs_insch.3x | 6 ++-
man/curs_insstr.3x | 6 ++-
man/curs_instr.3x | 6 ++-
man/curs_inwstr.3x | 8 +++-
man/curs_kernel.3x | 4 +-
man/curs_printw.3x | 6 ++-
man/curs_scanw.3x | 6 ++-
man/wresize.3x | 5 +-
33 files changed, 260 insertions(+), 95 deletions(-)
------------------------------------------------------------------------------
20100814
+ document in manpages that "mv" functions first use wmove() to check
the window pointer and whether the position lies within the window
(suggested by Poul-Henning Kamp).
+ fixes to curs_color.3x, curs_kernel.3x and wresize.3x manpages (patch
by Tim van der Molen).
+ modify configure script to transform library names for tic- and
tinfo-libraries so that those build properly with Mac OS X shared
library configuration.
+ modify configure script to ensure that it removes conftest.dSYM
directory leftover on checks with Mac OS X.
+ modify configure script to cleanup after check for symbolic links.
--
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.7-20100814.patch.gz,
Thomas Dickey <=