[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.7-20090815.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.7-20090815.patch.gz |
Date: |
Sat, 15 Aug 2009 20:23:12 -0400 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
ncurses 5.7 - patch 20090815 - 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-20090815.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Aug 16 00:18:43 UTC 2009
------------------------------------------------------------------------------
NEWS | 16 +++++++++++++++-
configure | 23 ++++++++++++-----------
configure.in | 7 ++++---
dist.mk | 4 ++--
include/Makefile.in | 6 +++---
misc/Makefile.in | 8 ++------
misc/run_tic.in | 15 +++++++--------
ncurses/Makefile.in | 4 ++--
ncurses/base/lib_getch.c | 9 +++++----
ncurses/base/lib_slk.c | 25 +++++++++++++++++++------
ncurses/base/lib_slkrefr.c | 10 ++++++++--
ncurses/tty/lib_vidattr.c | 3 +--
12 files changed, 80 insertions(+), 50 deletions(-)
------------------------------------------------------------------------------
20090815
+ correct use of terminfo capabilities for initializing soft-keys,
broken in 20090509 merging.
+ modify wgetch() to ensure it checks SIGWINCH when it gets an error
in non-blocking mode (patch by Clemens Ladisch).
+ use PATH_SEPARATOR symbol when substituting into run_tic.sh, to
help with builds on non-Unix platforms such as OS/2 EMX.
+ modify scripting for misc/run_tic.sh to test configure script's
$cross_compiling variable directly rather than comparing host/build
compiler names (prompted by comment in GenToo #249363).
+ fix configure script option --with-database, which was coded as an
enable-type switch.
+ build-fixes for --srcdir (report by Frederic L W Meunier).
--
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-20090815.patch.gz,
Thomas Dickey <=