bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.6-20080830.patch.gz


From: Thomas Dickey
Subject: ncurses-5.6-20080830.patch.gz
Date: Sat, 30 Aug 2008 21:12:11 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

 ncurses 5.6 - patch 20080830 - Thomas E. Dickey

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

 Ncurses 5.6 is at
        ftp.gnu.org:/pub/gnu

 Patches for ncurses 5.6 are in the subdirectory
        ftp://invisible-island.net/ncurses/5.6

 ------------------------------------------------------------------------------
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Aug 31 01:08:33 UTC 2008
 ------------------------------------------------------------------------------
 Ada95/samples/ncurses2-demo_panels.adb |   12 -
 Ada95/samples/rain.adb                 |   25 ++
 NEWS                                   |   18 +-
 c++/edit_cfg.sh                        |    7 
 c++/etip.h.in                          |   10 -
 config.guess                           |  156 ++++++++---------
 config.sub                             |   47 +++--
 configure                              |  275 ++++++++++++++++++-------------
 configure.in                           |   18 +-
 dist.mk                                |    4 
 include/curses.h.in                    |    5 
 ncurses/base/MKlib_gen.sh              |   14 -
 ncurses/base/lib_freeall.c             |    4 
 ncurses/tty/lib_twait.c                |    6 
 ncurses/tty/tty_update.c               |    6 
 15 files changed, 365 insertions(+), 242 deletions(-)
 ------------------------------------------------------------------------------

20080830
        + fixes to make Ada95 demo_panels() example work.
        + modify Ada95 'rain' test program to accept keyboard commands like the
          C-version.
        + modify BeOS-specific ifdef's to build on Haiku (patch by Scott
          Mccreary).
        + add configure-check to see if the std namespace is legal for cerr
          and endl, to fix a build issue with Tru64.
        + consistently use NCURSES_BOOL in lib_gen.c
        + filter #line's from lib_gen.c
        + change delimiter in MKlib_gen.sh from '%' to '@', to avoid
          substitution by IBM xlc to '#' as part of its extensions to digraphs.
        + update config.guess, config.sub from
                http://savannah.gnu.org/projects/config
          (caveat - its maintainer removed support for older Linux systems).

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

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