From: Jim Meyering Date: Mon, 5 Sep 2005 16:57:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22322e0d9b6c7c09cc2ee8fe0c23f635a6f10b07;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 5e8721717f..f254be0fd7 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2005-09-05 Jim Meyering + + * verify.h (__builtin_constant_p) [__GNUC__ <= 2]: Define to 1. + (verify_type__) [verify_error_if_non_const__]: New member/test, + to help detect when verify or verify_expr is mistakenly passed + a non-constant argument within a function. + 2005-08-31 Jim Meyering * quotearg.c (quotearg_n_options): Change code to be suboptimal, in