On 01/11/2024 06:04, Collin Funk wrote:
Hi,
In POSIX 2024, stty has the following change [1]:
Austin Group Defects 1053, 1532, and 1687 are applied, changing the
-g option and adding the rows number, cols number, and size
operands.
Here is a patch updating the output of --help a
On 31/10/2024 22:01, Pádraig Brady wrote:
On 31/10/2024 18:35, Sam Russell wrote:
> `cksum -a crc32` could be added I suppose to select the current
implementation in gnulib
both versions are CRC32 though, and then if you look at the iSCSI/SCTP version
they use CRC32-C which uses a totally d
Hi,
The 'test' command has the following change in POSIX 2024 [1]:
Austin Group Defect 375 is applied, adding the
pathname1 -ef pathname2, pathname1 -nt pathname2,
pathname1 -ot pathname2, s1 > s2, and s1 < s2 primaries.
The -ef, -nt, and -ot operators are already implement in Coreut