From: Jim Meyering Date: Thu, 5 Jan 2006 14:31:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~957 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de0f11596dbdff2da73741dd8bfa6190ecd69456;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index e4bb112e38..7450d7828e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ * Version 6.0-cvs. + * src/remove.c: Give a few functions the inline attribute. + (AD_pop_and_chdir): Use gotos to avoid some duplication. + (AD_push): Rewrite an assertion so that the entire computation + goes away when assertions are turned off. + * src/tail.c (ENOSYS) [!defined ENOSYS]: Don't define here. It's already defined in "system.h". * Makefile.maint: Add a FIXME comment.