[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.5-20061125.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.5-20061125.patch.gz |
Date: |
Sat, 25 Nov 2006 21:25:29 -0500 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
ncurses 5.5 - patch 20061125 - T.Dickey
------------------------------------------------------------------------------
Ncurses 5.5 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.5 are in the subdirectory
ftp://invisible-island.net/ncurses/5.5
------------------------------------------------------------------------------
INSTALL | 7
NEWS | 10
configure | 2900 +++++++++++++++---------------
configure.in | 33
dist.mk | 4
include/MKterm.h.awk.in | 11
include/curses.h.in | 32
ncurses-5.5-20061125/include/nc_tparm.h | 65
ncurses/base/lib_color.c | 36
ncurses/base/lib_mouse.c | 4
ncurses/base/lib_slkrefr.c | 4
ncurses/curses.priv.h | 3
ncurses/tinfo/lib_print.c | 6
ncurses/tinfo/lib_tgoto.c | 6
ncurses/tinfo/lib_tparm.c | 33
ncurses/tty/lib_mvcur.c | 48
ncurses/tty/tty_update.c | 30
ncurses/widechar/lib_vid_attr.c | 24
progs/progs.priv.h | 5
progs/tic.c | 24
progs/tput.c | 36
tack/HISTORY | 1
tack/charset.c | 8
tack/color.c | 60
tack/crum.c | 20
tack/fun.c | 12
tack/init.c | 4
tack/modes.c | 18
tack/output.c | 8
tack/tack.h | 3
30 files changed, 1807 insertions(+), 1648 deletions(-)
------------------------------------------------------------------------------
20061125
+ add a check in lib_color.c to ensure caller does not increase COLORS
above max_colors, which is used as an array index (discussion with
Simon Sasburg).
+ add ifdef's allowing ncurses to be built with tparm() using either
varargs (the existing status), or using a fixed-parameter list (to
match X/Open).
--
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.5-20061125.patch.gz,
Thomas Dickey <=