]> ncurses.scripts.mit.edu Git - ncurses.git/commit - Ada95/configure
ncurses 6.2 - patch 20210403
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 4 Apr 2021 01:13:05 +0000 (01:13 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 4 Apr 2021 01:13:05 +0000 (01:13 +0000)
commitd30f99439fcc8d4bb4c38e5c4afb4f6555fc6ad4
tree9da3822184a747eac5647f5e56a50df8c819bdc1
parentb661daf1160a873609d70843999cd46eff25d1f0
ncurses 6.2 - patch 20210403

+ fix some cppcheck warnings, mostly style, in ncurses library and
  progs directory.
+ improve description of BSD-style padding in curs_termcap.3x
+ improved CF_C11_NORETURN macro, from byacc changes.
+ fix "--enable-leak" in CF_DISABLE_LEAKS to allow turning
  leak-checking off later in a set of options.
+ relax modification-time comparison in CF_LINK_FUNCS to allow it to
  accept link() function with NFS filesystems which change the mtime
  on the link target, e.g., several BSD systems.
+ call delay_output_sp to handle BSD-style padding when tputs_sp is
  called, whether directly or internally, to ensure that the SCREEN
  pointer is passed correctly (reports by Henric Jungheim, Juraj
  Lutter).
48 files changed:
Ada95/aclocal.m4
Ada95/configure
NEWS
VERSION
aclocal.m4
configure
dist.mk
doc/html/man/adacurses6-config.1.html
doc/html/man/captoinfo.1m.html
doc/html/man/clear.1.html
doc/html/man/curs_termcap.3x.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
man/curs_termcap.3x
ncurses/base/lib_dft_fgbg.c
ncurses/base/lib_instr.c
ncurses/base/lib_set_term.c
ncurses/curses.priv.h
ncurses/tinfo/lib_longname.c
ncurses/tinfo/lib_tparm.c
ncurses/tinfo/lib_tputs.c
ncurses/widechar/lib_cchar.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
progs/dump_entry.c
progs/infocmp.c
progs/tabs.c
progs/tic.c
progs/toe.c
progs/tset.c
test/aclocal.m4
test/configure