bug#77180: seq incorrectly(?) pads output when last parameter magnitude larger than last printed number

2025-03-22 Thread Nicolas Boichat
Hi, (retry sending without multipart/alternative) Version: seq (GNU coreutils) 9.6; OS: Archlinux, x86-64 When adding `-w` parameter, we want numbers to be padded with leading 0s, e.g. this looks correct: $ seq -w 0 5 10 00 05 10 However, the behaviour is perhaps incorrect when the last printed

bug#77535: timeout treats very short durations as `0`

2025-04-04 Thread Nicolas Boichat
On Fri, 4 Apr 2025 at 21:27, Pádraig Brady wrote: > > On 04/04/2025 16:26, Nicolas Boichat wrote: > > Hi, > > > > Version: timeout (GNU coreutils) 9.6, Archlinux, x86-64. > > > > While playing with different duration parameters to `timeout`, I > > notice

bug#77535: timeout treats very short durations as `0`

2025-04-04 Thread Nicolas Boichat
Hi, Version: timeout (GNU coreutils) 9.6, Archlinux, x86-64. While playing with different duration parameters to `timeout`, I noticed that extremely short durations, like `1e-3000`, are rounded down to `0`. The problem is that `0` has a special meaning (disabling the timeout), so I don't think th

bug#77179: seq incorrectly(?) pads output when last parameter magnitude larger than last printed number

2025-03-22 Thread Nicolas Boichat
Hi, Version: seq (GNU coreutils) 9.6; OS: Archlinux, x86-64 When adding `-w` parameter, we want numbers to be padded with leading 0s, e.g. this looks correct: $ seq -w 0 5 10 00 05 10 However, the behaviour is perhaps incorrect when the last printed number magnitude is lower than the last parame

bug#79101: [PATCH] tests/du/bigtime: Try harder to find supported filesystem, and test negative timestamp

2025-07-26 Thread Nicolas Boichat
Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Sat, 26 Jul 2025 15:03:15 +0800 Subject: [PATCH 2/2] tests: du/bigtime: Try both big and small timestamps Try both future and past timestamps, for completeness. --- tests/du/bigtime.sh | 37 + 1 file changed, 21 in

bug#79113: du --time-styles inconsistencies between manual and behaviour

2025-07-28 Thread Nicolas Boichat
Hi, Version: env du --version => du (GNU coreutils) 9.7 OS: archlinux, x86-64 The GNU coreutils manual says (https://www.gnu.org/software/coreutils/manual/coreutils.html#index-_002d_002dtime_002dstyle-1): - "You can specify the default value of the --time-style option with the environment variabl

bug#79113: du --time-styles inconsistencies between manual and behaviour

2025-07-28 Thread Nicolas Boichat
On Tue, 29 Jul 2025 at 00:07, Pádraig Brady wrote: > > tag 79113 notabug > close 79113 > stop > > On 28/07/2025 15:44, Nicolas Boichat wrote: > > Hi, > > > > Version: env du --version => du (GNU coreutils) 9.7 > > OS: archlinux, x86-64 >

bug#79113: du --time-styles inconsistencies between manual and behaviour

2025-07-28 Thread Nicolas Boichat
On Tue, 29 Jul 2025 at 06:12, Pádraig Brady wrote: > > On 28/07/2025 20:13, Pádraig Brady wrote: > > On 28/07/2025 18:49, Nicolas Boichat wrote: > >> I could have been clearer for this last one, I mean that the command > >> line error text for `du` could men