[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.4-20050115.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.4-20050115.patch.gz |
Date: |
Sat, 15 Jan 2005 20:24:37 -0500 |
User-agent: |
Mutt/1.5.6+20040907i |
ncurses 5.4 - patch 20050115 - T.Dickey
------------------------------------------------------------------------------
Ncurses 5.4 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.4 are in the subdirectory
ftp://invisible-island.net/ncurses/5.4
------------------------------------------------------------------------------
NEWS | 11 ++++++-
dist.mk | 4 +-
form/fld_def.c | 6 +--
form/frm_driver.c | 21 +++++++------
include/nc_alloc.h | 11 +++++--
include/ncurses_defs | 5 +--
menu/m_global.c | 8 ++---
menu/m_item_new.c | 6 +--
menu/m_items.c | 6 +--
menu/m_trace.c | 11 +++++--
menu/menu.priv.h | 7 +++-
ncurses/base/lib_addch.c | 8 ++---
ncurses/base/lib_color.c | 4 +-
ncurses/base/lib_freeall.c | 8 +++--
ncurses/base/lib_mouse.c | 21 ++++++++-----
ncurses/base/lib_slkset.c | 9 +++--
ncurses/curses.priv.h | 6 ++-
ncurses/tinfo/alloc_entry.c | 28 ++++++++++++------
ncurses/tinfo/comp_error.c | 6 +--
ncurses/tinfo/comp_scan.c | 59 ++++++++++++++++++++++++++++++--------
ncurses/tinfo/name_match.c | 6 +--
ncurses/trace/lib_trace.c | 6 +--
ncurses/tty/tty_update.c | 9 +++--
ncurses/widechar/lib_slk_wset.c | 6 +--
24 files changed, 181 insertions(+), 91 deletions(-)
------------------------------------------------------------------------------
20050115
+ minor fixes to allow test-compiles with g++.
+ correct column value shown in tic's warnings, which did not account
for leading whitespace.
+ add a check in _nc_trans_string() for improperly ended strings, i.e.,
where a following line begins in column 1.
+ modify _nc_save_str() to return a null pointer on buffer overflow.
+ improve repainting while scrolling wide-character data (Eungkyu Song).
--
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.4-20050115.patch.gz,
Thomas Dickey <=