[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.9-20110423.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.9-20110423.patch.gz |
Date: |
Sat, 23 Apr 2011 20:55:48 -0400 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
ncurses 5.9 - patch 20110423 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 5.9 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.9 are in the subdirectory
ftp://invisible-island.net/ncurses/5.9
------------------------------------------------------------------------------
ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20110423.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Apr 24 00:53:45 UTC 2011
------------------------------------------------------------------------------
Ada95/aclocal.m4 | 4
MANIFEST | 1
NEWS | 13
aclocal.m4 | 27
configure | 1875 ++++++++++++++++---------------
configure.in | 9
dist.mk | 4
include/ncurses_defs | 5
ncurses-5.9-20110423/test/color_name.h | 103 +
ncurses/base/lib_color.c | 9
ncurses/base/lib_dft_fgbg.c | 5
ncurses/curses.priv.h | 3
progs/progs.priv.h | 6
test/aclocal.m4 | 71 +
test/background.c | 184 ++-
test/configure | 713 ++++++++---
test/configure.in | 10
test/dots.c | 8
test/dots_mvcur.c | 8
test/filter.c | 6
test/ncurses.c | 8
test/railroad.c | 8
test/redraw.c | 6
test/test.priv.h | 52
test/testaddch.c | 8
25 files changed, 1919 insertions(+), 1227 deletions(-)
------------------------------------------------------------------------------
20110423
+ add check in test/configure for use_window, use_screen.
+ add configure-checks for getopt's variables, which may be declared
as different types on some Unix systems.
+ add check in test/configure for some legacy curses types of the
function pointer passed to tputs().
+ modify init_pair() to accept -1's for color value after
assume_default_colors() has been called (Debian #337905).
+ modify test/background.c, adding commmand-line options to demonstrate
assume_default_colors() and use_default_colors().
--
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.9-20110423.patch.gz,
Thomas Dickey <=