coreutils/src
Zackary Ayoun 3ff51d6402 ls: fix zero block size handling to match GNU ls
- Reject --block-size=0 with "invalid --block-size argument '0'" error
  using parse_size_non_zero_u64
- Add test coverage for both command-line and env var cases

Matches GNU ls behavior where command-line zero is invalid but
environment variable zero is silently ignored.
2025-10-17 16:18:48 +00:00
..
bin Fix the doc generation and remove uuhelp_parser 2025-09-11 21:30:33 +02:00
uu ls: fix zero block size handling to match GNU ls 2025-10-17 16:18:48 +00:00
uucore uucore: add parse_size_non_zero_u64 which fails parsing 0 2025-10-17 09:29:56 -04:00
uucore_procs Fix the doc generation and remove uuhelp_parser 2025-09-11 21:30:33 +02:00