<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/system.h, branch v5.91</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v5.91</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v5.91'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2005-09-28T22:11:06Z</updated>
<entry>
<title>* src/system.h (LONGEST_MODIFIER): Use ULONG_MAX_LT_ULLONG_MAX</title>
<updated>2005-09-28T22:11:06Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-09-28T22:11:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d6897a15531976e257080b1fb53a3ff5594f43b0'/>
<id>urn:sha1:d6897a15531976e257080b1fb53a3ff5594f43b0</id>
<content type='text'>
instead of ULLONG_MAX, as the latter doesn't work with GCC 2.7.2.1.
</content>
</entry>
<entry>
<title>Don't include utime.h; not needed.</title>
<updated>2005-09-23T20:35:41Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-09-23T20:35:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2c4a088886d61229807a6028c0440a079a6e9014'/>
<id>urn:sha1:2c4a088886d61229807a6028c0440a079a6e9014</id>
<content type='text'>
(struct utimbuf) [!defined HAVE_STRUCT_UTIMBUF]: Remove; not needed.
</content>
</entry>
<entry>
<title>(X2NREALLOC, X2REALLOC): Moved here from</title>
<updated>2005-09-22T06:33:40Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-09-22T06:33:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=99eda9943e4879b069959ddad65dfb832727f9a6'/>
<id>urn:sha1:99eda9943e4879b069959ddad65dfb832727f9a6</id>
<content type='text'>
../lib/xalloc.h, with args properly parenthesized, and using
verify_expr rather than the old VERIFY_EXPR.
</content>
</entry>
<entry>
<title>Remove unnecessary parens in `#if defined (SYMBOL)' expressions.</title>
<updated>2005-08-23T15:05:54Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-08-23T15:05:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8de5019cf5116537cf941b9192ea719f7a746b64'/>
<id>urn:sha1:8de5019cf5116537cf941b9192ea719f7a746b64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(setmode, fileno): Remove; no longer needed, we think.</title>
<updated>2005-07-11T18:30:26Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-07-11T18:30:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=15a1aede787dc2c40246564f125d3707f552e469'/>
<id>urn:sha1:15a1aede787dc2c40246564f125d3707f552e469</id>
<content type='text'>
(SET_MODE, SET_BINARY, SET_BINARY2): Remove.
[defined __DJGPP__]: Don't include &lt;io.h&gt; or &lt;sys/exceptn.h&gt;.
</content>
</entry>
<entry>
<title>remove stray `=' from comment</title>
<updated>2005-07-06T09:34:09Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-07-06T09:34:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f68e25dc8f63c896d91439dc8c922944b28a7d98'/>
<id>urn:sha1:f68e25dc8f63c896d91439dc8c922944b28a7d98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(DECIMAL_DIGIT_ACCUMULATE): Generate a hard error</title>
<updated>2005-07-05T22:20:17Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-07-05T22:20:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=fce3dd98703caff8417ff75475ccda38d8713ff0'/>
<id>urn:sha1:fce3dd98703caff8417ff75475ccda38d8713ff0</id>
<content type='text'>
(not just a warning) if GCC is used and the types don't match.
</content>
</entry>
<entry>
<title>(VERIFY_W_TYPEOF): Remove; no longer needed.</title>
<updated>2005-07-05T06:31:46Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-07-05T06:31:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=413a45b973fd56f4e3a551bb6754199e18894d8d'/>
<id>urn:sha1:413a45b973fd56f4e3a551bb6754199e18894d8d</id>
<content type='text'>
(DECIMAL_DIGIT_ACCUMULATE): Change last arg from T's maximum value
to T itself.  All callers changed.  Check that T is unsigned, and
that Accum is of type T.  This fixes a bug in the unlikely case
where SIZE_MAX &lt;= INT_MAX, and it no longer requires typeof to do
the proper validity checks.
</content>
</entry>
<entry>
<title>(VERIFY_W_TYPEOF): Adjust to verify.h change.</title>
<updated>2005-07-05T05:16:57Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-07-05T05:16:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=aeecb8f89f735e3892d2b5f07847216320472939'/>
<id>urn:sha1:aeecb8f89f735e3892d2b5f07847216320472939</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include "verify.h".</title>
<updated>2005-07-04T16:06:41Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-07-04T16:06:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3b0e00ba4e874b6e8df76d90c4b9de909553f82f'/>
<id>urn:sha1:3b0e00ba4e874b6e8df76d90c4b9de909553f82f</id>
<content type='text'>
</content>
</entry>
</feed>
