]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.7 - patch 20100522
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 23 May 2010 00:52:44 +0000 (00:52 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 23 May 2010 00:52:44 +0000 (00:52 +0000)
commita2ea66477b08cf07200cf7c319447d61d1360d85
tree775318270e2dcaca310078e49eb9c75b81a0cf58
parent41677b308e138027b7e435f741ee7fe5651237b0
ncurses 5.7 - patch 20100522

+ correct cross-compiling configure check for CF_MKSTEMP macro, by
  adding a check cache variable set by AC_CHECK_FUNC (report by
  Pierre Labastie).
+ simplify include-dependencies of make_hash and make_keys, to reduce
  the need for setting BUILD_CPPFLAGS in cross-compiling when the
  build- and target-machines differ.
+ repair broken-linker configuration by restoring a definition of SP
  variable to curses.priv.h, and adjusting for cases where sp-funcs
  are used.
+ improve configure macro CF_AR_FLAGS, allowing ARFLAGS environment
  variable to override (prompted by report by Pablo Cazallas).
13 files changed:
MANIFEST
NEWS
aclocal.m4
configure
dist.mk
man/tabs.1
ncurses/base/lib_getch.c
ncurses/base/lib_mouse.c
ncurses/base/lib_newterm.c
ncurses/build.priv.h [new file with mode: 0644]
ncurses/curses.priv.h
ncurses/tinfo/make_hash.c
ncurses/tinfo/make_keys.c