diff options
| author | Jim Meyering <jim@meyering.net> | 2005-06-30 16:48:02 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2005-06-30 16:48:02 +0000 |
| commit | 0f4b63f1acbabd8554d9d1dfa0c7f82bec6b630d (patch) | |
| tree | 8eabf49373d264ae7d80665378606e214d464377 | |
| parent | Add uses of ARGMATCH_VERIFY to ensure that (diff) | |
| download | coreutils-0f4b63f1acbabd8554d9d1dfa0c7f82bec6b630d.tar.gz coreutils-0f4b63f1acbabd8554d9d1dfa0c7f82bec6b630d.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |
