From: Thomas E. Dickey Date: Sun, 15 Jul 2007 00:11:01 +0000 (+0000) Subject: ncurses 5.6 - patch 20070714 X-Git-Tag: v5.7~60 X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff_plain;h=c13e57306ae5c4431fddd0fe856c3bcae6aeeb2c;hp=c13e57306ae5c4431fddd0fe856c3bcae6aeeb2c;ds=sidebyside ncurses 5.6 - patch 20070714 + add test/savescreen.c test-program + add check to trace-file open, if the given name is a directory, add ".log" to the name and try again. + add konsole-256color entry -TD + add extra gcc warning options from xterm. + minor fixes for ncurses/hashmap test-program. + modify configure script to quiet c++ build with libtool when the --disable-echo option is used. + modify configure script to disable ada95 if libtool is selected, writing a warning message (addresses FreeBSD ports/114493). + update config.guess, config.sub ---