[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.3-20030607.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.3-20030607.patch.gz |
Date: |
Sat, 7 Jun 2003 21:21:44 -0400 |
User-agent: |
Mutt/1.4i |
ncurses 5.3 - patch 20030607 - 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
------------------------------------------------------------------------------
20030607
+ add a call to setlocale() in cursesmain.cc, making demo display
properly in a UTF-8 locale.
+ add a fallback definition in curses.priv.h for MB_LEN_MAX (prompted
by discussion with Gabor Z Papp).
+ use macros NCURSES_ACS() and NCURSES_WACS() to hide cast needed to
appease -Wchar-subscript with g++ 3.3 (Debian #195732).
+ fix a redefinition of $RANLIB in the configure script when libtool
is used, which broke configure on Mac OS X (report by Chris Zubrzycki
<address@hidden>).
+ simplify ifdef for bool declaration in curses.h.in (suggested by
Albert Chin-A-Young).
+ remove configure script check to allow -Wconversion for older
versions of gcc (suggested by Albert Chin-A-Young).
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ncurses-5.3-20030607.patch.gz,
Thomas Dickey <=