From: Jim Meyering Date: Thu, 16 Jun 2005 21:47:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~572 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e13ab085ed19c353a3a4e3c7a2e109bfbad2e639;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 6e0b8a90ef..d057be39c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,17 @@ * Version 5.3.1. + Don't embed `this'-style quotes in format strings. + * src/tr.c: Rather than this: error (..., "...`%s'...", arg); + do this: error (..., "...%s...", quote (arg)); + * src/od.c, src/tr.c, src/csplit.c, src/date.c, src/hostname.c: + * src/join.c, src/ptx.c, src/seq.c, src/sort.c, src/split.c: + * src/split.c, src/tail.c: Likewise. + + * src/sleep.c: Include "quote.h". Remove hard-coded quotes, as above. + * src/nice.c, src/printf.c, src/fold.c: Likewise. + * src/factor.c, src/cat.c, src/expr.c, src/stty.c: Likewise. + * src/mv.c: Finally remove support for --version-control=S (-V). It was deprecated nearly 6 years ago and has been warning users to switch to --backup=S since fileutils-4.0j.