bug#35636: bug report sort command

2019-05-08 Thread Eric Blake
tag 35636 notabug thanks On 5/8/19 3:35 AM, Michele Liberi wrote: > I verified the following bug is there in: > >- sort (GNU coreutils) 8.21 >- sort (GNU coreutils) 8.22 >- sort (GNU coreutils) 8.23 > > *Input file:* > # cat sort.in > 1|a|x > 2|b|x > 3|aa|x > 4|bb|x > 5|c|x > > > *

bug#35636: bug report sort command

2019-05-08 Thread Michele Liberi
I verified the following bug is there in: - sort (GNU coreutils) 8.21 - sort (GNU coreutils) 8.22 - sort (GNU coreutils) 8.23 *Input file:* # cat sort.in 1|a|x 2|b|x 3|aa|x 4|bb|x 5|c|x *shell command and output:* # sort -t'|' -k2

bug#35632: date Parse of '13:00 + 2 hours' Broken.

2019-05-08 Thread Ralph Corderoy
Hi, Using date from coreutils 8.31-1 on Arch Linux. This surprised me. $ TZ=UTC0 /bin/date -d '1pm + 2 hours' Wed 8 May 15:00:00 UTC 2019 $ TZ=UTC0 /bin/date -d '13:00 + 2 hours' Wed 8 May 12:00:00 UTC 2019 The documentation doesn't suggest `1pm' and `13:00' are treated differe