Re: stty: adjust --help to match POSIX 2024

2024-11-01 Thread Pádraig Brady
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

Re: [PATCH] crc: New optimised slice-by-8 implementation

2024-11-01 Thread Pádraig Brady
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

test: add string operators added by POSIX 2024

2024-11-01 Thread Collin Funk
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