Render an empty tbl(7) table as an output line break and not
as a 1v vertical space like in groff-1.22.4 because groff-1.23
stopped emitting vertical space around tables in general.
G. Branden Robinson agrees that this new behaviour probably makes
the most sense and that groff_man(7) and groff_mdoc(7) should
probably follow in the future by having .TS imply .br, even though
from groff-1.23.0 to groff-1.25.0, yet another behaviour was
implemented, where an empty table printed nothing whatsoever,
not even an output line break.
While here, modernise the code in roff_TE() by using the
internal node creation API from "roff_int.h" rather than
the old, heavy-handed ROFF_REPARSE method.
Small formatting issue found while working on
regression tests for the fix of a bug found by
Hippolyte Doncieu de la Batie <hippolyte.doncieu at gmail.com>.
Unbreak copy/pasting screenshots from gnome-shell.
Regression due to fallback code no one is using but us, because the main
path uses memfd_* functions.
unbreak mariadb on 32-bit archs by adding fmtlib upstream patch
to FILESDIR and patching mariadb's cmake file to apply it.
re: https://github.com/fmtlib/fmt/issues/4811
net/tdesktop: remove libfido2 patches
After update libfido2 in base and adding libfido2.pc we don't need any
of them anymore.
Diff from Nazarenko Mykyta
OK: kn@