[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.4-20050625.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.4-20050625.patch.gz |
Date: |
Sat, 25 Jun 2005 19:28:23 -0400 |
User-agent: |
Mutt/1.5.9i |
ncurses 5.4 - patch 20050625 - 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
------------------------------------------------------------------------------
INSTALL | 32
MANIFEST | 1
NEWS | 24
aclocal.m4 | 79
config.guess | 502
config.sub | 37
configure | 1947 +--
configure.in | 48
dist.mk | 4
man/curs_getch.3x | 11
man/curs_inwstr.3x | 6
man/curs_util.3x | 4
man/man_db.renames | 4
man/ncurses.3x | 13
man/resizeterm.3x | 20
man/terminfo.tail | 24
misc/run_tic.in | 4
misc/shlib | 4
ncurses-5.4-20050625/doc/html/NCURSES-Programming-HOWTO.html | 6413 ++++++++++
ncurses/base/lib_mouse.c | 8
tack/tack.1 | 2
21 files changed, 7894 insertions(+), 1293 deletions(-)
------------------------------------------------------------------------------
20050625
+ update config.guess and config.sub from
http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
+ modify misc/shlib to work in test-directory.
+ suppress $suffix in misc/run_tic.sh when cross-compiling. This
allows cross-compiles to use the host's tic program to handle the
"make install.data" step.
+ improve description of $LINES and $COLUMNS variables in manpages
(prompted by report by Dave Ulrick).
+ improve description of cross-compiling in INSTALL
+ add NCURSES-Programming-HOWTO.html by Pradeep Padala
(see http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/).
+ modify configure script to obtain soname for GPM library (discussion
with Daniel Jacobowitz).
+ modify configure script so that --with-chtype option will still
compute the unsigned literals suffix for constants in curses.h
(report by Daniel Jacobowitz:
+ patches from Daniel Jacobowitz:
+ the man_db.renames entry for tack.1 was backwards.
+ tack.1 had some 1m's that should have been 1M's.
+ the section for curs_inwstr.3 was wrong.
--
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-20050625.patch.gz,
Thomas Dickey <=