summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-12-19 13:42:55 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-12-19 13:42:55 +0000
commit7bb6fb4250d5d940468563ed8e5481e1886b9951 (patch)
tree59592b408efd66111cf631a078b733ab8275c82e /lib
parent13389908dd45f4aa072f5019e222b9a560c363f7 (diff)
downloadcoreutils-7bb6fb4250d5d940468563ed8e5481e1886b9951.tar.xz
Fix alloca problems with getdate.
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 13f4e48f5..457d96adf 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,11 @@
+2004-12-19 Paul Eggert <eggert@cs.ucla.edu>
+
+ * alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
+ Remove now-obsolete comment about AIX.
+ * getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
+ (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
+ (YYMAXDEPTH): New macro.
+
2004-12-11 Jim Meyering <jim@meyering.net>
* chdir-long.c: Fail via #error if PATH_MAX is not defined, since