bug#69368: [PATCH] Allow --zero with --check

2024-02-24 Thread Ricardo Branco
The --zero option is useless if not supported by --check. Attached patch fixes it. https://github.com/coreutils/coreutils/pull/81 Best, R diff --git a/src/digest.c b/src/digest.c index e8d5ded33..ddd816012 100644 --- a/src/digest.c +++ b/src/digest.c @@ -1178,7 +1177,7 @@ digest_check (char

bug#69369: wc -w ignores breaking space over UCHAR_MAX

2024-02-24 Thread Aearil via GNU coreutils Bug Reports
Hi, wc -w doesn't seem to recognize whitespace characters with a codepoint over UCHAR_MAX (255) as word separators. For example, using the character EM SPACE U+2003: $ printf "foo\u2003bar" | ./wc -w 1 I should get a word count of 2, but instead the space is ignored while counting words.

bug#62572: Bug#1058752: bug#62572: cp --no-clobber behavior has changed

2024-02-24 Thread Pádraig Brady
On 01/02/2024 00:36, Paul Eggert wrote: On 1/31/24 06:06, Pádraig Brady wrote: To my mind the most protective option takes precedence. That's not how POSIX works with mv -i and mv -f. The last flag wins. I assume this is so that people can have aliases or shell scripts that make -i the