From: Paul Eggert Date: Fri, 24 Dec 2004 05:21:23 +0000 (+0000) Subject: * getdate.y (YYINITDEPTH): New macro. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7b5aa63c2b8ee222ee39307c695f2faf65e5c3e;p=pspp * getdate.y (YYINITDEPTH): New macro. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 33174ffa00..225afc58d2 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,7 +1,11 @@ +2004-12-23 Paul Eggert + + * getdate.y (YYINITDEPTH): New macro, so that the initial stack + is small too. + 2004-12-22 Sergey Poznyakoff - * lib/argp-parse.c (parser_init): Avoid arithmetics on void - pointers. + * argp-parse.c (parser_init): Avoid arithmetics on void pointers. 2004-12-19 Paul Eggert @@ -154,7 +158,7 @@ 2004-11-23 Sergey Poznyakoff - * lib/getopt_.h: Re-addition of __getopt_argv_const caused + * getopt_.h: Re-addition of __getopt_argv_const caused redefinition warnings. To avoid them, include the defines in `#if !defined __need_getopt ... #endif'. The only place where __getopt_argv_const is used is in definitions @@ -341,7 +345,7 @@ 2004-11-01 Paul Eggert - * lib/getpass.c (fflush_unlocked, flockfile, funlockfile) + * getpass.c (fflush_unlocked, flockfile, funlockfile) (funlockfile, fputs_unlocked, putc_unlocked): Don't define if already declared. @@ -900,7 +904,7 @@ Don't try to source the system alloca.h since it will not be found and to prevent recursively including its replacement. * fnmatch.c: Include instead of opencoding. - * lib/regex.c: Likewise. + * regex.c: Likewise. 2004-05-16 Derek Price Paul Eggert