Re: fnmatch memory allocation fix

2006-08-22 Thread Paul Eggert
Bruno Haible <[EMAIL PROTECTED]> writes: > Are there no comments regarding > http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00333.html ? > This is code that should fix a problem also in glibc. I haven't had time to review it well but the basic idea seems fine. While we're on the subject

Re: fnmatch memory allocation fix

2006-08-18 Thread Bruno Haible
Hi, Are there no comments regarding http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00333.html ? This is code that should fix a problem also in glibc. Bruno

fnmatch memory allocation fix

2006-07-31 Thread Bruno Haible
Hi, When trying to use the 'fnmatch' module for GNU gettext, I found thst it still depends on the old 'alloca' module that relies on an external function on platforms like HP-UX 10.00 with cc. IMO the better choice is to use the 'alloca-opt' module and hand-optimized code for modules that come fro