Re: perl bug , unescaped left brace

2019-02-02 Thread carl hansen
On Sat, Feb 2, 2019 at 1:11 AM Gavin Smith wrote: > > On Fri, Feb 01, 2019 at 02:32:48PM -0800, carl hansen wrote: > > Unescaped left brace in regex is deprecated here (and will be fatal in > > Perl 5.32), passed through in regex; marked by <-- HERE in > > What version

two versions of texinfo.tex

2019-02-01 Thread carl hansen
versions of doc/texinfo.tex and build-aux/texinfo.tex are different. At least one of them is not up-to-date. "Unnecessary redundancy is the hobgoblin of software engineering."

perl bug , unescaped left brace

2019-02-01 Thread carl hansen
if TEXINFO_DEV_SOURCE=1 ; export TEXINFO_DEV_SOURCE ; top_srcdir=".." ; export top_srcdir ; top_builddir=".." ; export top_builddir ; /usr/local/bin/perl ../tp/texi2any -I . \ -o info-stnd.info `test -f 'info-stnd.texi' || echo './'`info-stnd.texi; \ then \ rc=0; \ else \ rc=$?; \ $restore

Re: Infinite loop generating QEMU docs after upgrade to Perl 5.28.0

2018-06-28 Thread carl hansen
On Wed, Jun 27, 2018 at 12:37 PM, Melvin Mawhin wrote: Escaping the left brace does not solve the loop 😊 it solves the error message but not the loop. ​ ​ do the right brace also, and also a couple lines lower. worked for me

Re: Help requested for Automake.

2017-03-04 Thread carl hansen
h On Fri, Mar 3, 2017 at 1:37 PM, Mathieu Lirzin wrote: > Hello, > > I have recently updated the texinfo.tex distributed in Automake from > version 2013-02-01.11 to version 2017-01-14.15 > > Unfortunately this had the consequence of making 2 tests of Automake test > suite fail. The problems hap