summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-12-24 05:28:19 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-12-24 05:28:19 +0000
commit3136cae7dd414ef629d984bd699de59b5e98dc80 (patch)
treef9e7942a5da16e8e483ca54856ec2a6effe324e4 /lib
parent6a9179a556e0ce927f95a3a577d9be4b33ead8b0 (diff)
downloadcoreutils-3136cae7dd414ef629d984bd699de59b5e98dc80.tar.xz
Change getdate to not use alloca. Shrink initial stack.
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 286ddb376..f66ddace3 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,10 @@
+2004-12-23 Paul Eggert <eggert@cs.ucla.edu>
+
+ * getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
+ need to extend the stack.
+ (YYINITDEPTH): New macro, so that the initial stack isn't overly
+ large.
+
2004-12-19 Paul Eggert <eggert@cs.ucla.edu>
* c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not