]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 13 May 2004 07:27:25 +0000 (07:27 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 13 May 2004 07:27:25 +0000 (07:27 +0000)
ChangeLog

index dab773ff63d406c2b91980f3abace03f98b992cf..00bd3899604e0e34ffc820f29a80d2014f5d73a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
-2004-05-12  Jim Meyering  <jim@meyering.net>
+2004-05-12  Paul Eggert  <eggert@cs.ucla.edu>
 
        * 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  <jim@meyering.net>
+
        * 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.