<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/hostname.c, branch v6.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2005-08-23T15:06:55Z</updated>
<entry>
<title>Remove unnecessary parens in `#if defined (SYMBOL)' expressions.</title>
<updated>2005-08-23T15:06:55Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-08-23T15:06:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=61f9e01475b93d3ec722d2dd41ac70a8e883977f'/>
<id>urn:sha1:61f9e01475b93d3ec722d2dd41ac70a8e883977f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't embed `this'-style quotes in format strings.</title>
<updated>2005-06-16T21:33:43Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-06-16T21:33:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3787d01a51c110a513e9b6fafa6c5c641399f2ce'/>
<id>urn:sha1:3787d01a51c110a513e9b6fafa6c5c641399f2ce</id>
<content type='text'>
Rather than this: error (..., "...`%s'...", arg);
do this:          error (..., "...%s...", quote (arg));
</content>
</entry>
<entry>
<title>Remove test for HAVE_LIMITS_H; we can assume</title>
<updated>2005-05-18T19:32:28Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-05-18T19:32:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=05218a8c7e8bce40376951e903c01587662cfe08'/>
<id>urn:sha1:05218a8c7e8bce40376951e903c01587662cfe08</id>
<content type='text'>
it's always true now.
</content>
</entry>
<entry>
<title>Update FSF postal mail address.</title>
<updated>2005-05-14T07:58:31Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-05-14T07:58:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=44d59bb168eaf820bdfd13ee9df442cde795f9c7'/>
<id>urn:sha1:44d59bb168eaf820bdfd13ee9df442cde795f9c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update FSF postal mail address.</title>
<updated>2005-05-14T06:57:06Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-05-14T06:57:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c0c815af8db441526ef112700b9185df6006c771'/>
<id>urn:sha1:c0c815af8db441526ef112700b9185df6006c771</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(main): Use getopt_long rather than getopt.</title>
<updated>2004-11-17T00:56:25Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-11-17T00:56:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d1bc398fa0cb7d53d42060149007d0255c5ae9cf'/>
<id>urn:sha1:d1bc398fa0cb7d53d42060149007d0255c5ae9cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include &lt;getopt.h&gt;.</title>
<updated>2004-09-21T22:01:50Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-09-21T22:01:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4fa016cbc9907ef9da5272c5dcfa76f8ade216f1'/>
<id>urn:sha1:4fa016cbc9907ef9da5272c5dcfa76f8ade216f1</id>
<content type='text'>
(main): Reject unknown options.
</content>
</entry>
<entry>
<title>Include "xgethostname.h".</title>
<updated>2004-08-02T21:52:28Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-08-02T21:52:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=98d2fbe2809541076cb88b9902c93448d57f9047'/>
<id>urn:sha1:98d2fbe2809541076cb88b9902c93448d57f9047</id>
<content type='text'>
(xgethostname): Remove decl; xgethostname.h has it.
(sethostname) [!defined(HAVE_SETHOSTNAME) &amp;&amp; defined(HAVE_SYSINFO)
&amp;&amp; defined (HAVE_SYS_SYSTEMINFO_H) &amp;&amp; defined(HAVE_LIMITS_H)]: Use
prototypes rather than K&amp;R form.  Assume any negative value from
sysinfo denotes failure, not just -1.
(main): Simplify use of sethostname.
</content>
</entry>
<entry>
<title>(main): Standardize on the diagnostics given when someone gives</title>
<updated>2004-06-21T15:03:35Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-06-21T15:03:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1ce7b61d0ea270b0c463198afca1cd0e214192fb'/>
<id>urn:sha1:1ce7b61d0ea270b0c463198afca1cd0e214192fb</id>
<content type='text'>
too few operands ("missing operand after `xxx'") or
too many operands ("extra operand `xxx'").
Include "quote.h" and/or "error.h" if it wasn't already being included.
</content>
</entry>
<entry>
<title>(main): Handle "--".</title>
<updated>2004-06-17T13:09:21Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-06-17T13:09:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7870fa108121ddc3d4aa3ae252250040638a4f42'/>
<id>urn:sha1:7870fa108121ddc3d4aa3ae252250040638a4f42</id>
<content type='text'>
</content>
</entry>
</feed>
