[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.5-20060311.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.5-20060311.patch.gz |
Date: |
Sat, 11 Mar 2006 17:45:48 -0500 |
User-agent: |
Mutt/1.5.11+cvs20060126 |
ncurses 5.5 - patch 20060311 - 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 | 13 ++++++++++++-
dist.mk | 4 ++--
ncurses/base/lib_addch.c | 35 ++++++++++++++++++++++++-----------
ncurses/base/lib_addstr.c | 19 +++++++------------
ncurses/base/lib_getch.c | 29 +++++++++++++++--------------
ncurses/base/lib_hline.c | 8 ++++----
ncurses/base/lib_vline.c | 8 ++++----
ncurses/curses.priv.h | 4 ++--
ncurses/tinfo/lib_options.c | 6 +++---
ncurses/tty/hashmap.c | 8 +++++---
ncurses/tty/tty_update.c | 15 ++++++++-------
progs/Makefile.in | 19 +++++++++++++------
test/xmas.c | 18 ++++++++++++------
13 files changed, 111 insertions(+), 75 deletions(-)
------------------------------------------------------------------------------
20060311
+ add checks in waddchnstr() and wadd_wchnstr() to stop copying when
a null character is found (report by Igor Bogomazov).
+ modify progs/Makefile.in to make "tput init" work properly with
cygwin, i.e., do not pass a ".exe" in the reference string used
in check_aliases (report by Samuel Thibault).
+ add some checks to ensure current position is within scrolling
region before scrolling on a new line (report by Dan Gookin).
+ change some NewChar() usage to static variables to work around
stack garbage introduced when cchar_t is not packed (Redhat #182024).
--
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-20060311.patch.gz,
Thomas Dickey <=