<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/README-prereq, branch v9.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v9.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v9.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2022-09-18T18:42:02Z</updated>
<entry>
<title>all: prefer HTTPS to HTTP</title>
<updated>2022-09-18T18:42:02Z</updated>
<author>
<name>Stefan Kangas</name>
<email>stefankangas@gmail.com</email>
</author>
<published>2022-09-18T14:15:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=875c636ce503b65f86719f7a2959e4a9fea952e3'/>
<id>urn:sha1:875c636ce503b65f86719f7a2959e4a9fea952e3</id>
<content type='text'>
* README-hacking:
* README-prereq:
* THANKS.in:
* doc/sort-version.texi (Other version/natural sort implementations):
* gl/lib/rand-isaac.c:
* gl/tests/test-rand-isaac.c:
* src/operand2sig.c (operand2sig):
* src/remove.c (nonexistent_file_errno):
* tests/misc/env-signal-handler.sh:
* tests/misc/sort-debug-warn.sh (LC_ALL): Prefer HTTPS to HTTP.
Addresses https://bugs.gnu.org/56512
Copyright-paperwork-exempt: yes
</content>
</entry>
<entry>
<title>maint: modernize README-{hacking,prereq}</title>
<updated>2021-10-30T23:28:25Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2021-10-30T23:28:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=aa31b919ca7a7ed1bde7852549c9fd5dacf3925e'/>
<id>urn:sha1:aa31b919ca7a7ed1bde7852549c9fd5dacf3925e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maint: update docs for build prerequisites</title>
<updated>2020-10-17T15:53:35Z</updated>
<author>
<name>Grigorii Sokolik</name>
<email>g.sokol99@g-sokol.info</email>
</author>
<published>2020-10-17T15:52:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=db3131adb8506bf47b7ab5bdbd18e7a5a502a7a0'/>
<id>urn:sha1:db3131adb8506bf47b7ab5bdbd18e7a5a502a7a0</id>
<content type='text'>
* README-prereq: Explicitly pull tags,
and update the xz git repo url.
</content>
</entry>
<entry>
<title>all: prefer HTTPS in URLs</title>
<updated>2017-09-19T08:22:54Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2017-09-19T08:13:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=be87d61299f52e366bcb65fd176ccf325b0f77e0'/>
<id>urn:sha1:be87d61299f52e366bcb65fd176ccf325b0f77e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maint: modernize URLs</title>
<updated>2017-01-15T07:59:01Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2017-01-15T06:57:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=103d2b92da4bd5582dc598690458b07612ec846c'/>
<id>urn:sha1:103d2b92da4bd5582dc598690458b07612ec846c</id>
<content type='text'>
A lot of this is converting http: to https:.
Also, gmane went away, so remove URLs that no longer work and
are not easy to figure out what they were.
Some of this stuff is so old that it no longer matters anyway.
</content>
</entry>
<entry>
<title>doc,maint: fix use of "i.e." in documentation and comments</title>
<updated>2015-01-31T16:39:04Z</updated>
<author>
<name>Bernhard Voelker</name>
<email>mail@bernhard-voelker.de</email>
</author>
<published>2015-01-31T16:39:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a5c8cdff03182ceafae39ccde6a07ebd8660b087'/>
<id>urn:sha1:a5c8cdff03182ceafae39ccde6a07ebd8660b087</id>
<content type='text'>
To align with all other places (and correct grammar), change all
upper-case "I.E." to "I.e.".  Furthermore, ensure that "i.e." is
followed by a comma.  Finally, ensure to use a double-space before
"I.e.," at the beginning of a sentence.

The following was used to change all offending uses (apart from
old ChangeLog files):

  $ git grep -liF 'i.e.' \
      | xargs sed -i \
            -e 's/I\.E\./I.e./g' \
            -e 's/\. \(I\.e\.\)/.  \1/g' \
            -e 's/\([Ii]\.e\.\)\( \)/\1,\2/g' \
            -e 's/\([Ii]\.e\.\)$/\1,/g'

* cfg.mk (sc_prohibit_uppercase_id_est): Add new rule.
(sc_ensure_double_space_after_dot_before_id_est): Likewise.
(sc_ensure_comma_after_id_est): Likewise.
(old_NEWS_hash): Refresh hash via "make update-NEWS-hash".
* NEWS: Change use of "id est" abbreviation via the above command.
* README: Likewise.
* README-prereq: Likewise.
* doc/coreutils.texi: Likewise.
* gl/lib/rand-isaac.c: Likewise.
* gl/lib/tempname.c.diff: Likewise.
* man/stdbuf.x: Likewise.
* src/cat.c: Likewise.
* src/copy.c: Likewise.
* src/copy.h: Likewise.
* src/cp.c: Likewise.
* src/cut.c: Likewise.
* src/dd.c: Likewise.
* src/df.c: Likewise.
* src/fiemap.h: Likewise.
* src/longlong.h: Likewise.
* src/ls.c: Likewise.
* src/numfmt.c: Likewise.
* src/pr.c: Likewise.
* src/shred.c: Likewise.
* src/shuf.c: Likewise.
* src/split.c: Likewise.
* tests/Coreutils.pm: Likewise.
* tests/df/df-symlink.sh: Likewise.
* tests/df/skip-rootfs.sh: Likewise.
* tests/init.sh: Likewise.
* tests/ls/color-norm.sh: Likewise.
* tests/misc/basename.pl: Likewise.
* tests/misc/ls-misc.pl: Likewise.
* tests/misc/md5sum-bsd.sh: Likewise.
* tests/misc/shred-exact.sh: Likewise.
* tests/misc/sort.pl: Likewise.
* tests/misc/stdbuf.sh: Likewise.
* tests/misc/tac-continue.sh: Likewise.
* tests/rm/r-root.sh: Likewise.
* tests/tail-2/symlink.sh: Likewise.
</content>
</entry>
<entry>
<title>maint: update the instructions for building prerequisites</title>
<updated>2013-10-15T10:05:49Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2013-10-15T10:05:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=15fca2a02e38d69915c52ef41eee3c7d52b67f3e'/>
<id>urn:sha1:15fca2a02e38d69915c52ef41eee3c7d52b67f3e</id>
<content type='text'>
* README-prereq: Update as per the latest required versions
in bootstrap.conf.  Also add a missing cd command.
Reported by Aaron Davies
Fixes http://bugs.gnu.org/15612
</content>
</entry>
<entry>
<title>doc: tweak README-prereq again</title>
<updated>2010-03-19T10:34:15Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2010-03-19T10:34:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=dd9df4ab02e523502ecda57512caa3984e3d43dd'/>
<id>urn:sha1:dd9df4ab02e523502ecda57512caa3984e3d43dd</id>
<content type='text'>
* README-prereq: Change one more: s/coreutils/This package/
</content>
</entry>
<entry>
<title>doc: make README-prereq more generic</title>
<updated>2010-03-19T09:14:46Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2010-03-19T09:11:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=54158a45fa04a57bef774e79082e0f3a565b06b6'/>
<id>urn:sha1:54158a45fa04a57bef774e79082e0f3a565b06b6</id>
<content type='text'>
* README-prereq: Adjust wording and reduce number of mentions of
"coreutils", so it's easier to reuse in another package: grep.
</content>
</entry>
<entry>
<title>maint: update info about getting the prerequisite automake</title>
<updated>2010-01-12T10:32:08Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2010-01-12T10:32:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a4da48c4f54bae74ef167db41f65a6eab2ae6a37'/>
<id>urn:sha1:a4da48c4f54bae74ef167db41f65a6eab2ae6a37</id>
<content type='text'>
* README-prereq: Now that we require automake-1.11.1
update the instructions from getting it from the git repo
</content>
</entry>
</feed>
