[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.6-20080816.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.6-20080816.patch.gz |
Date: |
Sat, 16 Aug 2008 21:56:58 -0400 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
ncurses 5.6 - patch 20080816 - 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 17 01:51:55 UTC 2008
------------------------------------------------------------------------------
INSTALL | 8
NEWS | 15
aclocal.m4 | 28
c++/cursesapp.cc | 12
c++/cursesp.h | 15
configure | 3091 +++++++++++++++++++-------------------
configure.in | 31
dist.mk | 4
include/ncurses_defs | 3
include/term_entry.h | 8
man/curs_terminfo.3x | 38
ncurses/base/lib_addch.c | 4
ncurses/base/lib_getch.c | 6
ncurses/base/lib_getstr.c | 4
ncurses/base/lib_initscr.c | 4
ncurses/base/lib_mouse.c | 58
ncurses/base/lib_newterm.c | 3
ncurses/base/lib_screen.c | 16
ncurses/base/lib_slk.c | 4
ncurses/base/tries.c | 4
ncurses/curses.priv.h | 43
ncurses/tinfo/alloc_entry.c | 70
ncurses/tinfo/captoinfo.c | 8
ncurses/tinfo/comp_expand.c | 12
ncurses/tinfo/comp_hash.c | 18
ncurses/tinfo/comp_parse.c | 7
ncurses/tinfo/comp_scan.c | 10
ncurses/tinfo/lib_acs.c | 4
ncurses/tinfo/lib_cur_term.c | 4
ncurses/tinfo/lib_data.c | 50
ncurses/tinfo/lib_options.c | 4
ncurses/tinfo/lib_termcap.c | 4
ncurses/tinfo/lib_tgoto.c | 6
ncurses/tinfo/lib_tparm.c | 4
ncurses/tinfo/parse_entry.c | 10
ncurses/trace/lib_trace.c | 7
ncurses/trace/lib_tracedmp.c | 24
ncurses/tty/lib_mvcur.c | 5
ncurses/widechar/lib_get_wch.c | 4
ncurses/widechar/lib_get_wstr.c | 8
progs/infocmp.c | 10
progs/tic.c | 4
progs/toe.c | 6
test/Makefile.in | 6
test/hashtest.c | 3
test/programs | 10
46 files changed, 1996 insertions(+), 1701 deletions(-)
------------------------------------------------------------------------------
20080816
+ add configure option --enable-weak-symbols to turn on new feature.
+ add configure-check for availability of weak symbols.
+ modify linkage with pthread library to use weak symbols so that
applications not linked to that library will not use the mutexes,
etc. This relies on gcc, and may be platform-specific (patch by Dr
Werner Fink).
+ add note to INSTALL to document limitation of renaming of tic library
using the --with-ticlib configure option (report by Dr Werner Fink).
+ document (in manpage) why tputs does not detect I/O errors (prompted
by comments by Samuel Thibault).
+ fix remaining warnings from Klocwork report.
--
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.6-20080816.patch.gz,
Thomas Dickey <=