Re: Re: fnmatch.c includes alloca.h conditionally?
Derek Robert Price <[email protected]>
| Newsgroups | gmane.comp.lib.gnulib.bugs,gmane.comp.version-control.cvs.bugs |
|---|---|
| Organization | Ximbiot <http://ximbiot.com> |
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Paul Eggert wrote: >Derek Robert Price <[email protected]> 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: [email protected] 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----- _______________________________________________ Bug-gnulib mailing list [email protected] http://mail.gnu.org/mailman/listinfo/bug-gnulib
01argp-noalloca.diff
(text/plain, 865 B)
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 <[email protected]> + + * modules/argp: Remove dependency on alloca. + 2004-04-20 Jim Meyering <[email protected]> * 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