ncursesw-morphos/c++
Thomas E. Dickey 8e25fff6a5 ncurses 5.9 - patch 20110730
+ modify configure script and makefiles in c++ and progs to allow the
  directory used for rpath option to be overridden, e.g., to work
  around updates to the variables used by tic during an install.
+ add -K option to tic/infocmp, to provide stricter BSD-compatibility
  for termcap output.
+ add _nc_strict_bsd variable in tic library which controls the
  "strict" BSD termcap compatibility from 20110723, plus these
  features:
  + allow escapes such as "\8" and "\9" when reading termcap
  + disallow "\a", "\e", "\l", "\s" and "\:" escapes when reading
    termcap files, passing through "a", "e", etc.
  + expand "\:" as "\072" on output.
+ modify _nc_get_token() to reset the token's string value in case
  there is a string-typed token lacking the "=" marker.
+ fix a few memory leaks in _nc_tgetent.
+ fix a few places where reading from a termcap file could refer to
  freed memory.
+ add an overflow check when converting terminfo/termcap numeric
  values, since terminfo stores those in a short, and they must be
  positive.
+ correct internal variables used for translating to termcap "%>"
  feature, and translating from termcap %B to terminfo, needed by
  tctest (cf: 19991211).
+ amend a minor fix to acsc when loading a termcap file to separate it
  from warnings needed for tic (cf: 20040710)
+ modify logic in _nc_read_entry() and _nc_read_tic_entry() to allow
  a termcap file to be handled via TERMINFO_DIRS.
+ modify _nc_infotocap() to include non-mandatory padding when
  translating to termcap.
+ modify _nc_read_termcap_entry(), passing a flag in the case where
  getcap is used, to reduce interactive warning messages.
2011-07-31 01:15:59 +00:00
..
cursesapp.cc ncurses 5.6 - patch 20080816 2008-08-17 01:51:55 +00:00
cursesapp.h ncurses 5.5 2005-10-09 14:41:57 -04:00
cursesf.cc ncurses 5.5 2005-10-09 14:41:57 -04:00
cursesf.h ncurses 5.9 - patch 20110409 2011-04-10 00:33:46 +00:00
cursesm.cc ncurses 5.5 2005-10-09 14:41:57 -04:00
cursesm.h ncurses 5.9 - patch 20110409 2011-04-10 00:33:46 +00:00
cursesmain.cc ncurses 5.6 - patch 20070407 2007-04-08 01:10:28 +00:00
cursesp.cc ncurses 5.5 2005-10-09 14:41:57 -04:00
cursesp.h ncurses 5.6 - patch 20080816 2008-08-17 01:51:55 +00:00
cursespad.cc ncurses 5.6 - patch 20080804 2008-08-05 01:06:16 +00:00
cursesw.cc ncurses 5.7 - patch 20090328 2009-03-29 00:06:57 +00:00
cursesw.h ncurses 5.6 - patch 20080119 2008-01-20 00:51:10 +00:00
cursslk.cc ncurses 5.5 2005-10-09 14:41:57 -04:00
cursslk.h ncurses 5.5 2005-10-09 14:41:57 -04:00
demo.cc ncurses 5.7 - patch 20090425 2009-05-03 00:59:25 +00:00
edit_cfg.sh ncurses 5.6 - patch 20080830 2008-08-31 01:08:33 +00:00
etip.h.in ncurses 5.6 - patch 20080830 2008-08-31 01:08:33 +00:00
headers ncurses 5.6 - patch 20061230 2006-12-24 02:11:39 +00:00
internal.h ncurses 5.7 - patch 20090425 2009-05-03 00:59:25 +00:00
Makefile.in ncurses 5.9 - patch 20110730 2011-07-31 01:15:59 +00:00
modules ncurses 5.6 - patch 20061223 2006-12-24 02:11:39 +00:00
NEWS ncurses 5.6 2006-12-17 23:32:42 -05:00
PROBLEMS ncurses 5.6 2006-12-17 23:32:42 -05:00
README-first ncurses 5.6 - patch 20070127 2007-01-28 00:56:00 +00:00