]> ncurses.scripts.mit.edu Git - ncurses.git/commit - progs/tic.c
ncurses 5.9 - patch 20111001
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 2 Oct 2011 00:58:34 +0000 (00:58 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 2 Oct 2011 00:58:34 +0000 (00:58 +0000)
commitaf4c589f0c605e1a1dd3825678a0b1a97df02d37
treefbd328abcf091e7c8a3a153411d91f1debfbd6a0
parentb9cd971c38eeeb2394d3da08edfd3c5dfc71694e
ncurses 5.9 - patch 20111001

+ modify tic "-K" option to only set the strict-flag rather than force
  source-output.  That allows the same flag to control the parser for
  input and output of termcap source.
+ modify _nc_getent() to ignore backslash at the end of a comment line,
  making it consistent with ncurses' parser.
+ restore a special-case check for directory needed to make termcap
  text files load as if they were databases (cf: 20110924).
+ modify tic's resolution/collision checking to attempt to remove the
  conflicting alias from the second entry in the pair, which is
  normally following in the source file.  Also improved the warning
  message to make it simpler to see which alias is the problem.
+ improve performance of the database iterator by caching search-list.
NEWS
dist.mk
man/tic.1m
ncurses/tinfo/comp_parse.c
ncurses/tinfo/db_iterator.c
ncurses/tinfo/lib_data.c
ncurses/tinfo/lib_termcap.c
ncurses/tinfo/read_entry.c
ncurses/tinfo/read_termcap.c
progs/tic.c