<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils, 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-04-19T18:50:56Z</updated>
<entry>
<title>doc: NEWS item for who systemd fix</title>
<updated>2026-04-19T18:50:56Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2026-04-19T18:50:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=271d3ff5f9d3bbb259f6c58d695ce693c92cadba'/>
<id>urn:sha1:271d3ff5f9d3bbb259f6c58d695ce693c92cadba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: update gnulib submodule to latest</title>
<updated>2026-04-19T18:50:56Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2026-04-19T18:13:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d5b22329c7c10438ef00c7df118ed6fe9f65f2e2'/>
<id>urn:sha1:d5b22329c7c10438ef00c7df118ed6fe9f65f2e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>yes: make operation independent of pipe size</title>
<updated>2026-04-17T15:15:08Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2026-04-17T13:36:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3cbe0491bab713e07cf0b1e51f5e3dad2b707215'/>
<id>urn:sha1:3cbe0491bab713e07cf0b1e51f5e3dad2b707215</id>
<content type='text'>
* src/yes.c (splice_write): Always drain what we've written
to an internal pipe, so there is no possibility of vmsplice() blocking.
I.e., be defensive in the case that fcntl() fails, and
our default buffer size (currently 16kiB) is larger than the pipe.
https://github.com/coreutils/coreutils/issues/253
</content>
</entry>
<entry>
<title>tests: reinstate logname error verification</title>
<updated>2026-04-17T15:15:08Z</updated>
<author>
<name>Bruno Haible</name>
<email>bruno@clisp.org</email>
</author>
<published>2026-04-17T13:46:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=46f856156f98208335a5287d079c19f5820118b9'/>
<id>urn:sha1:46f856156f98208335a5287d079c19f5820118b9</id>
<content type='text'>
* tests/misc/user.sh: Modify the "unshare -U logname" test, so that it
does not fail on glibc versions (&lt; 2.28, &gt;= 2.38) that do a fallback
lookup based on the tty.
</content>
</entry>
<entry>
<title>tests: fix false failure with dash</title>
<updated>2026-04-17T12:24:46Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2026-04-17T12:17:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=15211db43f587c5fd05616b53a8e517fd4b3877d'/>
<id>urn:sha1:15211db43f587c5fd05616b53a8e517fd4b3877d</id>
<content type='text'>
* tests/date/date-locale-hour.sh: Just strip the char before the last x,
assuming it's going to be the newline output by `locale`.
dash doesn't support $'' within ${}.
</content>
</entry>
<entry>
<title>build: update gnulib submodule to latest</title>
<updated>2026-04-17T05:25:36Z</updated>
<author>
<name>Collin Funk</name>
<email>collin.funk1@gmail.com</email>
</author>
<published>2026-04-17T05:25:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=53533c746bb6752aeaa406257e8ef6ef5181232c'/>
<id>urn:sha1:53533c746bb6752aeaa406257e8ef6ef5181232c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Avoid accidental matching of the vendor field of $host, part 2</title>
<updated>2026-04-17T04:16:08Z</updated>
<author>
<name>Collin Funk</name>
<email>collin.funk1@gmail.com</email>
</author>
<published>2026-04-17T04:07:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=70293149b5aea287f1728579243fadc67d38bbe7'/>
<id>urn:sha1:70293149b5aea287f1728579243fadc67d38bbe7</id>
<content type='text'>
* tests/local.mk (TESTS_ENVIRONMENT): Remove host_triplet.
* tests/chgrp/basic.sh: Use $host_os instead of $host_triplet.
* tests/misc/io-errors.sh: Likewise.
</content>
</entry>
<entry>
<title>tests: mktemp: test the behavior when writing to standard output fails</title>
<updated>2026-04-17T03:05:36Z</updated>
<author>
<name>Collin Funk</name>
<email>collin.funk1@gmail.com</email>
</author>
<published>2026-04-16T02:40:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8cefb65e1216e9bb8d82703df53b490ff52d5f65'/>
<id>urn:sha1:8cefb65e1216e9bb8d82703df53b490ff52d5f65</id>
<content type='text'>
* tests/mktemp/write-error.sh: New file.
* tests/local.mk (all_tests): Add the test.
</content>
</entry>
<entry>
<title>build: update gnulib to latest</title>
<updated>2026-04-16T21:22:41Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2026-04-16T21:22:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=27a7ca5a731f63b7584238801d5fe83769b5315a'/>
<id>urn:sha1:27a7ca5a731f63b7584238801d5fe83769b5315a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: avoid a failure on musl</title>
<updated>2026-04-16T21:20:49Z</updated>
<author>
<name>Collin Funk</name>
<email>collin.funk1@gmail.com</email>
</author>
<published>2026-04-09T01:57:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1603c75d747ab6c95d24ba31ef92bdf672c0b568'/>
<id>urn:sha1:1603c75d747ab6c95d24ba31ef92bdf672c0b568</id>
<content type='text'>
* tests/misc/io-errors.sh: Allow a generic error string on musl since
the first line is emitted immediately instead of being buffered as
expected.
Reported by Bruno Haible.
</content>
</entry>
</feed>
