]> ncurses.scripts.mit.edu Git - ncurses.git/commit - progs/dump_entry.c
ncurses 6.0 - patch 20170204
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 5 Feb 2017 02:12:49 +0000 (02:12 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 5 Feb 2017 02:12:49 +0000 (02:12 +0000)
commit048a1c1a65c6d98d92fca97f8d175d10d21091d0
tree39aa1248a8c23a8c9570049cbd2999d052852365
parent302a066a01e4de40f08b397e87ca0e97f20870a7
ncurses 6.0 - patch 20170204

+ trim newlines, tabs and escaped newlines from terminfo "paths" passed
  to db-iterator.
+ ignore zero-length files in db-iterator; these are useful for
  instance to suppress "$HOME/.terminfo" when not wanted.
+ amended "b64:" encoder to work with the terminfo reader.
+ modify terminfo reader to accept "b64:" format using RFC-3548 in
  as well as RFC-4648 url/filename-safe format.
+ modify terminfo reader to accept "hex:" format as generated by
  "infocmp -0qQ1" (cf: 20150905).
+ adjust authors comment to reflect drop below 1% for SV.
34 files changed:
AUTHORS
NEWS
VERSION
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/tic.h
man/infocmp.1m
man/ncurses.3x
ncurses/curses.priv.h
ncurses/tinfo/db_iterator.c
ncurses/tinfo/read_entry.c
ncurses/tinfo/write_entry.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
progs/dump_entry.c