]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.2 - patch 20210904
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 5 Sep 2021 00:58:54 +0000 (00:58 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 5 Sep 2021 00:58:54 +0000 (00:58 +0000)
commit643ec2bf782cd02efafe3ccdeaea8920a404645e
tree441f710101aaf01deb7b2ab591f6c68fc004c4b7
parent9b51794524995304d8788e42aacb36feede9364f
ncurses 6.2 - patch 20210904

+ modify linux3.0 entry to reflect default mapping of shift-tab by
  kbd 1.14 (report by Jan Engelhardt) -TD
+ add historical note to tput, curses-terminfo and curses-color
  manpages based on source-code for SVr2, SVr3 and SVr4.
+ minor grammatical fixes for "it's" vs "its" (report by Nick Black).
+ amend fix for --disable-root-environ (report by Arnav Singh).
+ build-fix for compiling link_test
+ drop symbols GCC_PRINTF and GCC_SCANF from curses.h.in, to simplify
  use (Debian #993179).
90 files changed:
Ada95/TODO
Ada95/aclocal.m4
Ada95/configure
Ada95/samples/explain.txt
Ada95/samples/ncurses2-demo_forms.adb
Ada95/samples/ncurses2-overlap_test.adb
INSTALL
NEWS
VERSION
aclocal.m4
c++/demo.cc
configure
dist.mk
doc/html/Ada95.html
doc/html/NCURSES-Programming-HOWTO.html
doc/html/ada/funcs/T.htm
doc/html/man/adacurses6-config.1.html
doc/html/man/captoinfo.1m.html
doc/html/man/clear.1.html
doc/html/man/curs_color.3x.html
doc/html/man/curs_terminfo.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
form/frm_driver.c
include/Caps
include/Caps.aix4
include/Caps.hpux11
include/Caps.keys
include/Caps.osf1r5
include/Caps.uwin
include/capdefaults.c
include/curses.h.in
include/term_entry.h
man/curs_color.3x
man/curs_terminfo.3x
man/tput.1
misc/csort
misc/gen_edit.sh
misc/makedef.cmd
misc/makellib
misc/shlib
misc/tdlint
misc/terminfo.src
ncurses/base/lib_getch.c
ncurses/base/lib_getstr.c
ncurses/base/lib_pad.c
ncurses/base/lib_slkrefr.c
ncurses/base/resizeterm.c
ncurses/curses.priv.h
ncurses/tinfo/access.c
ncurses/tinfo/captoinfo.c
ncurses/tinfo/comp_expand.c
ncurses/tinfo/comp_scan.c
ncurses/tinfo/lib_data.c
ncurses/tinfo/lib_setup.c
ncurses/tinfo/lib_win32con.c
ncurses/tinfo/lib_win32util.c
ncurses/tinfo/parse_entry.c
ncurses/tinfo/read_termcap.c
ncurses/tty/lib_mvcur.c
ncurses/tty/lib_tstp.c
ncurses/tty/tty_update.c
ncurses/widechar/lib_get_wstr.c
ncurses/win32con/win_driver.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/capconvert
progs/dump_entry.c
progs/reset_cmd.c
progs/tic.c
test/aclocal.m4
test/configure
test/ncurses.c
test/tracemunch