[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.5-20060520.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.5-20060520.patch.gz |
Date: |
Sat, 20 May 2006 18:43:40 -0400 |
User-agent: |
Mutt/1.5.11+cvs20060403 |
ncurses 5.5 - patch 20060520 - 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 | 16 +++++
dist.mk | 4 -
ncurses/base/MKkeyname.awk | 48 +++++++++++-----
ncurses/base/lib_freeall.c | 7 +-
ncurses/base/lib_set_term.c | 10 ++-
ncurses/curses.priv.h | 10 ++-
ncurses/tinfo/free_ttype.c | 66 +++++++++++++---------
ncurses/tty/tty_update.c | 38 ++++++++-----
progs/clear.c | 22 ++++---
progs/infocmp.c | 122 +++++++++++++++++++++---------------------
progs/toe.c | 11 ---
progs/tput.c | 8 +-
progs/tset.c | 8 +-
test/blue.c | 4 -
test/bs.c | 8 --
test/demo_menus.c | 4 -
test/dots.c | 10 +--
test/firework.c | 7 --
test/gdc.c | 5 -
test/hashtest.c | 4 -
test/movewindow.c | 4 -
test/newdemo.c | 5 +
test/railroad.c | 9 +--
test/rain.c | 6 --
test/test.priv.h | 9 ++-
test/view.c | 6 --
test/xmas.c | 19 ++----
27 files changed, 256 insertions(+), 214 deletions(-)
------------------------------------------------------------------------------
20060520
+ if msgr is false, reset video attributes when doing an automargin
wrap to the next line. This makes the ncurses 'k' test work properly
for hpterm.
+ correct caching of keyname(), which was using only half of its table.
+ minor fixes to memory-leak checking.
+ make SCREEN._acs_map and SCREEN._screen_acs_map pointers rather than
arrays, making ACS_LEN less visible to applications (suggested by
Stanislav Ievlev).
+ move chunk in SCREEN ifdef'd for USE_WIDEC_SUPPORT to the end, so
_screen_acs_map will have the same offset in both ncurses/ncursesw,
making the corresponding tinfo/tinfow libraries binary-compatible
(cf: 20041016, report by Stanislav Ievlev).
--
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-20060520.patch.gz,
Thomas Dickey <=