[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.6-20070331.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.6-20070331.patch.gz |
Date: |
Sat, 31 Mar 2007 20:51:34 -0400 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
ncurses 5.6 - patch 20070331 - 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 Apr 1 00:48:02 UTC 2007
------------------------------------------------------------------------------
Ada95/gen/Makefile.in | 54
Ada95/gen/gen.c | 143
Ada95/gen/terminal_interface-curses.ads.m4 | 22
Ada95/samples/ncurses2-attr_test.adb | 11
MANIFEST | 4
NEWS | 15
aclocal.m4 | 10
c++/Makefile.in | 4
configure | 4
dist.mk | 6
form/Makefile.in | 4
include/curses.h.in | 90
install-sh | 139
man/Makefile.in | 6
menu/Makefile.in | 4
misc/Makefile.in | 6
mk-hdr.awk | 6
ncurses-5.6-20070331/Ada95/gen/terminal_interface-curses.adb.m4 | 2493
++++++++++
ncurses-5.6-20070331/mkdirs.sh | 51
ncurses/Makefile.in | 4
panel/Makefile.in | 4
progs/Makefile.in | 4
22 files changed, 2871 insertions(+), 213 deletions(-)
------------------------------------------------------------------------------
20070331
+ modify Ada95 binding to build with --enable-reentrant by wrapping
global variables (bug: acs_map does not yet work).
+ modify Ada95 binding to use the new access-functions, allowing it
to build/run when NCURSES_OPAQUE is set.
+ add access-functions and macros to return properties of the WINDOW
structure, e.g., when NCURSES_OPAQUE is set.
+ improved install-sh's quoting.
+ use mkdirs.sh rather than mkinstalldirs, e.g., to use fixes from
other programs.
--
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-20070331.patch.gz,
Thomas Dickey <=