Bug#1041291: ts with extra args behaves badly

2023-07-30 Thread Zefram
Nicolas Schier wrote: >-while (<>) { >+while () { That gets rid of all the dangerous and bizarre behaviour. It is `safe' in that sense. However, it would leave the program still accepting extraneous arguments (and now ignoring them). If I were patching the program I'd want to also change it to

Bug#1041291: ts with extra args behaves badly

2023-07-29 Thread Nicolas Schier
On Mon 17 Jul 2023 01:10:17 GMT, Zefram wrote: > Package: moreutils > Version: 0.65-1 > Severity: normal > > ts(1) is documented to take a `format' argument on its command line, > and no other non-option arguments. In fact, if given more arguments then > it won't complain about a usage error,

Bug#1041291: ts with extra args behaves badly

2023-07-16 Thread Zefram
Package: moreutils Version: 0.65-1 Severity: normal ts(1) is documented to take a `format' argument on its command line, and no other non-option arguments. In fact, if given more arguments then it won't complain about a usage error, but then won't read its standard input, and will do more or