]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20120303
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 4 Mar 2012 00:07:09 +0000 (00:07 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 4 Mar 2012 00:07:09 +0000 (00:07 +0000)
commitb0916ab669030bac5c8590c0d66e36e1b9b34e9b
treed332fb14676b1ffb77e5b91b77711ab6e4b9f4e8
parent8c3524de1122ce47b3fc6f89769e489cef5a640d
ncurses 5.9 - patch 20120303

+ minor tidying of terminfo.tail, clarify reason for limitation
  regarding mapping of \0 to \200
+ minor improvement to _nc_copy_termtype(), using memcpy to replace
  loops.
+ fix no-leaks checking in test/demo_termcap.c to account for multiple
  calls to setupterm().
+ modified the libgpm change to show previous load as a problem in the
  debug-trace.
> merge some patches from OpenSUSE rpm (Werner Fink):
+ ncurses-5.7-printw.dif, fixes for varargs handling in lib_printw.c
+ ncurses-5.7-gpm.dif, do not dlopen libgpm if already loaded by
  runtime linker
+ ncurses-5.6-fallback.dif, do not free arrays and strings from static
  fallback entries
NEWS
dist.mk
include/term_entry.h
man/terminfo.head
man/terminfo.tail
ncurses/base/lib_mouse.c
ncurses/base/lib_printw.c
ncurses/curses.priv.h
ncurses/tinfo/alloc_ttype.c
ncurses/tinfo/lib_setup.c
test/demo_termcap.c