bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.0-20170311


From: Thomas Dickey
Subject: ANN: ncurses-6.0-20170311
Date: Sun, 12 Mar 2017 01:12:05 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

Files:
        ftp://invisible-island.net/AdaCurses/current/AdaCurses-20170311.tgz
        ftp://invisible-island.net/AdaCurses/current/AdaCurses-20170311.tgz.asc
        
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20170311.tgz
        
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20170311.tgz.asc
        
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20170311.tgz
        
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20170311.tgz.asc
        ftp://invisible-island.net/ncurses/6.0/MD5sums
        ftp://invisible-island.net/ncurses/6.0/dev-patches.zip
        ftp://invisible-island.net/ncurses/6.0/ncurses-6.0-20170311.patch.gz
        ftp://invisible-island.net/ncurses/6.0/ncurses-6.0-20170311.patch.gz.asc
        ftp://invisible-island.net/ncurses/current/ncurses-6.0-20170311.tgz
        ftp://invisible-island.net/ncurses/current/ncurses-6.0-20170311.tgz.asc
        ftp://invisible-island.net/ncurses/win32/mingw32-20170311.zip
        ftp://invisible-island.net/ncurses/win32/mingw64-20170311.zip

 ncurses 6.0 - patch 20170311 - Thomas E. Dickey

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

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

 Patches for ncurses 6.0 can be found at
        ftp://invisible-island.net/ncurses/6.0
        http://invisible-mirror.net/archives/ncurses/6.0 

 ------------------------------------------------------------------------------
 ftp://invisible-island.net/ncurses/6.0/ncurses-6.0-20170311.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Mar 12 01:04:32 UTC 2017
 ------------------------------------------------------------------------------
 MANIFEST                                     |    4 
 NEWS                                         |   18 
 VERSION                                      |    2 
 configure                                    | 2052 ++++++++++++-------------
 configure.in                                 |    5 
 dist.mk                                      |    4 
 form/llib-lform                              |   12 
 form/llib-lformt                             |   12 
 form/llib-lformtw                            |   12 
 form/llib-lformw                             |   12 
 include/curses.h.in                          |    8 
 include/ncurses_defs                         |    5 
 man/man_db.renames                           |    5 
 man/ncurses.3x                               |    5 
 man/terminfo.head                            |    4 
 misc/terminfo.src                            |  343 ++--
 ncurses-6.0-20170311/man/new_pair.3x         |  154 +
 ncurses-6.0-20170311/ncurses/base/new_pair.c |  340 ++++
 ncurses-6.0-20170311/ncurses/new_pair.h      |   98 +
 ncurses-6.0-20170311/test/demo_new_pair.c    |  353 ++++
 ncurses/base/lib_color.c                     |   91 -
 ncurses/base/lib_dft_fgbg.c                  |    8 
 ncurses/base/lib_freeall.c                   |    7 
 ncurses/base/lib_set_term.c                  |   12 
 ncurses/curses.priv.h                        |   26 
 ncurses/llib-lncurses                        |   47 
 ncurses/llib-lncursest                       |   47 
 ncurses/llib-lncursestw                      |   61 
 ncurses/llib-lncursesw                       |   61 
 ncurses/modules                              |    7 
 ncurses/tinfo/tinfo_driver.c                 |    6 
 ncurses/trace/lib_traceatr.c                 |    6 
 ncurses/tty/tty_update.c                     |   13 
 package/debian-mingw/changelog               |    4 
 package/debian-mingw64/changelog             |    4 
 package/debian/changelog                     |    4 
 package/mingw-ncurses.nsi                    |    4 
 package/mingw-ncurses.spec                   |    2 
 package/ncurses.map                          |    8 
 package/ncurses.spec                         |    2 
 package/ncurses.sym                          |    8 
 package/ncursest.map                         |    8 
 package/ncursest.sym                         |    8 
 package/ncursestw.map                        |    8 
 package/ncursestw.sym                        |    8 
 package/ncursesw.map                         |    8 
 package/ncursesw.sym                         |    8 
 test/README                                  |   70 
 test/configure                               |  731 ++++----
 test/configure.in                            |   11 
 test/modules                                 |    3 
 test/ncurses.c                               |    6 
 test/programs                                |    5 
 test/test.priv.h                             |    6 
 54 files changed, 3093 insertions(+), 1663 deletions(-)
 ------------------------------------------------------------------------------
 
20170311
        + modify vt100 rs2 string to reset vt52 mode and scrolling regions
          (report/analysis by Robert King) -TD
        + add vt100+4bsd building block, use that for older terminals rather
          than "vt100" which is now mostly used as a building block for
          terminal emulators -TD
        + correct a few spelling errors in terminfo.src comments -TD
        + add fbterm -TD
        + fix a typo in ncurses.c test_attr legend (patch by Petr Vanek).
        + changed internal colorpair_t to a struct, eliminating an internal
          8-bit limit on colors
        + add ncurses/new_pair.h
        + add ncurses/base/new_pair.c with alloc_pair(), find_pair() and
          free_pair() functions
        + add test/demo_new_pair.c


-- 
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]