summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-10 22:47:08 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-10 22:47:08 +0000
commitfaca6bfc15d1e0a868390db97e492ce1c2e9f923 (patch)
tree498eac5c630056762077a8c6ee5cec0f5683324c /ChangeLog
parentc5ff0b216ee0e7ae85b2c24f83a58de592120a46 (diff)
downloadcoreutils-faca6bfc15d1e0a868390db97e492ce1c2e9f923.tar.xz
Convert to UTF-8.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index bf8bcd8a7..861ad5a99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3934,7 +3934,7 @@
* src/factor.c (print_factors): Give a separate diagnostic
for numbers that are too large, but otherwise valid.
- Reported by Dániel Varga.
+ Reported by Dániel Varga.
2003-09-10 Jim Meyering <jim@meyering.net>
@@ -5912,10 +5912,10 @@
* README: Refer new feature discussion to bug-coreutils@gnu.org,
rather than bug-gnu-utils, now that the former is better known.
- Suggestion from Göran Uddeborg.
+ Suggestion from Göran Uddeborg.
* src/stat.c (usage): Capitalize consistently.
- Reported by Göran Uddeborg.
+ Reported by Göran Uddeborg.
* Makefile.maint (rel-files): Include $(signatures), so that
those files are also copied into $(release_archive_dir).
@@ -6734,7 +6734,7 @@
the empty string.
(count_entry): When appending a file name component,
account for the fact that the current path may end in `/'.
- François Pinard reported that `du symlink-to-dir/' was not
+ François Pinard reported that `du symlink-to-dir/' was not
equivalent to `du symlink-to-dir/.'. Now it is.
* tests/du/trailing-slash: New file/test, for the above fix.
* tests/du/Makefile.am (TESTS): Add trailing-slash.