diff options
author | Pádraig Brady <P@draigBrady.com> | 2015-10-26 01:26:04 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2015-10-27 13:20:50 +0000 |
commit | 106d4bf159a97b573d6479473fa38216fb8bfada (patch) | |
tree | df625291cacb7341dd291f3edc87907ba83e655c /NEWS | |
parent | e71be1292b92b244d065873fae5a17d5e1f0a16c (diff) | |
download | coreutils-106d4bf159a97b573d6479473fa38216fb8bfada.tar.xz |
md5sum: quote all printed file names
This is especially significant when using --check
with files generated on a windows system, where the \r
characters produce corrupted and confusing error messages.
This also ensures status messages are output on a single line.
* src/md5sum.c: Use quote() for printed file names.
* tests/misc/md5sum.pl: Adjust accordingly.
* NEWS: Mention the change in behavior.
Fixes http://bugs.gnu.org/21757
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ GNU coreutils NEWS -*- outline -*- df now prefers sources towards the root of a device when eliding duplicate bind mounted entries. + md5sum now quotes all printed file names to avoid confusing error messages. + This also affects sha1sum, sha224sum, sha256sum, sha384sum and sha512sum. + ** Improvements dircolors now supports globbing of TERM entries in its database. |