+2004-05-17 Derek R. Price <derek@ximbiot.com>
+ Paul Eggert <eggert@cs.ucla.edu>
+
+ * modules/argp: Depend on alloca.
+
2004-05-16 Paul Eggert <eggert@cs.ucla.edu>
* modules/getdate: Depend on alloca.
+2004-05-17 Paul Eggert <eggert@cs.ucla.edu>
+
+ * srclist.txt: Break link for argp-help.c and argp-parse.c until
+ we can get this patch merged into glibc.
+
2004-04-21 Karl Berry <karl@gnu.org>
* srclist.txt (localcharset.c): break sync.
-# $Id: srclist.txt,v 1.37 2004-04-21 12:53:26 karl Exp $
+# $Id: srclist.txt,v 1.38 2004-05-18 05:18:41 eggert Exp $
# Files for which we are not the source. See ./srclistvars.sh for the
# variable definitions.
$LIBCSRC/argp/argp-fmtstream.c lib gpl
$LIBCSRC/argp/argp-fmtstream.h lib gpl
$LIBCSRC/argp/argp-fs-xinl.c lib gpl
-$LIBCSRC/argp/argp-help.c lib gpl
+# Currently not quite the same, due to alloca-related patch in gnulib.
+#$LIBCSRC/argp/argp-help.c lib gpl
$LIBCSRC/argp/argp-namefrob.h lib gpl
-$LIBCSRC/argp/argp-parse.c lib gpl
+# Currently not quite the same, due to alloca-related patch in gnulib.
+#$LIBCSRC/argp/argp-parse.c lib gpl
$LIBCSRC/argp/argp-pv.c lib gpl
$LIBCSRC/argp/argp-pvh.c lib gpl
$LIBCSRC/argp/argp-xinl.c lib gpl
+2004-05-17 Derek R. Price <derek@ximbiot.com>
+ Paul Eggert <eggert@cs.ucla.edu>
+
+ * argp-help.c, argp-parse.c: Assume <alloca.h> rather than freecoding.
+
2004-05-14 Bruno Haible <bruno@clisp.org>
* vasnprintf.c (VASNPRINTF): Correctly handle the case of a precision
#include <config.h>
#endif
-/* AIX requires this to be the first thing in the file. */
-#ifndef __GNUC__
-# if HAVE_ALLOCA_H || defined _LIBC
-# include <alloca.h>
-# else
-# ifdef _AIX
-#pragma alloca
-# else
-# ifndef alloca /* predefined by HP cc +Olibcalls */
-char *alloca ();
-# endif
-# endif
-# endif
-#endif
-
+#include <alloca.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <config.h>
#endif
-/* AIX requires this to be the first thing in the file. */
-#ifndef __GNUC__
-# if HAVE_ALLOCA_H || defined _LIBC
-# include <alloca.h>
-# else
-# ifdef _AIX
-#pragma alloca
-# else
-# ifndef alloca /* predefined by HP cc +Olibcalls */
-char *alloca ();
-# endif
-# endif
-# endif
-#endif
-
+#include <alloca.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+2004-05-17 Derek R. Price <derek@ximbiot.com>
+ Paul Eggert <eggert@cs.ucla.edu>
+
+ * argp: Depend on alloca.
+
2004-05-16 Paul Eggert <eggert@cs.ucla.edu>
* alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
m4/argp.m4
Depends-on:
+alloca
getopt
strchrnul
sysexits