<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/doc, branch master</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=master</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2026-05-14T03:45:47Z</updated>
<entry>
<title>doc: shred: mention unsupported file types</title>
<updated>2026-05-14T03:45:47Z</updated>
<author>
<name>Collin Funk</name>
<email>collin.funk1@gmail.com</email>
</author>
<published>2026-05-13T01:35:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=45bbd75fb03564e58b7b1a2cc48809bd6936b02f'/>
<id>urn:sha1:45bbd75fb03564e58b7b1a2cc48809bd6936b02f</id>
<content type='text'>
* src/shred.c (usage): Mention the behavior of 'shred' on FIFOs,
sockets, and terminals.
* doc/coreutils.texi (shred invocation): Likewise.
Addresses https://bugs.gnu.org/30177
</content>
</entry>
<entry>
<title>doc: fix typo in chmod example</title>
<updated>2026-05-03T09:40:31Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2026-05-03T09:39:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b130ed810e24c961338d584b2adac97cab3b77ba'/>
<id>urn:sha1:b130ed810e24c961338d584b2adac97cab3b77ba</id>
<content type='text'>
* doc/coreutils.texi (chmod invocation): s/file/foo/ to match comment,
and previous example.
</content>
</entry>
<entry>
<title>comm: don't close standard input twice</title>
<updated>2026-04-23T02:12:44Z</updated>
<author>
<name>Collin Funk</name>
<email>collin.funk1@gmail.com</email>
</author>
<published>2026-04-22T03:10:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c5ddd417aa8d8e1cf070445760e1747410fb42be'/>
<id>urn:sha1:c5ddd417aa8d8e1cf070445760e1747410fb42be</id>
<content type='text'>
* NEWS: Mention the bug fix.
* src/comm.c (usage): Remove mention that FILE1 and FILE2 cannot both be
standard input.
(compare_files): Only close standard input once.
* doc/coreutils.texi (comm invocation): Document the behavior of
'comm - -' which is not portable to all implementations.
* tests/comm/dash-dash.sh: New file.
* tests/misc/comm.pl: Move to tests/comm/comm.pl.
* tests/local.mk (all_tests): Add the new test. Rename the existing
test.
</content>
</entry>
<entry>
<title>doc: cut: clarify that combining characters are not treated specially</title>
<updated>2026-04-05T12:15:56Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2026-03-28T16:18:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=fe008233306eebca44770d3d4411313e18ced3c3'/>
<id>urn:sha1:fe008233306eebca44770d3d4411313e18ced3c3</id>
<content type='text'>
This is for consistency with other implementations and since the
interface separates -b and -c it might in future support -g (graphemes).
Normalizing content with a filter seems like the most appropriate
approach anyway, as there are various normalizations possible including
case etc. rather than baking that into every tool
</content>
</entry>
<entry>
<title>doc: cut: resintate and expand -d info</title>
<updated>2026-04-05T12:15:56Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2026-03-28T09:12:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c3e819fadc62315e407cc5cf61cb4c81a0e14841'/>
<id>urn:sha1:c3e819fadc62315e407cc5cf61cb4c81a0e14841</id>
<content type='text'>
* doc/coreutils.texi (cut invocation): Add back the -d description,
and adjust for multi-byte support, and expand on specifying a NUL
delimitier, and detail the behavior when the delimiter matches
the line delimiter.
</content>
</entry>
<entry>
<title>doc: cut: clarify that -s suppressed lines with only trimmed spaces</title>
<updated>2026-04-05T12:15:56Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2026-03-27T18:29:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=03a686a456820e1c33e473ab44f26f10f56e8fd9'/>
<id>urn:sha1:03a686a456820e1c33e473ab44f26f10f56e8fd9</id>
<content type='text'>
* doc/coreutils.texi (cut invocation): State explicitly that
-s --whitespace-delimited=trimmed will suppress lines that
do not have field separating blanks.
</content>
</entry>
<entry>
<title>doc: cut: mention the default -O used with -w</title>
<updated>2026-04-05T12:15:56Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2026-03-27T15:52:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2c1ea231ca9df621aa7bc2da61514ff695761380'/>
<id>urn:sha1:2c1ea231ca9df621aa7bc2da61514ff695761380</id>
<content type='text'>
* doc/coreutils.texi (cut invocation): Mention the default
--output-delimiter is a TAB when matching runs of blanks in the input.
</content>
</entry>
<entry>
<title>doc: cut: reorder -s in texi</title>
<updated>2026-04-05T12:15:56Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2026-03-20T17:08:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f5b7d38d13d88fb4b35e0f5ab3a9b46c6dcd38e8'/>
<id>urn:sha1:f5b7d38d13d88fb4b35e0f5ab3a9b46c6dcd38e8</id>
<content type='text'>
Keep in alphabetical order.
</content>
</entry>
<entry>
<title>doc: cut: document the -w option</title>
<updated>2026-04-05T12:15:56Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2026-03-20T17:07:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c1d7b492c65bd850b9cd620a87c0f53edb6d1c7f'/>
<id>urn:sha1:c1d7b492c65bd850b9cd620a87c0f53edb6d1c7f</id>
<content type='text'>
* src/cut.c (usage): Mention blank characters are used to separate.
* doc/coreutils.texi (cut invocation): Likewise.  Also describe
the 'trimmed' argument and the relation to -F.
</content>
</entry>
<entry>
<title>cut: support -F as an alias for -f -w -O ' '</title>
<updated>2026-04-05T12:15:56Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2026-03-13T19:48:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a14ac29629bf4a8ed5ab0f629046edb28aa0d649'/>
<id>urn:sha1:a14ac29629bf4a8ed5ab0f629046edb28aa0d649</id>
<content type='text'>
To improve compatibility with toybox/busybox scripts.
</content>
</entry>
</feed>
