bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.2-20010804.patch.gz


From: Thomas Dickey
Subject: ncurses-5.2-20010804.patch.gz
Date: Sat, 4 Aug 2001 22:01:13 -0400
User-agent: Mutt/1.2.5i

 ncurses 5.2 - patch 20010804 - 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

 ------------------------------------------------------------------------------

20010804
        + add Caps.keys example for experimental extended function keys
          (adapted from a patch by Ilya Zakharevich).
        + correct parameter types of vidputs() and vidattr() to agree with
          header files (report by William P Setzer).
        + fix typos in several man-pages (patch by William P Setzer).
        + remove unneeded ifdef for __GNUG__ in CF_CPP_VSCAN_FUNC configure
          macro, which made ncurses C++ binding fail to build with other
          C++ compilers such as HPUX 11.x (report by Albert Chin-A-Young).
        + workaround for bug in HPUX 11.x C compiler: add a blank after
          NCURSES_EXPORT macro in form.h (report by Albert Chin-A-Young)
        + ignore blank lines in Caps* files in MKkey_defs.sh script (report by
          Albert Chin-A-Young).
        + correct definition of key_end in Caps.aix4, which left KEY_END
          undefined (report by Albert Chin-A-Young).
        + remove a QNX-specific fallback prototype for vsscanf(), which is
          obsolete with QNX RTP.
        + review/fix some of the T() and TR() macro calls, having noticed that
          there was no data for delwin() in a trace of dialog because there was
          no returnVoid call for wtimeout().  Also, traces in lib_twait.c are
          now selected under TRACE_IEVENT rather than TRACE_CALLS.



reply via email to

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