bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.3-20031206.patch.gz


From: Thomas Dickey
Subject: ncurses-5.3-20031206.patch.gz
Date: Sat, 6 Dec 2003 21:12:16 -0500
User-agent: Mutt/1.5.4i

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

 ------------------------------------------------------------------------------
20031206
        + folded ncurses/base/sigaction.c into includes of ncurses/SigAction.h,
          since that header is used only within ncurses/tty/lib_tstp.c, for
          non-POSIX systems (discussion with Stanislav Ievlev).
        + remove obsolete _nc_outstr() function (report by Stanislav Ievlev
          <address@hidden>).
        + add test/background.c and test/color_set.c
        + modify color_set() function to work with color pair 0 (report by
          George Andreou <address@hidden>).
        + add configure option --with-trace, since defining TRACE seems too
          awkward for some cases.
        + remove a call to _nc_free_termtype() from read_termtype(), since the
          corresponding buffer contents were already zeroed by a memset (cf:
          20000101).
        + improve configure check for _XOPEN_SOURCE and related definitions,
          adding special cases for Solaris' __EXTENSIONS__ and FreeBSD's
          __BSD_TYPES (reports by Marc Glisse <address@hidden>).
        + small fixes to compile on Solaris and IRIX64 using cc.
        + correct typo in check for pre-POSIX sort options in MKkey_defs.sh
          (cf: 20031101).




reply via email to

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