bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.3-20021214.patch.gz


From: Thomas Dickey
Subject: ncurses-5.3-20021214.patch.gz
Date: Sat, 14 Dec 2002 21:11:30 -0500
User-agent: Mutt/1.3.27i

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

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

20021214
        + allow BUILD_CC and related configure script variables to be
          overridden from the environment.
        + make build-tools variables in ncurses/Makefile.in consistent with
          the configure script variables (report by Maciej W Rozycki).
        + modify ncurses/modules to allow
                configure --disable-leaks --disable-ext-funcs
          to build (report by Gary Samuelson).
        + fix a few places in configure.in which lacked quotes (report by
          Gary Samuelson <address@hidden>).
        + correct handling of multibyte characters in waddch_literal() which
          force wrapping because they are started too late on the line (report
          by Sam Varshavchik).
        + small fix for CF_GNAT_VERSION to ignore the help-message which
          gnatmake adds to its version-message.
        > Maciej W Rozycki <address@hidden>:
        + use AC_CHECK_TOOL to get proper values for AR and LD for cross
          compiling.
        + use $cross_compiling variable in configure script rather than
          comparing $host_alias and $target alias, since "host" is
          traditionally misused in autoconf to refer to the target platform.
        + change configure --help message to use "build" rather than "host"
          when referring to the --with-build-XXX options.



reply via email to

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