[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.9-20120616.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.9-20120616.patch.gz |
Date: |
Sat, 16 Jun 2012 20:14:09 -0400 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
ncurses 5.9 - patch 20120616 - 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-20120616.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sat Jun 16 23:57:20 UTC 2012
------------------------------------------------------------------------------
Ada95/aclocal.m4 | 38
Ada95/configure | 403 +++---
NEWS | 12
aclocal.m4 | 72 -
configure | 1683 ++++++++++++++--------------
dist.mk | 4
form/fld_arg.c | 6
form/fld_ftchoice.c | 6
form/fld_ftlink.c | 10
form/fld_max.c | 6
form/fld_page.c | 6
form/fld_stat.c | 6
form/frm_driver.c | 86 -
form/frm_opts.c | 10
form/frm_page.c | 6
form/frm_post.c | 8
form/fty_generic.c | 6
menu/m_format.c | 4
menu/m_global.c | 36
menu/m_item_new.c | 4
menu/m_post.c | 6
menu/mf_common.h | 9
ncurses/base/MKunctrl.awk | 6
ncurses/base/lib_color.c | 10
ncurses/base/lib_slkrefr.c | 8
ncurses/base/lib_touch.c | 6
ncurses/tinfo/write_entry.c | 17
ncurses/trace/lib_tracebits.c | 4
ncurses/trace/lib_tracedmp.c | 6
ncurses/widechar/lib_vid_attr.c | 6
package/debian/changelog | 6
package/ncurses.spec | 2
progs/dump_entry.c | 4
test/aclocal.m4 | 38
test/background.c | 22
test/bs.c | 20
test/cardfile.c | 8
test/clip_printw.c | 6
test/configure | 2263 +++++++++++++++++++-------------------
test/demo_forms.c | 19
test/demo_menus.c | 6
test/echochar.c | 6
test/filter.c | 6
test/gdc.c | 14
test/hanoi.c | 8
test/ins_wide.c | 6
test/insdelln.c | 6
test/inserts.c | 6
test/movewindow.c | 4
test/ncurses.c | 12
test/newdemo.c | 6
test/tclock.c | 6
test/test_add_wchstr.c | 6
test/test_addchstr.c | 6
test/test_addstr.c | 6
test/test_addwstr.c | 6
test/testcurs.c | 6
test/view.c | 6
58 files changed, 2670 insertions(+), 2330 deletions(-)
------------------------------------------------------------------------------
20120616
+ add configure check to distinguish clang from gcc to eliminate
warnings about unused command-line parameters when compiler warnings
are enabled.
+ improve behavior when updating terminfo entries which are hardlinked
by allowing for the possibility that an alias has been repurposed to
a new primary name.
+ fix some strict compiler warnings based on package scripts.
+ further fixes for configure check for working poll (Debian #676461).
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ncurses-5.9-20120616.patch.gz,
Thomas Dickey <=