bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.4-20041204.patch.gz


From: Thomas Dickey
Subject: ncurses-5.4-20041204.patch.gz
Date: Sat, 4 Dec 2004 20:52:21 -0500
User-agent: Mutt/1.5.6+20040722i

 ncurses 5.4 - patch 20041204 - T.Dickey

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

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

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

 ------------------------------------------------------------------------------
 NEWS                             |   11 
 aclocal.m4                       |   65 +
 configure                        | 1449 +++++++++++++++++++------------------
 dist.mk                          |    4 
 form/fld_arg.c                   |   22 
 form/fld_attr.c                  |   21 
 form/fld_current.c               |   34 
 form/fld_def.c                   |  110 +-
 form/form.h                      |   26 
 form/form.priv.h                 |   48 -
 form/frm_driver.c                |   68 +
 form/fty_alpha.c                 |    4 
 menu/mf_common.h                 |   14 
 ncurses/base/lib_move.c          |    9 
 ncurses/curses.priv.h            |   25 
 ncurses/widechar/lib_unget_wch.c |   23 
 panel/panel.c                    |    5 
 progs/dump_entry.h               |    4 
 progs/infocmp.c                  |   16 
 progs/tic.c                      |    4 
 progs/tset.c                     |    6 
 tack/control.c                   |   21 
 tack/edit.c                      |    8 
 tack/fun.c                       |    6 
 tack/init.c                      |    8 
 tack/output.c                    |    4 
 tack/pad.c                       |    8 
 tack/scan.c                      |    5 
 tack/sync.c                      |   16 
 tack/sysdep.c                    |    4 
 tack/tack.c                      |   35 
 tack/tack.h                      |  190 ++--
 test/newdemo.c                   |    6 
 test/testcurs.c                  |    9 
 34 files changed, 1264 insertions(+), 1024 deletions(-)
 ------------------------------------------------------------------------------

20041204
        + replace some references on Linux to wcrtomb() which use it to obtain
          the length of a multibyte string with _nc_wcrtomb, since wcrtomb() is
          broken in glibc (see Debian #284260).
        + corrected length-computation in wide-character support for
          field_buffer().
        + some fixes to frm_driver.c to allow it to accept multibyte input.
        + modify configure script to work with Intel 8.0 compiler.

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