bug#67619: stty on Chromebook

2023-12-03 Thread Dan Jacobson
Seen on Chromebook: $ stty speed 38400 $ stty speed 1200 38400 $ stty speed 1200 1200 coreutils 9.4

bug#67593: `split --number=l/N` no longer splits evenly

2023-12-03 Thread Pádraig Brady
On 03/12/2023 09:37, Paul Eggert wrote: That's not a bug, in that 'split' is behaving as documented. The first input line is one byte shorter than the second one. 'Split' divides the input into two regions, and because the first region happens to be one byte longer than the second region both

bug#67593: `split --number=l/N` no longer splits evenly

2023-12-03 Thread Paul Eggert
That's not a bug, in that 'split' is behaving as documented. The first input line is one byte shorter than the second one. 'Split' divides the input into two regions, and because the first region happens to be one byte longer than the second region both input lines are sent to the first output