[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.4-20041127.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.4-20041127.patch.gz |
Date: |
Sat, 27 Nov 2004 21:09:13 -0500 |
User-agent: |
Mutt/1.5.6+20040722i |
ncurses 5.4 - patch 20041127 - 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 | 17
aclocal.m4 | 109 +-
configure | 1817 +++++++++++++++++++++---------------------
dist.mk | 4
misc/ncu-indent | 6
ncurses/base/lib_set_term.c | 19
ncurses/curses.priv.h | 3
ncurses/tinfo/lib_setup.c | 29
ncurses/tinfo/lib_termcap.c | 4
test/gdc.c | 37
10 files changed, 1081 insertions(+), 964 deletions(-)
------------------------------------------------------------------------------
20041127
+ amend change to setupterm() in 20030405 which would reuse the value
of cur_term if the same output was selected. This now reuses it only
when setupterm() is called from tgetent(), which has no notion of
separate SCREENs. Note that tgetent() must be called after initscr()
or newterm() to use this feature (Redhat Bugzilla #140326).
+ add a check in CF_BUILD_CC macro to ensure that developer has given
the --with-build-cc option when cross-compiling (report by Alexandre
Campo).
+ improved configure script checks for _XOPEN_SOURCE and
_POSIX_C_SOURCE (fix for IRIX 5.3 from Georg Schwarz, _POSIX_C_SOURCE
updates from lynx).
+ cosmetic fix to test/gdc.c to recolor the bottom edge of the box
for consistency (comment by Dan Nelson).
--
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-20041127.patch.gz,
Thomas Dickey <=