bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnulib] Re: fnmatch.c includes alloca.h conditionally?


From: Derek Robert Price
Subject: Re: [Bug-gnulib] Re: fnmatch.c includes alloca.h conditionally?
Date: Fri, 23 Apr 2004 13:26:32 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Paul Eggert wrote:

>Derek Robert Price <address@hidden> writes:
>
>>Actually, fnmatch.c still calls alloca() unconditionally, but it does
>>look to me like the dependency reference in modules/argp can be removed.
>>...
>
>
>How about this idea: wait a day or two for Bruno to comment, and if he
>doesn't then write up a patch?


Patch attached.  I've removed bug-autoconf & bug-automake from the CC
list.

Derek

- --
                *8^)

Email: address@hidden

Get CVS support at <http://ximbiot.com>!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFAiVHHLD1OTBfyMaQRAiMDAJ9A5aL/uPdhkVvJxztEBmHX+zjyUQCg47Gs
RW1iDUop8jCPvMON6Cpjp9Y=
=O6fw
-----END PGP SIGNATURE-----

Index: ChangeLog
===================================================================
RCS file: /cvsroot/gnulib/gnulib/ChangeLog,v
retrieving revision 1.147
diff -u -p -r1.147 ChangeLog
--- ChangeLog   20 Apr 2004 08:52:03 -0000      1.147
+++ ChangeLog   23 Apr 2004 17:25:40 -0000
@@ -1,3 +1,7 @@
+2004-04-23  Derek Price  <address@hidden>
+
+       * modules/argp: Remove dependency on alloca.
+
 2004-04-20  Jim Meyering  <address@hidden>
 
        * modules/dirfd: Change UTILS_ macro name prefix to gl_.
Index: modules/argp
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/argp,v
retrieving revision 1.3
diff -u -p -r1.3 argp
--- modules/argp        10 Oct 2003 19:41:13 -0000      1.3
+++ modules/argp        23 Apr 2004 17:25:40 -0000
@@ -17,7 +17,6 @@ lib/argp-xinl.c
 m4/argp.m4
 
 Depends-on:
-alloca
 getopt
 strchrnul
 sysexits

reply via email to

[Prev in Thread] Current Thread [Next in Thread]