Re: texinfo-6.7.91 pretest

2021-06-18 Thread Gavin Smith
On Fri, Jun 18, 2021 at 8:00 PM Eli Zaretskii wrote: > > > Date: Fri, 18 Jun 2021 21:47:26 +0300 > > From: Eli Zaretskii > > Cc: bug-texinfo@gnu.org > > > > > The main way to check would be to set TEXINFO_XS=debug in the environment > > > and check that the modules are being loaded. > > > > How d

Re: texinfo-6.7.91 pretest

2021-06-18 Thread Eli Zaretskii
> Date: Fri, 18 Jun 2021 21:47:26 +0300 > From: Eli Zaretskii > Cc: bug-texinfo@gnu.org > > > The main way to check would be to set TEXINFO_XS=debug in the environment > > and check that the modules are being loaded. > > How do I invoke the built makeinfo on a real manual without > installing Te

Re: texinfo-6.7.91 pretest

2021-06-18 Thread Eli Zaretskii
> From: Gavin Smith > Date: Fri, 18 Jun 2021 19:23:55 +0100 > Cc: bug-texinfo@gnu.org > > The main way to check would be to set TEXINFO_XS=debug in the environment > and check that the modules are being loaded. How do I invoke the built makeinfo on a real manual without installing Texinfo? What

Re: texinfo-6.7.91 pretest

2021-06-18 Thread Gavin Smith
On Fri, Jun 18, 2021 at 09:19:54PM +0300, Eli Zaretskii wrote: > > From: Gavin Smith > > Date: Fri, 18 Jun 2021 16:34:42 +0100 > > Cc: bug-texinfo@gnu.org > > > > > This pretest builds cleanly with MinGW on MS-Windows, and passes all > > > the tests (with some tests skipped, as expected). > > >

Re: texinfo-6.7.91 pretest

2021-06-18 Thread Eli Zaretskii
> From: Gavin Smith > Date: Fri, 18 Jun 2021 16:34:42 +0100 > Cc: bug-texinfo@gnu.org > > > This pretest builds cleanly with MinGW on MS-Windows, and passes all > > the tests (with some tests skipped, as expected). > > That's good to hear. Did you check if all the XS modules are still > buildin

Re: texinfo-6.7.91 pretest

2021-06-18 Thread Per Bothner
On 6/18/21 8:32 AM, Gavin Smith wrote: If we were going to mess about with this code it would be better to rewrite it to use neither strncat not strcat. Indeed - the code is sufficiently complex that I could not be sure there is no buffer overflow, for example. Are we guaranteed that the 'desc

Re: texinfo-6.7.91 pretest

2021-06-18 Thread Gavin Smith
On Fri, Jun 18, 2021 at 04:07:23PM +0300, Eli Zaretskii wrote: > > From: Gavin Smith > > Date: Tue, 15 Jun 2021 21:44:54 +0100 > > > > The next pretest for the next Texinfo release has been uploaded to > > > > https://alpha.gnu.org/gnu/texinfo/texinfo-6.7.91.tar.xz > > > > We hope to release th

Re: texinfo-6.7.91 pretest

2021-06-18 Thread Gavin Smith
On Fri, Jun 18, 2021 at 06:52:40AM -0700, Per Bothner wrote: > > > On 6/18/21 6:07 AM, Eli Zaretskii wrote: > > > From: Gavin Smith > > > Date: Tue, 15 Jun 2021 21:44:54 +0100 > > > > > > The next pretest for the next Texinfo release has been uploaded to > > > > > > https://alpha.gnu.org/gnu/t

Re: texinfo-6.7.91 pretest

2021-06-18 Thread Per Bothner
On 6/18/21 6:07 AM, Eli Zaretskii wrote: From: Gavin Smith Date: Tue, 15 Jun 2021 21:44:54 +0100 The next pretest for the next Texinfo release has been uploaded to https://alpha.gnu.org/gnu/texinfo/texinfo-6.7.91.tar.xz We hope to release this fairly soon barring the discovery of any major

Re: texinfo-6.7.91 pretest

2021-06-18 Thread Eli Zaretskii
> From: Gavin Smith > Date: Tue, 15 Jun 2021 21:44:54 +0100 > > The next pretest for the next Texinfo release has been uploaded to > > https://alpha.gnu.org/gnu/texinfo/texinfo-6.7.91.tar.xz > > We hope to release this fairly soon barring the discovery of any major issues. This pretest builds