]> ncurses.scripts.mit.edu Git - ncurses.git/commit - doc/html/man/curs_terminfo.3x.html
ncurses 5.9 - patch 20130309
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 10 Mar 2013 00:35:23 +0000 (00:35 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 10 Mar 2013 00:35:23 +0000 (00:35 +0000)
commite2d7d0028f4298dca2b0edaf2dc8ce30518d9218
treed9e5d000b1aed9541adb84639611752abb25256b
parent448c4dbefe6aa9604a5a8cefa3b3596b3ddb4b78
ncurses 5.9 - patch 20130309

+ amend change to toe.c for reading from /dev/zero, to ensure that
  there is a buffer for the temporary filename (cf: 20120324).
+ regenerated html manpages.
+ fix typo in terminfo.head (report by Sven Joachim, cf: 20130302).
+ updated some autoconf macros:
  + CF_ACVERSION_CHECK, from byacc 1.9 20130304
  + CF_INTEL_COMPILER, CF_XOPEN_SOURCE from luit 2.0-20130217
+ add configure option --with-cxx-shared to permit building
  libncurses++ as a shared library when using g++, e.g., the same
  limitations as libtool but better integrated with the usual build
  configuration (Redhat 911540).
+ modify MKkey_defs.sh to filter out build-path which was unnecessarily
  shown in curses.h (Debian #689131).
65 files changed:
Ada95/aclocal.m4
INSTALL
NEWS
aclocal.m4
c++/Makefile.in
configure
configure.in
dist.mk
doc/html/man/adacurses-config.1.html
doc/html/man/captoinfo.1m.html
doc/html/man/clear.1.html
doc/html/man/curs_add_wch.3x.html
doc/html/man/curs_add_wchstr.3x.html
doc/html/man/curs_addch.3x.html
doc/html/man/curs_addchstr.3x.html
doc/html/man/curs_addstr.3x.html
doc/html/man/curs_addwstr.3x.html
doc/html/man/curs_attr.3x.html
doc/html/man/curs_bkgrnd.3x.html
doc/html/man/curs_border_set.3x.html
doc/html/man/curs_get_wch.3x.html
doc/html/man/curs_get_wstr.3x.html
doc/html/man/curs_getcchar.3x.html
doc/html/man/curs_getch.3x.html
doc/html/man/curs_in_wchstr.3x.html
doc/html/man/curs_inopts.3x.html
doc/html/man/curs_ins_wstr.3x.html
doc/html/man/curs_inwstr.3x.html
doc/html/man/curs_mouse.3x.html
doc/html/man/curs_sp_funcs.3x.html
doc/html/man/curs_termattrs.3x.html
doc/html/man/curs_termcap.3x.html
doc/html/man/curs_terminfo.3x.html
doc/html/man/curs_threads.3x.html
doc/html/man/curs_util.3x.html
doc/html/man/form.3x.html
doc/html/man/form_field.3x.html
doc/html/man/form_field_buffer.3x.html
doc/html/man/form_fieldtype.3x.html
doc/html/man/infocmp.1m.html
doc/html/man/infotocap.1m.html
doc/html/man/menu.3x.html
doc/html/man/menu_driver.3x.html
doc/html/man/menu_items.3x.html
doc/html/man/ncurses.3x.html
doc/html/man/ncurses5-config.1.html
doc/html/man/panel.3x.html
doc/html/man/resizeterm.3x.html
doc/html/man/tabs.1.html
doc/html/man/term.7.html
doc/html/man/terminfo.5.html
doc/html/man/tic.1m.html
doc/html/man/toe.1m.html
doc/html/man/tput.1.html
doc/html/man/tset.1.html
form/frm_driver.c
include/MKkey_defs.sh
man/terminfo.head
mk-1st.awk
ncurses/base/lib_color.c
package/debian/changelog
package/ncurses.spec
progs/tic.c
progs/toe.c
test/aclocal.m4