[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.3-20031227.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.3-20031227.patch.gz |
Date: |
Sat, 27 Dec 2003 21:21:28 -0500 |
User-agent: |
Mutt/1.5.4i |
ncurses 5.3 - patch 20031227 - T.Dickey
------------------------------------------------------------------------------
Ncurses 5.3 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.3 are in the subdirectory
ftp://dickey.his.com/ncurses/5.3
------------------------------------------------------------------------------
20031227
+ add -D's to build ncursew on FreeBSD 5.1 (older FreeBSD's untested).
+ modify shared library configuration for FreeBSD 4.x/5.x to add the
soname information (request by Marc Glisse).
+ modify _nc_read_tic_entry() to not use MAX_ALIAS, but PATH_MAX only
for limiting the length of a filename in the terminfo database.
+ modify termname() to return the terminal name used by setupterm()
rather than $TERM, without truncating to 14 characters as documented
by X/Open (report by Stanislav Ievlev, cf: 970719).
+ re-add definition for _BSD_TYPES, lost in merge (cf: 20031206).