From: Jim Meyering Date: Thu, 13 May 2004 07:27:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1565 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f49007619573f96eb8ab1b0ccd2248e5492a30c1;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index dab773ff63..00bd389960 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -2004-05-12 Jim Meyering +2004-05-12 Paul Eggert * Version 5.3.0. + * src/od.c (print_ascii, dump_strings): Use e.g. '\a' rather than + '\007', for portability to EBCDIC hosts. + * src/printf.c (print_esc_char): Likewise. + * src/tr.c (unquote, make_printable_str): Likewise. + +2004-05-12 Jim Meyering + * src/remove.c (AD_pop_and_chdir): Move lstat-`.' into if-block where the result is used. This avoids one unnecessary lstat call per command line argument.