]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20121102
authorThomas E. Dickey <dickey@invisible-island.net>
Sat, 3 Nov 2012 23:59:23 +0000 (23:59 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sat, 3 Nov 2012 23:59:23 +0000 (23:59 +0000)
commit5ae2721913c0d2adde0d65063e37a723bf8a0987
treef800ce4338b8bb0dee1cb7edbad5f878d156f589
parent91fa4688e82518794fcf0c32a36f3fcca5e4c2d5
ncurses 5.9 - patch 20121102

+ realign these related pages:
    curs_add_wchstr.3x
    curs_addchstr.3x
    curs_addstr.3x
    curs_addwstr.3x
  and fix a long-ago error in curs_addstr.3x which said that a -1
  length parameter would only write as much as fit onto one line
  (report by Reuben Thomas).
+ remove obsolete fallback _nc_memmove() for memmove()/bcopy().
+ remove obsolete fallback _nc_strdup() for strdup().
+ cancel any debug-rpm in package/ncurses.spec
+ reviewed vte-2012, reverted most of the change since it was incorrect
  based on testing with tack -TD
+ un-cancel the initc in vte-256color, since this was implemented
  starting with version 0.20 in 2009 -TD
37 files changed:
Ada95/include/ncurses_defs
MANIFEST
NEWS
aclocal.m4
configure
configure.in
dist.mk
include/nc_alloc.h
include/ncurses_defs
man/curs_add_wch.3x
man/curs_add_wchstr.3x
man/curs_addchstr.3x
man/curs_addstr.3x
man/curs_addwstr.3x
man/curs_bkgrnd.3x
man/curs_border_set.3x
man/curs_get_wch.3x
man/curs_get_wstr.3x
man/curs_getcchar.3x
man/curs_in_wchstr.3x
man/curs_ins_wstr.3x
man/curs_inwstr.3x
man/curs_termcap.3x
man/form_field.3x
man/menu_items.3x
misc/terminfo.src
ncurses/base/memmove.c [deleted file]
ncurses/curses.priv.h
ncurses/modules
ncurses/tinfo/doalloc.c
package/debian/changelog
package/ncurses.spec
test/cardfile.c
test/configure
test/configure.in
test/demo_menus.c
test/testcurs.c