]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 30 Jun 2005 16:48:02 +0000 (16:48 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 30 Jun 2005 16:48:02 +0000 (16:48 +0000)
ChangeLog

index 2b3dce6b2c7f9f48ef38bbc0e13cc1ace7e3bddc..c83cd18801ee9be8f0e8134de362d26d34cc363d 100644 (file)
--- 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.