]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.6 - patch 20070812
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 12 Aug 2007 16:31:21 +0000 (16:31 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 12 Aug 2007 16:31:21 +0000 (16:31 +0000)
commitcd858895e9086dadfb3d0a9ae69bc906de6330ea
treefecd551c812a8bff1db07afc60c87b473ef938e7
parent03a795bde58b3280a4e9d80029a3b7fec13c79ad
ncurses 5.6 - patch 20070812

+ amend treatment of infocmp "-r" option to retain the 1023-byte limit
  unless "-T" is given (cf: 981017).
+ modify comp_captab.c generation to use big-strings.
+ make _nc_capalias_table and _nc_infoalias_table private accessed via
  _nc_get_alias_table() since the tables are used only within the tic
  library.
+ modify configure script to skip Intel compiler in CF_C_INLINE.
+ make _nc_info_hash_table and _nc_cap_hash_table private accessed via
  _nc_get_hash_table() since the tables are used only within the tic
  library.
20 files changed:
NEWS
aclocal.m4
configure
dist.mk
include/tic.h
ncurses/base/memmove.c
ncurses/curses.priv.h
ncurses/tinfo/MKcaptab.awk
ncurses/tinfo/MKcaptab.sh
ncurses/tinfo/comp_hash.c
ncurses/tinfo/comp_parse.c
ncurses/tinfo/parse_entry.c
ncurses/tinfo/strings.c
ncurses/tty/lib_mvcur.c
ncurses/tty/lib_twait.c
progs/infocmp.c
test/cardfile.c
test/demo_panels.c
test/test_get_wstr.c
test/test_getstr.c