]> git.ipfire.org Git - thirdparty/coreutils.git/commit
doc: NEWS: mention fold can operate on very long lines
authorCollin Funk <collin.funk1@gmail.com>
Tue, 16 Sep 2025 04:09:42 +0000 (21:09 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Tue, 16 Sep 2025 04:09:42 +0000 (21:09 -0700)
commit58b5fd0bc8f0c398c1dbb4f90d2940dab30c9115
treee7f969ffa3644904569aac219faa2fd43655fd33
parent98e5418a38fa8e944d5b694ba2aa0c165092e63b
doc: NEWS: mention fold can operate on very long lines

* NEWS: Before commit fb9016d50 (fold: use fread instead of getline,
2025-08-24), fold required that the maximum line size in a file fit into
memory. Document that this is no longer the case.
NEWS