From: Paul Eggert Date: Fri, 24 Dec 2004 05:28:19 +0000 (+0000) Subject: Change getdate to not use alloca. Shrink initial stack. X-Git-Tag: v5.3.0~78 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3136cae7dd414ef629d984bd699de59b5e98dc80;p=thirdparty%2Fcoreutils.git Change getdate to not use alloca. Shrink initial stack. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 286ddb3769..f66ddace30 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2004-12-23 Paul Eggert + + * 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 * c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not