[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.5-20051126.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.5-20051126.patch.gz |
Date: |
Sat, 26 Nov 2005 21:11:04 -0500 |
User-agent: |
Mutt/1.5.9i |
ncurses 5.5 - patch 20051126 - 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
------------------------------------------------------------------------------
NEWS | 11
configure | 768 +++++++++++++++++++++---------------------
configure.in | 12
dist.mk | 4
form/frm_data.c | 6
form/frm_def.c | 6
form/frm_driver.c | 34 -
include/curses.h.in | 6
include/curses.tail | 10
include/curses.wide | 12
man/tput.1 | 12
menu/m_global.c | 6
menu/mf_common.h | 11
misc/jpf-indent | 5
misc/ncu-indent | 3
ncurses/base/lib_addch.c | 8
ncurses/base/lib_bkgd.c | 6
ncurses/base/lib_box.c | 8
ncurses/base/lib_getch.c | 10
ncurses/base/lib_instr.c | 4
ncurses/base/lib_newterm.c | 8
ncurses/base/lib_set_term.c | 4
ncurses/base/tries.c | 4
ncurses/curses.priv.h | 8
ncurses/tinfo/add_tries.c | 6
ncurses/tinfo/captoinfo.c | 6
ncurses/tinfo/comp_error.c | 4
ncurses/tinfo/comp_scan.c | 4
ncurses/tinfo/lib_tparm.c | 24 -
ncurses/tty/hashmap.c | 6
ncurses/tty/lib_mvcur.c | 6
ncurses/tty/tty_update.c | 16
panel/panel.priv.h | 8
33 files changed, 540 insertions(+), 506 deletions(-)
------------------------------------------------------------------------------
20051126
+ move prototypes for wide-character trace functions from curses.tail
to curses.wide to avoid accidental reference to those if
_XOPEN_SOURCE_EXTENDED is defined without ensuring that <wchar.h> is
included.
+ add/use NCURSES_INLINE definition.
+ change some internal functions to use int/unsigned rather than the
short equivalents.
--
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-20051126.patch.gz,
Thomas Dickey <=