Dorian Péron
Dorian Péron
Fixes #6573
In a file, several line format may be present at the same time, this is not handled with our implementation. See: ``` $ echo -n foo > foo $ ../gnu/src/cksum...
Fixes #6554 and adds a test for it.
While working on a workaround for #6572 , I realized that the way we guess the number of bits for BLAKE2b (when it differs from standard 512) is wrong. Indeed,...
This pull request addresses several points on the argument processing of `date`: - Enfore the mutual exclusivity of `--date`, `--file`, `--reference`, and `--resolution` (not yet implemented). - Successive `--date`, `--file`...
Second part of splitting #6603. This PR adds support for non-UTF-8 checksum file content for `cksum` and `hashsum` validation tools. In practice, given a CHECKSUM file with the following content,...
`cksum`'s behavior when encountering directories or non existing files mismatches gnu implementation ```sh $ cat