bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ncurses-5.3-20030705.patch.gz


From: Thomas Dickey
Subject: ncurses-5.3-20030705.patch.gz
Date: Sat, 5 Jul 2003 20:29:18 -0400
User-agent: Mutt/1.3.28i

 ncurses 5.3 - patch 20030705 - 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

 ------------------------------------------------------------------------------
20030705
        + modify CF_GCC_WARNINGS so it only applies to gcc, not g++.  Some
          platforms have installed g++ along with the native C compiler, which
          would not accept gcc warning options.
        + add -D_XOPEN_SOURCE=500 when configuring with --enable-widec, to
          get mbstate_t declaration on HPUX 11.11 (report by David Ellement).
        + add _nc_pathlast() to get rid of casts in _nc_basename() calls.
        + correct a sign-extension in wadd_wch() and wecho_wchar() from
          20030628 (report by Tomohiro KUBOTA).
        + work around omission of btowc() and wctob() from wide-character
          support (sic) in NetBSD 1.6 using mbtowc() and wctomb() (report by
          Gabor Z Papp).
        + add portability note to curs_get_wstr.3x (Debian #199957).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]