]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.1 - patch 20181215
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 16 Dec 2018 02:17:42 +0000 (02:17 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 16 Dec 2018 02:17:42 +0000 (02:17 +0000)
commit45291421bee33c79ffb4c8f0e1b67ca5cc262114
tree422577c464e56d6c1d9fe3f389a68592d4d9e16f
parent321b81e6b3fa425daddac02420d862100dc3aac8
ncurses 6.1 - patch 20181215

+ several fixes for gcc8 strict compiler warnings.
+ fix a typo in comments (Aaron Gyes).
+ add nsterm-build309 to replace nsterm-256color, assigning the latter
  as an alias of nsterm, to make mouse work with nsterm-256color -TD
+ base gnome-256color entry on "gnome", not "vte", for consistency -TD
+ updates for configure macros from work on tin and xterm:
  + CF_GNU_SOURCE, allow for Cygwin's newlib when checking for the
    _DEFAULT_SOURCE symbol.
  + CF_VA_COPY, add fallback check if neither va_copy/__va_copy is
    supported, to try copying the pointers for va_list, or as an array.
    Also add another fallback check, for __builtin_va_copy(), which
    could be used with AIX xlc in c89 mode.
41 files changed:
Ada95/aclocal.m4
Ada95/configure
NEWS
VERSION
aclocal.m4
configure
dist.mk
form/f_trace.c
form/fld_arg.c
form/fld_ftchoice.c
form/fld_newftyp.c
form/frm_hook.c
form/fty_generic.c
menu/m_hook.c
menu/m_trace.c
misc/terminfo.src
ncurses/base/lib_set_term.c
ncurses/base/safe_sprintf.c
ncurses/base/use_window.c
ncurses/curses.priv.h
ncurses/tinfo/lib_tputs.c
ncurses/tinfo/use_screen.c
ncurses/trace/lib_trace.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.map
package/ncurses.spec
package/ncurses.sym
package/ncursest.map
package/ncursest.spec
package/ncursest.sym
package/ncursestw.map
package/ncursestw.sym
package/ncursesw.map
package/ncursesw.sym
test/aclocal.m4
test/configure
test/ncurses.c