<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils, branch v9.6</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v9.6</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v9.6'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2025-01-17T14:43:22Z</updated>
<entry>
<title>version 9.6</title>
<updated>2025-01-17T14:43:22Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2025-01-17T14:43:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e2a405981ff5441dcfb217797699c94968218aca'/>
<id>urn:sha1:e2a405981ff5441dcfb217797699c94968218aca</id>
<content type='text'>
* NEWS: Record release date.
</content>
</entry>
<entry>
<title>build: update gnulib submodule to latest</title>
<updated>2025-01-17T13:33:39Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2025-01-17T13:33:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=797f11e8dcc0a15037de0e86a7a3957a8b290ed2'/>
<id>urn:sha1:797f11e8dcc0a15037de0e86a7a3957a8b290ed2</id>
<content type='text'>
Mainly to avoid make dist-check failure with --disable-nls
</content>
</entry>
<entry>
<title>build: fix compilation error on CentOS 8 Stream</title>
<updated>2025-01-16T22:16:53Z</updated>
<author>
<name>Bruno Haible</name>
<email>bruno@clisp.org</email>
</author>
<published>2025-01-16T21:10:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=354cf4a41036c042b84c2d2702bc768cf46255e8'/>
<id>urn:sha1:354cf4a41036c042b84c2d2702bc768cf46255e8</id>
<content type='text'>
* configure.ac (USE_AVX512_CRC32): Set to false if the function
_mm512_set_epi8 does not exist.
</content>
</entry>
<entry>
<title>tests: tail-c.sh: avoid failure on Linux kernels &lt;= 2</title>
<updated>2025-01-16T21:05:34Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2025-01-16T21:05:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=700690ebc35e2afdee06100d83427c45b6e87a4c'/>
<id>urn:sha1:700690ebc35e2afdee06100d83427c45b6e87a4c</id>
<content type='text'>
tests/tail/tail-c.sh: Exclude older kernels from timeout failure.
</content>
</entry>
<entry>
<title>ls: Fix compilation error on CentOS 6</title>
<updated>2025-01-16T20:11:14Z</updated>
<author>
<name>Bruno Haible</name>
<email>bruno@clisp.org</email>
</author>
<published>2025-01-16T19:31:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0c195b63ea8ecaea4f26fb70522780f21be64bd0'/>
<id>urn:sha1:0c195b63ea8ecaea4f26fb70522780f21be64bd0</id>
<content type='text'>
* src/ls.c (XATTR_NAME_CAPS): Define fallback.
</content>
</entry>
<entry>
<title>sort: fix --debug buffer overrun</title>
<updated>2025-01-16T17:21:42Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2025-01-16T17:20:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e07161d4af89dbf82311ca396ac0916aa90b7301'/>
<id>urn:sha1:e07161d4af89dbf82311ca396ac0916aa90b7301</id>
<content type='text'>
* src/sort.c (debug_key): Fix undefined behavior when a key ends
before it starts.  Problem reported by Bruno Haible
&lt;https://bugs.gnu.org/75606&gt;.
</content>
</entry>
<entry>
<title>tests: avoid false failure with replaced readdir</title>
<updated>2025-01-16T14:58:02Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2025-01-16T14:56:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=9c068dae7642bca3f40ccc1655848876f2e45b11'/>
<id>urn:sha1:9c068dae7642bca3f40ccc1655848876f2e45b11</id>
<content type='text'>
* tests/rm/rm-readdir-fail.sh: Simulate EIO rather than ENOENT,
as gnulib absorbs the latter since commit 5a2d28df.
</content>
</entry>
<entry>
<title>ls: suppress ENOTSUP errors on virtiofs</title>
<updated>2025-01-16T12:09:43Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2025-01-16T12:09:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=039c355f718a39eb863a1d2082e983ed8780b5c1'/>
<id>urn:sha1:039c355f718a39eb863a1d2082e983ed8780b5c1</id>
<content type='text'>
* gnulib: Update to latest to pick up commit caf76886.
* NEWS: Mention the bug fix.
</content>
</entry>
<entry>
<title>tests: misc/write-errors.sh: increase memory limit</title>
<updated>2025-01-15T22:50:05Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2025-01-15T22:47:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0bd149403d4378d3a049f3cc34780ac8d71551f7'/>
<id>urn:sha1:0bd149403d4378d3a049f3cc34780ac8d71551f7</id>
<content type='text'>
* tests/head/head-c.sh: Use a larger VM limit to avoid
mem allocation failures, which were seen on CheriBSD.
</content>
</entry>
<entry>
<title>tests: head: avoid false failure on some systems</title>
<updated>2025-01-15T22:43:18Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2025-01-15T22:43:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=678281539b6329bf7c238a1193f41fbce9f8d262'/>
<id>urn:sha1:678281539b6329bf7c238a1193f41fbce9f8d262</id>
<content type='text'>
* tests/head/head-c.sh: Pass a more similar operation
to get_min_ulimit_v_, so we get a more appropriate limit.
This was seen to be significant with CheriBSD.
</content>
</entry>
</feed>
