<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/doc, branch v9.4</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v9.4</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v9.4'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2023-08-28T21:06:43Z</updated>
<entry>
<title>maint: spelling fixes, including author names</title>
<updated>2023-08-28T21:06:43Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2023-08-28T19:42:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2dddc87214503199a38beeb175cd42cbb43cdff1'/>
<id>urn:sha1:2dddc87214503199a38beeb175cd42cbb43cdff1</id>
<content type='text'>
Most of this just affects commentary and documentations.  The only
significant behavior change is translating author names via
proper_name_lite rather than proper_name_utf8, or not translating
them at all.  proper_name_lite is good enough for coreutils and
avoids the bloat that had coreutils not using Gnulib proper_name.
* bootstrap.conf (gnulib_modules): Use propername-lite instead
of propername.
(XGETTEXT_OPTIONS): Look for proper_name_lite instead of for
proper_name_utf8.
* cfg.mk (local-checks-to-skip): Remove
sc_proper_name_utf8_requires_ICONV, since we no longer use
proper_name_utf8.
(old_NEWS_hash): Update.
(sc_check-I18N-AUTHORS): Remove; no longer needed.
</content>
</entry>
<entry>
<title>cksum: adjust tests and docs to binary mode handling</title>
<updated>2023-08-27T18:53:52Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2023-08-27T18:52:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f4e2e2bb577829b3c68f1ed18884ff00f9def819'/>
<id>urn:sha1:f4e2e2bb577829b3c68f1ed18884ff00f9def819</id>
<content type='text'>
Following commit v9.3-80-g5e1e0993b which makes cksum
match the output of the standalone utilities...

* doc/coreutils.texi (cksum output modes): Remove the mention
that cksum never outputs a binary indicator, as that's no longer the
case.
* tests/cksum/b2sum.sh: Avoid outputting a binary indicator.
* tests/cksum/sm3sum.pl: Likewise.
</content>
</entry>
<entry>
<title>doc: reorg texinfo for the checksumming utilities</title>
<updated>2023-08-22T11:09:57Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2023-08-21T13:51:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e15f5ab3548fdf516a19016e833e9c325a0bf915'/>
<id>urn:sha1:e15f5ab3548fdf516a19016e833e9c325a0bf915</id>
<content type='text'>
* doc/coreutils.texi: Reorg so that 'cksum invocation' is the
main node listing all options and output formats, which is then
referenced by the descriptions of the standalone utilities.
Use macros in the description of the standalone utilities
rather than referencing 'md5sum invocation' to be more direct.
</content>
</entry>
<entry>
<title>doc: cksum: remove -b description from texinfo</title>
<updated>2023-08-21T21:20:39Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2023-08-21T13:56:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b0af86d0626e065d65ca8f807a79465f68f79156'/>
<id>urn:sha1:b0af86d0626e065d65ca8f807a79465f68f79156</id>
<content type='text'>
* doc/coreutils.texi (cksum invocation): Following commit 5e1e0993
also remove the desciption of the -b option for the cksum command.
</content>
</entry>
<entry>
<title>doc: clarify tail -n/-c +NUM operation</title>
<updated>2023-07-20T14:13:01Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2023-07-20T13:50:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b0e41e3f3016700c86f2e9b9c2ab9a49e9774a21'/>
<id>urn:sha1:b0e41e3f3016700c86f2e9b9c2ab9a49e9774a21</id>
<content type='text'>
tail -n/-c +NUM, is different from tail -n/-c NUM,
and head -n/-c NUM, and head -n/c -NUM, in that it
specifies a 1 based index rather than a count to skip/include.
So clarify this in tail --help and tail info manual.
Note we also mention this gotcha at:
https://www.pixelbeat.org/docs/coreutils-gotchas.html#tail

* doc/coreutils.texi (tail invocation): Give examples for -c/-n +NUM,
to make it clear one has to specify a number 1 larger than
might be expected.
* src/tail.c (usage): State the skip at start edge case more clearly
in the -n description. -c is not often used with tail so we leave
full explanation of that to the info manual.  Also split the string
to simplify translation.
</content>
</entry>
<entry>
<title>cksum: escape filenames with a leading '\' in --check status</title>
<updated>2023-07-11T11:16:41Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2023-07-01T16:01:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=86614ba1c2854d3209086db3788124f6cd07a9ff'/>
<id>urn:sha1:86614ba1c2854d3209086db3788124f6cd07a9ff</id>
<content type='text'>
* src/digest.c (digest_check): Also escape in the case that the
file name contains '\'.
* tests/cksum/md5sum-bsd.sh: Add a test case.
* doc/coreutils.texi (md5um invocation): Clarify escaping operation.
* NEWS: Mention the bug fix.
Fixes https://bugs.gnu.org/64392
</content>
</entry>
<entry>
<title>build: ensure that makeinfo ≥ 6.8 checks the @menu structure</title>
<updated>2023-06-22T22:22:07Z</updated>
<author>
<name>Bruno Haible</name>
<email>bruno@clisp.org</email>
</author>
<published>2023-06-22T21:59:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e600fbb7648c206099177bb7a1d253f1dccd7409'/>
<id>urn:sha1:e600fbb7648c206099177bb7a1d253f1dccd7409</id>
<content type='text'>
See &lt;https://lists.gnu.org/r/bug-texinfo/2023-06/msg00015.html&gt;.

* doc/local.mk (MAKEINFO): New variable.
* cfg.mk (_makefile_at_at_check_exceptions): Update.
</content>
</entry>
<entry>
<title>dd: fix parsing of numbers with more than two multipliers</title>
<updated>2023-06-11T22:10:34Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2023-06-10T13:18:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e8e81fc44b9cf5fa4c13fa8b2824278b75566398'/>
<id>urn:sha1:e8e81fc44b9cf5fa4c13fa8b2824278b75566398</id>
<content type='text'>
* src/dd.c (parse_integer): Use recursion to support more than two
multipliers.  Also protect suffix[-1] access to ensure we don't
inspect before the passed string.
* tests/dd/bytes.sh: Add test cases.
* doc/coreutils.texi (dd invocation): Note the support for specifying
many multipliers in a number.
* NEWS: Mention the bug fix.
Fixes https://bugs.debian.org/1037275
</content>
</entry>
<entry>
<title>doc: od --strings: clarify operation</title>
<updated>2023-06-08T10:06:20Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2023-06-08T09:58:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=66ea09b0fecb4fa1e4de78e3738bdbb1442b3f31'/>
<id>urn:sha1:66ea09b0fecb4fa1e4de78e3738bdbb1442b3f31</id>
<content type='text'>
* doc/coreutils.texi (od invocation): Remove mention of ASCII,
as all printable characters in unibyte locales are output.
* src/od.c (usage): Clarify that only NUL terminated strings
are displayed, and that it's printable chars, not only graphic chars
that are output. I.e., spaces are output also if part of the string.
Reported at https://bugs.ddebian.org/1037217
</content>
</entry>
<entry>
<title>doc: time zone conversion example</title>
<updated>2023-05-07T16:17:27Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2023-05-07T16:16:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=42f33ae68c579893ea0d7b151e6252b77274ccb7'/>
<id>urn:sha1:42f33ae68c579893ea0d7b151e6252b77274ccb7</id>
<content type='text'>
* doc/coreutils.texi (Examples of date):
Give time zone conversion example.
</content>
</entry>
</feed>
