<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils, branch v9.8</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v9.8</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v9.8'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2025-09-22T16:50:52Z</updated>
<entry>
<title>version 9.8</title>
<updated>2025-09-22T16:50:52Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2025-09-22T16:50:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=76e161dc2d70f2d3e0b908e756d62be91bb72c41'/>
<id>urn:sha1:76e161dc2d70f2d3e0b908e756d62be91bb72c41</id>
<content type='text'>
* NEWS: Record release date.
</content>
</entry>
<entry>
<title>build: update gnulib to latest</title>
<updated>2025-09-22T13:02:23Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2025-09-22T13:02:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=71849a24217308304c392051fcd1d6963bbd2191'/>
<id>urn:sha1:71849a24217308304c392051fcd1d6963bbd2191</id>
<content type='text'>
* gnulib: Update to latest to pull Android build fixes,
and fchownat fixes.
</content>
</entry>
<entry>
<title>tests: ls: avoid alignment check with non printable characters</title>
<updated>2025-09-22T10:23:50Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2025-09-21T23:18:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b8b486dc32f26743a8971104992ca8fe2a4c4e5c'/>
<id>urn:sha1:b8b486dc32f26743a8971104992ca8fe2a4c4e5c</id>
<content type='text'>
* tests/ls/block-size.sh: Skip the case where there are
non-printable characters in ls' output, which is the case
with NBSP thousands separators on FreeBSD 11 and 12.
We may drop the MBSW_REJECT_UNPRINTABLE in future from
ls and numfmt, but for now avoid these characters in the test.
Reported by Bruno Haible.
</content>
</entry>
<entry>
<title>tests: du: avoid false failure in racy test</title>
<updated>2025-09-21T23:09:03Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2025-09-21T19:14:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f9c6c730eb31299491022c1c3c3f97f873350bf1'/>
<id>urn:sha1:f9c6c730eb31299491022c1c3c3f97f873350bf1</id>
<content type='text'>
* tests/du/move-dir-while-traversing.sh: Expand the work to avoid
a false failure where du completes before the directory is moved.
Also expand the timeout to our more standard 10s to avoid the
"directory mover" being killed before du processes the directory.
This doesn't perceptibly impact the run time of the test.
Reported by Bruno Haible on a CentOS 7 system.
</content>
</entry>
<entry>
<title>build: revert gnulib update</title>
<updated>2025-09-21T23:06:03Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2025-09-21T23:06:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=52a15e470d5373011e9156061cb0eb712c75adf6'/>
<id>urn:sha1:52a15e470d5373011e9156061cb0eb712c75adf6</id>
<content type='text'>
There is a pending issue with fchownat:
https://lists.gnu.org/r/bug-gnulib/2025-09/msg00282.html
</content>
</entry>
<entry>
<title>build: update gnulib submodule to latest</title>
<updated>2025-09-21T22:14:12Z</updated>
<author>
<name>Collin Funk</name>
<email>collin.funk1@gmail.com</email>
</author>
<published>2025-09-21T22:14:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=dfedc2ee63ad05311837940dc952c443c184bfd7'/>
<id>urn:sha1:dfedc2ee63ad05311837940dc952c443c184bfd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: fix missing declarations on Android</title>
<updated>2025-09-21T20:40:18Z</updated>
<author>
<name>Collin Funk</name>
<email>collin.funk1@gmail.com</email>
</author>
<published>2025-09-21T20:40:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=483fa3b9ab2e6c4781ab6d4672077b7a6b7ed1a9'/>
<id>urn:sha1:483fa3b9ab2e6c4781ab6d4672077b7a6b7ed1a9</id>
<content type='text'>
* configure.ac: Check for statx using gl_CHECK_FUNCS_ANDROID since it is
hidden for Android API level &lt;= 30.
* m4/jm-macros.m4 (coreutils_MACROS): Check for syncfs using
gl_CHECK_FUNCS_ANDROID since it is hidden for Android API level &lt;= 28.
</content>
</entry>
<entry>
<title>maint: comment spelling fixes</title>
<updated>2025-09-21T18:30:40Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2025-09-21T18:30:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ebedbe8997506e86761b00b86fc94d630985eae1'/>
<id>urn:sha1:ebedbe8997506e86761b00b86fc94d630985eae1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: fix OMP_NUM_THREADS misspelling</title>
<updated>2025-09-21T18:30:12Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2025-09-21T18:30:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6c194dc85bc9573ed03ecd0c1a91ef2044a77da2'/>
<id>urn:sha1:6c194dc85bc9573ed03ecd0c1a91ef2044a77da2</id>
<content type='text'>
* tests/nproc/nproc-quota.sh: Fix misspelling.
</content>
</entry>
<entry>
<title>maint: update bootstrap from Gnulib</title>
<updated>2025-09-21T16:47:03Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2025-09-21T16:47:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e65f3a36c8389e55dba223e8449c1f4a109e9c4f'/>
<id>urn:sha1:e65f3a36c8389e55dba223e8449c1f4a109e9c4f</id>
<content type='text'>
</content>
</entry>
</feed>
