]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.1 - patch 20190623
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 23 Jun 2019 23:43:23 +0000 (23:43 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 23 Jun 2019 23:43:23 +0000 (23:43 +0000)
commitfe43d506ce08d1deef9e9e5a6d5fd4f9c9c32e1d
treeff1fcc5c832a30a8f0789e5810aa44035474038c
parent51a395aaa20e4aa687310bb8cb1616ccf8e8fd0d
ncurses 6.1 - patch 20190623

+ improve the tabs.1 manual page to distinguish the PWB/Unix and 7th
  Edition versions of the tabs utility.
+ add configure check for getenv() to work around implementation shown
  in Emscripten #6766, use that to optionally suppress START_TRACE
  macro, whose call to getenv() may not work properly (report by Ilya
  Ig Petrov).
+ modify initialization functions to avoid relying upon persistent
  data for the result from getenv().
+ update config.guess, config.sub
41 files changed:
NEWS
VERSION
aclocal.m4
config.guess
config.sub
configure
configure.in
dist.mk
doc/html/man/adacurses6-config.1.html
doc/html/man/captoinfo.1m.html
doc/html/man/clear.1.html
doc/html/man/form.3x.html
doc/html/man/infocmp.1m.html
doc/html/man/infotocap.1m.html
doc/html/man/menu.3x.html
doc/html/man/ncurses.3x.html
doc/html/man/ncurses6-config.1.html
doc/html/man/panel.3x.html
doc/html/man/tabs.1.html
doc/html/man/terminfo.5.html
doc/html/man/tic.1m.html
doc/html/man/toe.1m.html
doc/html/man/tput.1.html
doc/html/man/tset.1.html
include/nc_mingw.h
include/ncurses_defs
man/man_db.renames
man/tabs.1
ncurses/base/lib_initscr.c
ncurses/curses.priv.h
ncurses/tinfo/lib_acs.c
ncurses/tinfo/lib_setup.c
ncurses/tty/tty_update.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
package/ncursest.spec
test/test_sgr.c