coreutils/src
maxer137 cdfcae4d4f seq: Reverted change in is_minus_zero check
I had made the mistake of not running all the tests. This is indeed needed. However, you still need to add the exponent if it's positive for 0 numbers.
This way, 0 numbers (such as 0e+5) will be counted as having a width of 5.

This change also removes the memory allocation needed for the previous implementation. Where the string itself would be padded with zeros on the right side. Creating large numbers this method would cause large allocations in memory.

This does not seem to fix issue #6182.
2024-04-03 19:20:27 +02:00
..
bin Remove the author copyright notices (#5184) 2023-08-21 12:23:18 +02:00
uu seq: Reverted change in is_minus_zero check 2024-04-03 19:20:27 +02:00
uucore Fix clippy warning match_bool 2024-04-03 09:28:22 +02:00
uucore_procs Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
uuhelp_parser Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00