Re: two (and a half) more crashes in regex module

2018-09-14 Thread Tim Rühsen
On 9/13/18 6:22 PM, Eduardo A. Bustamante López wrote: > On Wed, Sep 12, 2018 at 09:23:54AM +0200, Tim Rühsen wrote: > (...) >> I stumbled upon the memory consumption (and slowness) a while ago, but >> it seems to be a well-known issue regarding >> https://sourceware.org/glibc/wiki/Security%20Exc

Re: (Slightly) broken html doc

2018-09-14 Thread Bruno Haible
Hi Akim, > You might already know this, but > https://www.gnu.org/software/gnulib/manual/html_node/index.html shows > the documentation of the ‘index’ module at its bottom. Yes, most of us noticed this as well. > It smells like a problem in makeinfo. I agree. On the other hand, when you conside

Re: (Slightly) broken html doc

2018-09-14 Thread Bruno Haible
> Hmm, maybe conditionalize it based > on @ifinfo and @ifhtml? Indeed, this works: 2018-09-14 Bruno Haible doc: Fix bottom of top-level page. Reported by Akim Demaille in . * doc/pastposix-fu

Re: (Slightly) broken html doc

2018-09-14 Thread Akim Demaille
> Le 14 sept. 2018 à 12:57, Bruno Haible a écrit : > >> Hmm, maybe conditionalize it based >> on @ifinfo and @ifhtml? > > Indeed, this works: > > > 2018-09-14 Bruno Haible > > doc: Fix bottom of top-level page. > Reported by Akim Demaille in >