[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.7-20100424.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.7-20100424.patch.gz |
Date: |
Sat, 24 Apr 2010 21:44:32 -0400 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
ncurses 5.7 - patch 20100424 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 5.7 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.7 are in the subdirectory
ftp://invisible-island.net/ncurses/5.7
------------------------------------------------------------------------------
ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-20100424.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Apr 25 01:40:39 UTC 2010
------------------------------------------------------------------------------
NEWS | 10
aclocal.m4 | 39
configure | 2060 ++++++++++++++++++++----------------------
dist.mk | 4
ncurses/base/lib_addch.c | 20
ncurses/base/lib_box.c | 7
ncurses/base/lib_color.c | 20
ncurses/base/lib_mouse.c | 20
ncurses/base/lib_newterm.c | 10
ncurses/base/lib_newwin.c | 20
ncurses/base/lib_pad.c | 34
ncurses/base/lib_set_term.c | 19
ncurses/curses.priv.h | 15
ncurses/tinfo/alloc_ttype.c | 28
ncurses/tinfo/init_keytry.c | 6
ncurses/tinfo/lib_kernel.c | 4
ncurses/tinfo/lib_raw.c | 16
ncurses/tinfo/make_keys.c | 6
ncurses/tinfo/parse_entry.c | 4
ncurses/tinfo/read_entry.c | 41
ncurses/tty/hardscroll.c | 14
ncurses/tty/hashmap.c | 18
22 files changed, 1214 insertions(+), 1201 deletions(-)
------------------------------------------------------------------------------
20100424
+ fix some strict compiler warnings in ncurses library.
+ modify configure macro CF_HEADER_PATH to not look for variations in
the predefined include directories.
+ improve configure macros CF_GCC_VERSION and CF_GCC_WARNINGS to work
with gcc 4.x's c89 alias, which gives warning messages for cases
where older versions would produce an error.
--
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.7-20100424.patch.gz,
Thomas Dickey <=