]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.7 - patch 20090718
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 19 Jul 2009 01:03:05 +0000 (01:03 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 19 Jul 2009 01:03:05 +0000 (01:03 +0000)
commitdfaa1a3001fd447819f5edc2e523acc1a04f1440
treea2ced02873721a04e892cece9df8ebfcbc89f692
parentccb812c9ce7d5859d06b01ce88b331b2a70ad520
ncurses 5.7 - patch 20090718

+ fix a null-pointer check in _nc_format_slks() in lib_slk.c, from
  20070704 changes.
+ modify _nc_find_type_entry() to use hashing.
+ make CCHARW_MAX value configurable, noting that changing this would
  change the size of cchar_t, and would be ABI-incompatible.
+ modify test-programs, e.g,.  test/view.c, to address subtle
  differences between Tru64/Solaris and HPUX/AIX getcchar() return
  values.
+ modify length returned by getcchar() to count the trailing null
  which is documented in X/Open (cf: 20020427).
+ fixes for test programs to build/work on HPUX and AIX, etc.
25 files changed:
INSTALL
NEWS
aclocal.m4
configure
configure.in
dist.mk
include/curses.h.in
man/curs_getcchar.3x
ncurses/base/lib_slk.c
ncurses/tinfo/comp_hash.c
ncurses/tinfo/comp_parse.c
ncurses/widechar/lib_cchar.c
test/aclocal.m4
test/chgat.c
test/clip_printw.c
test/configure
test/configure.in
test/demo_terminfo.c
test/ditto.c
test/firstlast.c
test/insdelln.c
test/ncurses.c
test/test.priv.h
test/test_arrays.c
test/view.c