ncursesw-morphos/panel
Thomas E. Dickey 1bdf9cf115 ncurses 5.7 - patch 20090328
+ extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving
  function key definitions from emx-base for consistency -TD
+ correct missing final 'p' in pfkey capability of ansi.sys-old (report
  by Kalle Olavi Niemitalo).
+ improve test/ncurses.c 'F' test, show combining characters in color.
+ quiet a false report by cppcheck in c++/cursesw.cc by eliminating
  a temporary variable.
+ use _nc_doalloc() rather than realloc() in a few places in ncurses
  library to avoid leak in out-of-memory condition (reports by William
  Egert and Martin Ettl based on cppcheck tool).
+ add --with-ncurses-wrap-prefix option to test/configure (discussion
  with Charles Wilson).
+ use ncurses*-config scripts if available for test/configure.
+ update test/aclocal.m4 and test/configure
> patches by Charles Wilson:
+ modify CF_WITH_LIBTOOL configure check to allow unreleased libtool
  version numbers (e.g.  which include alphabetic chars, as well as
  digits, after the final '.').
+ improve use of -no-undefined option for libtool by setting an
  intermediate variable LT_UNDEF in the configure script, and then
  using that in the libtool link-commands.
+ fix an missing use of NCURSES_PUBLIC_VAR() in tinfo/MKcodes.awk
  from 2009031 changes.
+ improve mk-1st.awk script by writing separate cases for the
  LIBTOOL_LINK command, depending on which library (ncurses, ticlib,
  termlib) is to be linked.
+ modify configure.in to allow broken-linker configurations, not just
  enable-reentrant, to set public wrap prefix.
2009-03-29 00:06:57 +00:00
..
headers ncurses 5.6 - patch 20061230 2006-12-24 02:11:39 +00:00
llib-lpanel ncurses 5.5 2005-10-09 14:41:57 -04:00
llib-lpanelw ncurses 5.5 2005-10-09 14:41:57 -04:00
Makefile.in ncurses 5.7 - patch 20090328 2009-03-29 00:06:57 +00:00
modules ncurses 5.6 - patch 20061223 2006-12-24 02:11:39 +00:00
p_above.c ncurses 5.5 2005-10-09 14:41:57 -04:00
p_below.c ncurses 5.5 2005-10-09 14:41:57 -04:00
p_bottom.c ncurses 5.5 2005-10-09 14:41:57 -04:00
p_delete.c ncurses 5.5 2005-10-09 14:41:57 -04:00
p_hidden.c ncurses 5.5 2005-10-09 14:41:57 -04:00
p_hide.c ncurses 5.5 2005-10-09 14:41:57 -04:00
p_move.c ncurses 5.5 2005-10-09 14:41:57 -04:00
p_new.c ncurses 5.6 - patch 20080804 2008-08-05 01:06:16 +00:00
p_replace.c ncurses 5.5 2005-10-09 14:41:57 -04:00
p_show.c ncurses 5.5 2005-10-09 14:41:57 -04:00
p_top.c ncurses 5.5 2005-10-09 14:41:57 -04:00
p_update.c ncurses 5.5 2005-10-09 14:41:57 -04:00
p_user.c ncurses 5.5 2005-10-09 14:41:57 -04:00
p_win.c ncurses 5.5 2005-10-09 14:41:57 -04:00
panel.c ncurses 5.5 2005-10-09 14:41:57 -04:00
panel.h ncurses 5.6 2006-12-17 23:32:42 -05:00
panel.priv.h ncurses 5.6 - patch 20080927 2008-09-28 01:08:36 +00:00