bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.9-20130608.patch.gz


From: Thomas Dickey
Subject: ncurses-5.9-20130608.patch.gz
Date: Sat, 08 Jun 2013 21:21:29 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

 ncurses 5.9 - patch 20130608 - Thomas E. Dickey

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

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

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

 ------------------------------------------------------------------------------
 ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20130608.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Jun  9 01:17:29 UTC 2013
 ------------------------------------------------------------------------------
 Ada95/gen/terminal_interface-curses-forms-field_types.ads.m4 |    2 
 MANIFEST                                                     |    1 
 NEWS                                                         |   20 
 dist.mk                                                      |    4 
 doc/html/man/index.html                                      |    4 
 misc/terminfo.src                                            |   23 
 ncurses-5.9-20130608/test/demo_forms.txt                     |   20 
 ncurses-5.9-20130608/test/dots_termcap.c                     |  250 ++++++++
 ncurses/tinfo/alloc_ttype.c                                  |    7 
 ncurses/tinfo/comp_parse.c                                   |    6 
 ncurses/tinfo/lib_setup.c                                    |    6 
 ncurses/tinfo/lib_termcap.c                                  |   14 
 ncurses/tinfo/lib_ti.c                                       |   16 
 package/debian/changelog                                     |    4 
 package/ncurses.spec                                         |    2 
 progs/infocmp.c                                              |    6 
 progs/tic.c                                                  |    4 
 test/demo_forms.c                                            |  200 +++++--
 test/demo_menus.c                                            |  285 ++++++----
 test/demo_termcap.c                                          |   89 ---
 test/demo_terminfo.c                                         |    4 
 test/edit_field.c                                            |   60 +-
 test/edit_field.h                                            |    6 
 test/modules                                                 |    3 
 test/programs                                                |    3 
 25 files changed, 780 insertions(+), 259 deletions(-)
 ------------------------------------------------------------------------------
 
20130608
        + add to test/demo_forms.c examples of using the menu-hooks as well
          as showing how the menu item user-data can be used to pass a callback
          function pointer.
        + add test/dots_termcap.c
        + remove setupterm call from test/demo_termcap.c
        + build-fix if --disable-ext-funcs configure option is used.
        + modified test/edit_field.c and test/demo_forms.c to move the lengths
          into a user-data structure, keeping the original string for later
          expansion to free-format input/out demo.
        + modified test/demo_forms.c to load data from file.
        + added note to clarify Terminal.app's non-emulation of the various
          terminal types listed in the preferences dialog -TD
        + fix regression in error-reporting in lib_setup.c (Debian #711134,
          cf: 20121117).
        + build-fix for a case where --enable-broken_linker and
          --enable-reentrant options are combined (report by George R Goffe).

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