]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20140412
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 13 Apr 2014 00:46:18 +0000 (00:46 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 13 Apr 2014 00:46:18 +0000 (00:46 +0000)
commit63e3cafac136d773331dee15633f1c9ef08c5493
tree343afc3d2734335d2ce3e1ac91060e7b550b9462
parent0a402bd0b857c98eb9f254cb5e798394aa8dbdf8
ncurses 5.9 - patch 20140412

+ modify configure script:
  + drop the -no-gcc option from Intel compiler, from lynx changes.
  + extend the --with-hashed-db configure option to simplify building
    with different versions of Berkeley database using FreeBSD ports.
+ improve initialization for MinGW port (patch by Juergen Pfeifer):
  + enforce Windows-style path-separator if cross-compiling,
  + add a driver-name method to each of the drivers,
  + allow the Windows driver name to match "unknown", ignoring case,
  + lengthen the built-in name for the Windows console driver to
    "#win32console", and
  + move the comparison of driver-names allowing abbreviation, e.g.,
    to "#win32con" into the Windows console driver.
20 files changed:
Ada95/aclocal.m4
Ada95/configure
INSTALL
NEWS
aclocal.m4
configure
dist.mk
include/hashed_db.h
ncurses/base/lib_driver.c
ncurses/curses.priv.h
ncurses/tinfo/tinfo_driver.c
ncurses/win32con/win_driver.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
test/aclocal.m4
test/configure