.
authorJim Meyering <jim@meyering.net>
Mon, 22 Oct 2001 08:02:38 +0000 (08:02 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 22 Oct 2001 08:02:38 +0000 (08:02 +0000)
lib/ChangeLog

index d1057d733368df963b871a57a30e5979be70c15d..ef8d9f9c3136ccb9747ed15f96a68695fedaa63d 100644 (file)
@@ -1,6 +1,11 @@
+2001-10-22  Paul Eggert  <eggert@twinsun.com>
+
+       * hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
+       to avoid a warning if -Wall.
+
 2001-10-21  Paul Eggert  <eggert@twinsun.com>
 
-       * 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  <meyering@lucent.com>
 
@@ -43,7 +48,7 @@
 
 2001-09-29  Paul Eggert  <eggert@twinsun.com>
 
-       * 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  <eggert@twinsun.com>
 
 2001-08-30  Paul Eggert  <eggert@twinsun.com>
 
-       * 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.