<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/nice.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-12-28T10:22:41Z</updated>
<entry>
<title>Don't include &lt;assert.h&gt;; it wasn't used.</title>
<updated>2005-12-28T10:22:41Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-12-28T10:22:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=67e065e79d5858e5959578e94e2b161b4b5c24dc'/>
<id>urn:sha1:67e065e79d5858e5959578e94e2b161b4b5c24dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(main): Hoist errno=0 outside the ifdef.</title>
<updated>2005-09-09T20:47:46Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-09-09T20:47:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3de440458dc025ccc0a999fe8fc7ceb526470407'/>
<id>urn:sha1:3de440458dc025ccc0a999fe8fc7ceb526470407</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the phrase "niceness" instead of "nice value" to describe</title>
<updated>2005-09-08T06:52:09Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-09-08T06:52:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=09575c108cb2680b8cfe55b9c3f3423658632181'/>
<id>urn:sha1:09575c108cb2680b8cfe55b9c3f3423658632181</id>
<content type='text'>
the biased nice value that can go negative.  This corrects
a discrepancy with POSIX, which states that nice values are
nonnegative.
</content>
</entry>
<entry>
<title>Don't embed `this'-style quotes in format strings.</title>
<updated>2005-06-16T21:36:48Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-06-16T21:36:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f07a234d1d0fad264b2e3653223740a25fc964f5'/>
<id>urn:sha1:f07a234d1d0fad264b2e3653223740a25fc964f5</id>
<content type='text'>
Include "quote.h".
Rather than this: error (..., "...`%s'...", arg);
do this:          error (..., "...%s...", quote (arg));
</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>Remove posixver.h and its uses.</title>
<updated>2005-04-26T16:41:59Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-04-26T16:41:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c6318338140fe1b5ce7682bf6b04121866fd0d0e'/>
<id>urn:sha1:c6318338140fe1b5ce7682bf6b04121866fd0d0e</id>
<content type='text'>
(main): Always support -NUM option.
</content>
</entry>
<entry>
<title>(main): Report proper program name when getopt finds trouble.</title>
<updated>2005-04-23T05:39:55Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-04-23T05:39:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d3eadc9cbfc4387f9def0879551e86b5a21feb27'/>
<id>urn:sha1:d3eadc9cbfc4387f9def0879551e86b5a21feb27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(usage): Mention that some shells provide a built-in function by the same name.</title>
<updated>2005-04-05T11:53:47Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-04-05T11:53:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=44ebdc8d01e3338dab40ba3891d1bc97551b62a9'/>
<id>urn:sha1:44ebdc8d01e3338dab40ba3891d1bc97551b62a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(NZERO) [NZERO == 0]: Undefine and define to 20,</title>
<updated>2005-02-15T08:20:49Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-02-15T08:20:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=83f00235d7655700b35dd6f7829d38ac47c7878d'/>
<id>urn:sha1:83f00235d7655700b35dd6f7829d38ac47c7878d</id>
<content type='text'>
to work around the invalid definition from Darwin 7.7.0.
</content>
</entry>
</feed>
