<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils, branch v9.3</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v9.3</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v9.3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2023-04-18T14:08:11Z</updated>
<entry>
<title>version 9.3</title>
<updated>2023-04-18T14:08:11Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2023-04-18T14:08:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f386722dc0d996d5379f12b4a8d4dd15ca7df4b5'/>
<id>urn:sha1:f386722dc0d996d5379f12b4a8d4dd15ca7df4b5</id>
<content type='text'>
* NEWS: Record release date.
</content>
</entry>
<entry>
<title>tests: avoid allocation checks on ZFS</title>
<updated>2023-04-16T15:11:20Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2023-04-15T21:19:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d81094dc7b239711253f14a18940efaeca2bed1e'/>
<id>urn:sha1:d81094dc7b239711253f14a18940efaeca2bed1e</id>
<content type='text'>
* tests/du/basic.sh: Allocation of files was seen to change
asynchronously on ZFS, so avoid allocation comparisons there.
</content>
</entry>
<entry>
<title>tests: tty-eof: fix various issues</title>
<updated>2023-04-13T23:02:22Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2023-04-11T12:02:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cf91b9d62cc936ae4942c1d5def0db448a2c8b25'/>
<id>urn:sha1:cf91b9d62cc936ae4942c1d5def0db448a2c8b25</id>
<content type='text'>
* tests/misc/tty-eof.pl: Ensure we don't erroneously
skip commands with parameters.
Comment as to why cut(1) is treated differently.
Adjust expect calls to not wait needlessly for cut output.
</content>
</entry>
<entry>
<title>tests: avoid dependence on file layout for cp sparse check</title>
<updated>2023-04-13T19:19:18Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2023-04-12T13:37:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=daa1e4f55702e03e9bcf06d2d0906652fb1619b0'/>
<id>urn:sha1:daa1e4f55702e03e9bcf06d2d0906652fb1619b0</id>
<content type='text'>
* tests/cp/sparse-2.sh: Don't depend on the copy taking
&lt;= allocation of the source.  Instead leverage --debug
to check that zero detection is being enabled.
</content>
</entry>
<entry>
<title>copy: --debug: indicate if NUL detection is used with SEEK_HOLE</title>
<updated>2023-04-13T19:19:09Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2023-04-13T12:15:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=854c90ecc031232a3bd6d94b149f84d5c2e1ab11'/>
<id>urn:sha1:854c90ecc031232a3bd6d94b149f84d5c2e1ab11</id>
<content type='text'>
* src/copy.c (sparse_copy): With --sparse=always we also detect
NULs in extents we're copying, so indicate this with --debug.
</content>
</entry>
<entry>
<title>doc: update re 32-bit builds</title>
<updated>2023-04-10T18:56:43Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2023-04-10T18:55:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cc95246ee2ed674cd407f0f80fd77f3364012458'/>
<id>urn:sha1:cc95246ee2ed674cd407f0f80fd77f3364012458</id>
<content type='text'>
* README-install: Mention how to build on 32-bit-only hosts.
This builds on a previous patch by Pádraig Brady.
</content>
</entry>
<entry>
<title>build: fix _Noreturn compilation failure</title>
<updated>2023-04-10T18:45:14Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2023-04-10T18:36:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ae4dace2ec591fafd501badbcf75d51d2260cfbe'/>
<id>urn:sha1:ae4dace2ec591fafd501badbcf75d51d2260cfbe</id>
<content type='text'>
Fix a build failure seen on gcc 3.4 on Solaris 10 at least.

* src/crctab.c: Ensure we include config.h for all compilation units.
This is now required for new _Noreturn usage in gnulib for stdint.h.
* src/cksum.c: Update generation code to ensure config.h included.
* cfg.mk: Remove crctab.c exclusion from the config.h check.
</content>
</entry>
<entry>
<title>tests: avoid non portable brace expansion</title>
<updated>2023-04-10T17:54:19Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2023-04-10T17:51:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=09ded7049bfe11036452334b2128c65e208fd453'/>
<id>urn:sha1:09ded7049bfe11036452334b2128c65e208fd453</id>
<content type='text'>
* tests/cp/backup-dir.sh: Avoid non portable brace expansion
which is not supported by FreeBSD or Solaris shells at least.
</content>
</entry>
<entry>
<title>maint: require support for post-2038 timestamps</title>
<updated>2023-04-10T02:21:55Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2023-04-10T02:18:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ffd62ab92c259d513a419b4078a45f1c658dc774'/>
<id>urn:sha1:ffd62ab92c259d513a419b4078a45f1c658dc774</id>
<content type='text'>
* bootstrap.conf (gnulib_modules): Replace year2038 with
year2038-required.
</content>
</entry>
<entry>
<title>build: update gnulib submodule to latest</title>
<updated>2023-04-10T02:21:55Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2023-04-10T01:30:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6f91c2eac364341111a24f1f6d2155b290da7651'/>
<id>urn:sha1:6f91c2eac364341111a24f1f6d2155b290da7651</id>
<content type='text'>
</content>
</entry>
</feed>
