diff options
author | Jim Meyering <jim@meyering.net> | 1996-05-28 23:41:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-05-28 23:41:11 +0000 |
commit | a3b44d2fd574304e1c667a184a264f4dae084468 (patch) | |
tree | e372b8129108f1c25294eae1f86114146ce43292 /old/fileutils | |
parent | 55dcae1c8da9fb22e30ccbf57dcdb8f165d5ee02 (diff) | |
download | coreutils-a3b44d2fd574304e1c667a184a264f4dae084468.tar.xz |
.
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 590795e05..9b1c3b33f 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,9 @@ +Tue May 28 18:39:49 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * dd.c (print_stats): Don't mark "%u %s" as a translatable string. + * mv.c (main): Don't mark "%s" as a translatable string. + From Göran Uddeborg. + Thu May 23 07:50:38 1996 Jim Meyering <meyering@na-net.ornl.gov> * ls.c (usage): Make --literal (-N) description clearer. @@ -73,7 +79,7 @@ Wed May 15 22:54:31 1996 Jim Meyering (meyering@na-net.ornl.gov) Tue May 14 23:36:54 1996 Jim Meyering (meyering@na-net.ornl.gov) * dd.c (print_stats): Restructure pluralization of error message - so it's easier to translate. Reported by Gvran Uddeborg + so it's easier to translate. Reported by Göran Uddeborg <gvran@uddeborg.pp.se>. * mv.c (main): Likewise. @@ -151,7 +157,7 @@ Wed Apr 24 21:33:43 1996 Jim Meyering (meyering@na-net.ornl.gov) * ln.c (do_link): With --force, don't remove DEST when it's the same as SOURCE. Before, `ln -f FILE FILE' would remove FILE. - Reported by Bruno Haible. + Reported by Bruno Haible (haible@ilog.fr). * mkdir.c (main): Use verbose_fmt_string, not string literal in call to make_path for --parents. Reported by Ulrich Drepper. |