Re: ANN: ncurses-6.6-20260606
"G. Branden Robinson" <[email protected]> Sat, 6 Jun 2026 21:25:37 -0500
| Newsgroups | gmane.comp.lib.ncurses.bugs |
|---|---|
| Message-ID | <20260607022537.fzccn5pqys4usyzy@illithid> |
--sefkreexqavctzqs Content-Type: text/plain; protected-headers=v1; charset=us-ascii Content-Disposition: inline Subject: Re: ANN: ncurses-6.6-20260606 MIME-Version: 1.0 Hi Thomas, Some of the change seems not to have synced with your ncurses-snapshots repo. Looks like the "terminfo.src" change didn't make it. At 2026-06-07T01:01:21+0000, Thomas Dickey wrote: > NEWS | 7 +++ > VERSION | 2 - > aclocal.m4 | 6 +-- > configure | 2 - > dist.mk | 4 +- > form/frm_driver.c | 10 ++--- > include/nc_win32.h.in | 8 ++-- > menu/m_post.c | 6 +-- > misc/terminfo.src | 71 +++++++++++++++++++++++++++++++------ > ncurses/base/MKunctrl.awk | 5 +- > ncurses/base/lib_addch.c | 5 +- > ncurses/base/lib_getch.c | 5 +- > ncurses/base/resizeterm.c | 4 +- > ncurses/tinfo/alloc_entry.c | 16 +++++--- > ncurses/tinfo/captoinfo.c | 6 +-- > ncurses/tinfo/comp_expand.c | 9 ++-- > ncurses/tinfo/comp_scan.c | 13 +++--- > ncurses/tinfo/read_entry.c | 7 +-- > ncurses/tinfo/write_entry.c | 4 +- > ncurses/trace/varargs.c | 7 +-- > ncurses/tty/lib_mvcur.c | 4 +- > ncurses/tty/tty_update.c | 9 +--- > ncurses/widechar/lib_add_wch.c | 5 +- > package/debian-mingw/changelog | 4 +- > package/debian-mingw64/changelog | 4 +- > package/debian/changelog | 4 +- > package/mingw-ncurses.nsi | 4 +- > package/mingw-ncurses.spec | 6 +-- > package/ncurses.spec | 6 +-- > package/ncursest.spec | 6 +-- > progs/dump_entry.c | 4 +- > progs/infocmp.c | 5 +- > progs/tic.c | 16 +++----- > progs/toe.c | 8 ++-- > progs/tset.c | 8 ++-- > test/blue.c | 20 +++++----- > test/bs.c | 6 +-- > test/demo_defkey.c | 6 +-- > test/demo_terminfo.c | 6 ++- > test/dup_field.c | 48 +++++++++++++------------ > test/firstlast.c | 6 +-- > test/ins_wide.c | 9 +++- > test/inserts.c | 9 +++- > test/move_field.c | 5 +- > test/ncurses.c | 42 +++++++++++---------- > test/newdemo.c | 10 +++-- > test/picsmap.c | 8 ++-- > test/railroad.c | 4 +- > test/savescreen.c | 8 ++-- > test/test_add_wchstr.c | 7 ++- > test/test_addchstr.c | 9 +++- > test/test_addstr.c | 9 +++- > test/test_addwstr.c | 9 +++- > test/test_opaque.c | 10 +++-- > 54 files changed, 303 insertions(+), 218 deletions(-) > ------------------------------------------------------------------------------ commit dbdd54cba8e6f4e09d03fc97379da52672ca26ea (HEAD -> master, tag: v6_6_20260606, origin/master, origin/HEAD) Author: Thomas E. Dickey <[email protected]> Date: Sun Jun 7 00:14:38 2026 +0000 snapshot of project "ncurses", label v6_6_20260606 NEWS | 7 ++++++- VERSION | 2 +- aclocal.m4 | 6 +++--- configure | 2 +- dist.mk | 4 ++-- form/frm_driver.c | 10 +++++----- include/nc_win32.h.in | 8 +++++--- menu/m_post.c | 6 +++--- ncurses/base/MKunctrl.awk | 5 ++--- ncurses/base/lib_addch.c | 5 ++--- ncurses/base/lib_getch.c | 5 +++-- ncurses/base/resizeterm.c | 4 ++-- ncurses/tinfo/alloc_entry.c | 16 +++++++++++----- ncurses/tinfo/captoinfo.c | 6 +++--- ncurses/tinfo/comp_expand.c | 9 ++++----- ncurses/tinfo/comp_scan.c | 13 +++++++------ ncurses/tinfo/read_entry.c | 7 +++---- ncurses/tinfo/write_entry.c | 4 ++-- ncurses/trace/varargs.c | 7 +++---- ncurses/tty/lib_mvcur.c | 4 ++-- ncurses/tty/tty_update.c | 9 +++------ ncurses/widechar/lib_add_wch.c | 5 ++--- package/debian-mingw/changelog | 4 ++-- package/debian-mingw64/changelog | 4 ++-- package/debian/changelog | 4 ++-- package/mingw-ncurses.nsi | 4 ++-- package/mingw-ncurses.spec | 6 +++--- package/ncurses.spec | 6 +++--- package/ncursest.spec | 6 +++--- progs/dump_entry.c | 4 ++-- progs/infocmp.c | 5 +++-- progs/tic.c | 16 +++++++--------- progs/toe.c | 8 ++++---- progs/tset.c | 8 ++++---- test/blue.c | 20 ++++++++++---------- test/bs.c | 6 +++--- test/demo_defkey.c | 6 +++--- test/demo_terminfo.c | 6 ++++-- test/dup_field.c | 48 +++++++++++++++++++++++++----------------------- test/firstlast.c | 6 +++--- test/ins_wide.c | 9 ++++++--- test/inserts.c | 9 ++++++--- test/move_field.c | 5 +++-- test/ncurses.c | 42 ++++++++++++++++++++++-------------------- test/newdemo.c | 10 ++++++---- test/picsmap.c | 8 +++++--- test/railroad.c | 4 ++-- test/savescreen.c | 8 ++++---- test/test_add_wchstr.c | 7 ++++--- test/test_addchstr.c | 9 ++++++--- test/test_addstr.c | 9 ++++++--- test/test_addwstr.c | 9 ++++++--- test/test_opaque.c | 10 ++++++---- 53 files changed, 242 insertions(+), 208 deletions(-) Regards, Branden --sefkreexqavctzqs Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEh3PWHWjjDgcrENwa0Z6cfXEmbc4FAmok1pkACgkQ0Z6cfXEm bc4PnA/+JJiqz2LjWxZqzb9LATbxgJ84lBi/o8b4FSa8d4gbAyj/y+INl07vJcfI ty8kllqF6Qq6bSJ23XEyYc7iIPcxt9z1ja7lNit0aRdIIjmkqlSg5BRT2/ZdLxs4 XBkR8a92QQC0pdAA1ndBEbHQqhkc/OkkdukBmdhxek68pyzNM2LL2zvge4ZJ657s n2k0N53erJcJI1qWdLAJLac9eRup6wGRVYi1OEf07oUDQskhxT09nOqWiDD9b7Qf oQNg5XJNkTZWWeXPy3KELWsY4WwOUgUpf2Lxy1pc8lMMe+7n4poVPErhVy4lmJsi 3NE/w110oA4P+AvQslG+2ePLt8Twq2ZNgclrb/y2VvJ393CDwOxiAUTD4N/37svl 9wgeoQcaQSM31l314bhT41lJuokWjMYqvwrahieJGDfkpAjlTEil+niw2DHGeCRk Y45yPEdnOsePyaZjMjuF7Gjxr4xuBmZ5174CIIPQYbvxzGLmpdJ9zbh9rl7KoF1V 7VwYYPycbZcs3gCTSyZDJGU8p72PBhWrgCcP5uWs73LKnVJi7r9OAd9tDPYgA7dH kac89XrGBl0DJ6i323og3AZEIzhRLaKtXlXdpwH/EL6+fvTGTcI5m88/ka2F2hvd L1fOFqvT5US2lMB8abLKHHX5Xl9xIhKABz7w4/IH3h71bvSmgFY= =dUGS -----END PGP SIGNATURE----- --sefkreexqavctzqs--