]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20121229
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 30 Dec 2012 01:55:33 +0000 (01:55 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 30 Dec 2012 01:55:33 +0000 (01:55 +0000)
commit938680fa3bc29d2a086031a2f648dfd6cadcb51e
tree7c80fbeb9c752a080dddabbe5f58853de09e3f79
parent925cd3b851aa2c58529dfaba8ed2c727e718a1e0
ncurses 5.9 - patch 20121229

+ fix coverity warnings regarding copying into fixed-size buffers.
+ add throw-declarations in the c++ binding per Coverity warning.
+ minor changes to new-items for consistent reference to bug-report
  numbers.
17 files changed:
NEWS
c++/cursesf.h
c++/cursesm.h
c++/cursesp.h
c++/etip.h.in
dist.mk
ncurses/tinfo/captoinfo.c
ncurses/tinfo/write_entry.c
package/debian/changelog
package/ncurses.spec
progs/dump_entry.c
test/demo_defkey.c
test/demo_terminfo.c
test/gdc.c
test/ncurses.c
test/newdemo.c
test/view.c