summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2007-05-26 07:08:18 +0200
committerJim Meyering <jim@meyering.net>2007-05-26 07:13:50 +0200
commite82c7ddd4737d3e402cb6c73d91b50afe8c5b7f7 (patch)
tree8499ecbe6d89853aeeee0465f99c4c3ce3c81133 /ChangeLog
parent8ab7f351a139ab25a14843c69699069242bfc510 (diff)
downloadcoreutils-e82c7ddd4737d3e402cb6c73d91b50afe8c5b7f7.tar.xz
wc: ignore multibyte-character decoding errors
* src/wc.c (wc): Don't issue an error message when mbrtowc indicates that we have seen an invalid byte sequence. This makes "wc /bin/sh" bearable (though the word and line counts are likely not to be useful). * NEWS: Mention the change.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34304f124..ab446387c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-05-25 James Youngman <jay@gnu.org>
+
+ wc: ignore multibyte-character decoding errors
+ * src/wc.c (wc): Don't issue an error message when mbrtowc
+ indicates that we have seen an invalid byte sequence. This
+ makes "wc /bin/sh" bearable (though the word and line counts
+ are likely not to be useful).
+ * NEWS: Mention the change.
+
2007-05-22 Jim Meyering <jim@meyering.net>
Check for an up-to-date copyright year in coreutils.texi.