From: Paul Eggert Date: Sun, 19 Dec 2004 13:42:55 +0000 (+0000) Subject: Fix alloca problems with getdate. X-Git-Tag: v5.3.0~107 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7bb6fb4250d5d940468563ed8e5481e1886b9951;p=thirdparty%2Fcoreutils.git Fix alloca problems with getdate. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 13f4e48f56..457d96adf7 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2004-12-19 Paul Eggert + + * alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H. + Remove now-obsolete comment about AIX. + * getdate.y: Include only if HAVE_ALLOCA. + (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA. + (YYMAXDEPTH): New macro. + 2004-12-11 Jim Meyering * chdir-long.c: Fail via #error if PATH_MAX is not defined, since