]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20130119
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 20 Jan 2013 01:59:01 +0000 (01:59 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 20 Jan 2013 01:59:01 +0000 (01:59 +0000)
commit4ceb04b5e19df8964f98c7675d9448c205a2053e
tree75f03e14b92cf37a583dca977eb95435bd708d15
parenta1e63be290fce9e589bc57c9f753be09e8ac0cc7
ncurses 5.9 - patch 20130119

+ fixes for issues found by Coverity:
  + fix memory leak in safe_sprintf.c
  + add check for return-value in tty_update.c
  + correct initialization for -s option in test/view.c
  + add check for numeric overflow in lib_instr.c
  + improve error-checking in copywin
+ add advice in infocmp manpage for termcap users (Debian #698469).
+ add "-y" option to test/demo_termcap and test/demo_terminfo to
  demonstrate behavior with/without extended capabilities.
+ updated termcap manpage to document legacy termcap behavior for
  matching capability names.
+ modify name-comparison for tgetstr, etc., to accommodate legacy
  applications as well as to improve compatbility with BSD 4.2
  termcap implementations (Debian #698299) (cf: 980725).
15 files changed:
NEWS
dist.mk
man/curs_termcap.3x
man/infocmp.1m
ncurses/base/lib_instr.c
ncurses/base/lib_overlay.c
ncurses/base/safe_sprintf.c
ncurses/tinfo/lib_termcap.c
ncurses/tty/tty_update.c
package/debian/changelog
package/ncurses.spec
test/README
test/demo_termcap.c
test/demo_terminfo.c
test/view.c