diff options
author | Jim Meyering <jim@meyering.net> | 2001-10-22 08:02:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-10-22 08:02:38 +0000 |
commit | 0b765fd5470844f9fca762da8b7044612d2e57db (patch) | |
tree | a434b37fc7e996e3458e88fa2b0080f443c5dcfb /lib/ChangeLog | |
parent | 8229e0dbef16352384a1df2b77052a535f814495 (diff) | |
download | coreutils-0b765fd5470844f9fca762da8b7044612d2e57db.tar.xz |
.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index d1057d733..ef8d9f9c3 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -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> @@ -176,7 +181,7 @@ 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. |