Hi Fabian,
I saw the following in a commit[1] of yours.
"On Prefix systems, compatibility wrappers are generated because the
default action is "auto". These wrappers, however, do not function
well on certain systems (Illumnos for instance), but from tests it
appears they are not necessary either
> For historical reasons (and for compatibility with AT&T 'troff'),
> the end macro exits as soon as it causes a page break and
> no remaining data is in the partially collected line.
This isn't the only anomalous behavior at the end of a
document. Since day one, troff has occasionally emitted
a b
Hi,
On Illumnos, with 1.23.0 default configure, if I do this:
% bzcat /gentoo/prefix64/usr/share/man/man3p/snprintf.3p.bz2 | ( cd
/gentoo/prefix64/usr/share/man && /gentoo/prefix64/usr/libexec/man-db/zsoelim )
| ( cd /gentoo/prefix64/usr/share/man && preconv -e UTF-8 ) | ( cd
/gentoo/prefix64/
Hi Fabian,
At 2023-12-09T19:25:19+0100, Fabian Groffen wrote:
> On Illumnos, with 1.23.0 default configure, if I do this:
>
> % bzcat /gentoo/prefix64/usr/share/man/man3p/snprintf.3p.bz2 | ( cd
> /gentoo/prefix64/usr/share/man && /gentoo/prefix64/usr/libexec/man-db/zsoelim
> ) | ( cd /gentoo/pr
On 12/7/23, Carl Milsted wrote:
> I cloned your repo and found the bugs and fixed them on my machine. I'd
> like to know the proper procedure to send the fixes back your way. I
> have not contributed to a GNU project before.
Hi Carl,
You can open a bug report in the groff bug tracker
(https://sa
Hi Doug,
At 2023-12-09T09:26:16-0500, Douglas McIlroy wrote:
> > For historical reasons (and for compatibility with AT&T 'troff'),
> > the end macro exits as soon as it causes a page break and
> > no remaining data is in the partially collected line.
>
> This isn't the only anomalous behavior at