1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-17 02:31:02 +00:00
uutils-coreutils/src
Jeffrey Finkelstein 071e72ffc8 split: fix bug with large arguments to -C
Fix the behavior of `split -C` when given large arguments. Before this
commit, bytes were being greedily assigned to a chunk too aggressively,
leading to a situation where a split happened in the middle of a line
even though the entire line could have fit within the next chunk. This
was appearing for large arguments to `-C` and long lines that extended
beyond the size of the read buffer. This commit fixes the behavior.

Fixes #7026
2025-01-13 09:36:48 +01:00
..
bin Update uudoc to include development and code of conduct in SUMMARY and fix links in book 2024-12-29 13:02:35 -07:00
uu split: fix bug with large arguments to -C 2025-01-13 09:36:48 +01:00
uucore Merge pull request #7121 from sylvestre/prep-release 2025-01-11 17:43:58 +01:00
uucore_procs New release 2025-01-11 14:01:27 +01:00
uuhelp_parser New release 2025-01-11 14:01:27 +01:00