]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.7 - patch 20100814
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 15 Aug 2010 00:45:51 +0000 (00:45 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 15 Aug 2010 00:45:51 +0000 (00:45 +0000)
commit9bb12d03d854ce72b456e525f0c560f2fa91545d
tree93ceb11df86ff0f0787afcbf090e9f03eb5034a3
parentda518a7ad2d94c8e63186a49621e907967a31a37
ncurses 5.7 - patch 20100814

+ document in manpages that "mv" functions first use wmove() to check
  the window pointer and whether the position lies within the window
  (suggested by Poul-Henning Kamp).
+ fixes to curs_color.3x, curs_kernel.3x and wresize.3x manpages (patch
  by Tim van der Molen).
+ modify configure script to transform library names for tic- and
  tinfo-libraries so that those build properly with Mac OS X shared
  library configuration.
+ modify configure script to ensure that it removes conftest.dSYM
  directory leftover on checks with Mac OS X.
+ modify configure script to cleanup after check for symbolic links.
33 files changed:
NEWS
aclocal.m4
configure
dist.mk
man/curs_add_wch.3x
man/curs_add_wchstr.3x
man/curs_addch.3x
man/curs_addchstr.3x
man/curs_addstr.3x
man/curs_addwstr.3x
man/curs_attr.3x
man/curs_border.3x
man/curs_border_set.3x
man/curs_color.3x
man/curs_delch.3x
man/curs_get_wch.3x
man/curs_get_wstr.3x
man/curs_getch.3x
man/curs_getstr.3x
man/curs_in_wch.3x
man/curs_in_wchstr.3x
man/curs_inch.3x
man/curs_inchstr.3x
man/curs_ins_wch.3x
man/curs_ins_wstr.3x
man/curs_insch.3x
man/curs_insstr.3x
man/curs_instr.3x
man/curs_inwstr.3x
man/curs_kernel.3x
man/curs_printw.3x
man/curs_scanw.3x
man/wresize.3x