]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Change getdate to not use alloca. Shrink initial stack.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 24 Dec 2004 05:28:19 +0000 (05:28 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 24 Dec 2004 05:28:19 +0000 (05:28 +0000)
lib/ChangeLog

index 286ddb3769d0b211f4740c3e3d8492a74ae5865d..f66ddace30b388a57a0a801e38c1688ef7a182e4 100644 (file)
@@ -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