[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.2-20011222.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.2-20011222.patch.gz |
Date: |
Sat, 22 Dec 2001 20:25:43 -0500 |
User-agent: |
Mutt/1.2.5i |
ncurses 5.2 - patch 20011222 - T.Dickey
------------------------------------------------------------------------------
Ncurses 5.2 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.2 are in the subdirectory
ftp://dickey.his.com/ncurses/5.2
------------------------------------------------------------------------------
20011222
+ modify include/edit_cfg.h to eliminate BROKEN_LINKER symbol from
term.h
+ move prototype for _nc_vsscanf() into curses.h.in to omit
HAVE_VSSCANF symbol from curses.h, which was dependent upon the
ncurses_cfg.h file which is not installed.
+ use ACS_LEN rather than SIZEOF(acs_map) in trace code of lib_acs.c,
to work with broken linker configuration, e.g., cygwin (report by
Robert Joop <address@hidden>).
+ make napms() call _nc_timed_wait() rather than poll() or select(),
to work around broken implementations of these on cygwin.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ncurses-5.2-20011222.patch.gz,
Thomas Dickey <=