From: Jim Meyering Date: Thu, 30 Jun 2005 16:48:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~434 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f4b63f1acbabd8554d9d1dfa0c7f82bec6b630d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 2b3dce6b2c..c83cd18801 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,14 @@ * Version 5.3.1. + * src/cp.c: Add uses of ARGMATCH_VERIFY to ensure that + corresponding option string and value arrays are consistent. + * src/date.c: Likewise. + * src/du.c: Likewise. + * src/ls.c: Likewise. + cp.c and date.c each had a harmless trailing `, 0' (now-removed) + in a value list. + * src/system.h (VERIFY): Guard definition with #ifndef. (VERIFY_EXPR): Undef before defining.