From: Jim Meyering Date: Mon, 22 Oct 2001 08:02:38 +0000 (+0000) Subject: . X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76230427055f7ca275f2ac76dbe5a0827feb714e;p=pspp . --- diff --git a/lib/ChangeLog b/lib/ChangeLog index d1057d7333..ef8d9f9c31 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,6 +1,11 @@ +2001-10-22 Paul Eggert + + * hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__, + to avoid a warning if -Wall. + 2001-10-21 Paul Eggert - * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job. + * regex.c (uintptr_t): Remove macro and decl; it's config.h's job. 2001-10-21 Jim Meyering @@ -43,7 +48,7 @@ 2001-09-29 Paul Eggert - * lib/exclude.c (excluded_filename): 0 -> false, since it's + * exclude.c (excluded_filename): 0 -> false, since it's a boolean context. 2001-09-28 Paul Eggert @@ -176,7 +181,7 @@ 2001-08-30 Paul Eggert - * lib/xgetcwd.c: Don't include pathmax.h. + * xgetcwd.c: Don't include pathmax.h. Include stdlib.h and unistd.h if available. Include xalloc.h. (xmalloc, xstrdup, free): Remove decls.