<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/lib/stdbool_.h, branch v6.0</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.0</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2006-01-26T21:01:56Z</updated>
<entry>
<title>Sync stdbool from gnulib.</title>
<updated>2006-01-26T21:01:56Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-01-26T21:01:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=da953b9d2264dd06512f07b71d5188e86d33532b'/>
<id>urn:sha1:da953b9d2264dd06512f07b71d5188e86d33532b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(true, false) [defined __BEOS__]: undef, as before.</title>
<updated>2006-01-25T18:32:19Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-01-25T18:32:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1a9e9d670d66f4e41f86720eabbf15775fe31812'/>
<id>urn:sha1:1a9e9d670d66f4e41f86720eabbf15775fe31812</id>
<content type='text'>
(_Bool) [!@HAVE__BOOL@ &amp;&amp; defined __GNUC__]: Use an enum
rather than a #define.
</content>
</entry>
<entry>
<title>(_Bool): Resurrect the "#if !@HAVE__BOOL@" check, to</title>
<updated>2005-12-13T19:42:27Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-12-13T19:42:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4170c66d455a4b6775e0224c72cb510f5923a56a'/>
<id>urn:sha1:4170c66d455a4b6775e0224c72cb510f5923a56a</id>
<content type='text'>
work around compilers that have a (possibly-broken) _Bool but lack
a working &lt;stdbool.h&gt;.
</content>
</entry>
<entry>
<title>Simplify greatly, under the assumption that these</title>
<updated>2005-11-26T06:37:31Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-11-26T06:37:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6771c1b4152f571b6d16f55a749f444821fcbf0d'/>
<id>urn:sha1:6771c1b4152f571b6d16f55a749f444821fcbf0d</id>
<content type='text'>
days most people use C99-compatible compilers to debug, so it's
not worth worrying about catering to older compilers for that.
This works around some porting problems with HP-UX compilers.
(false, true) [defined __BEOS__]: Don't #undef; no longer needed.
(_Bool): typedef to bool if C++ or BeOS, and #define to signed char
otherwise.
</content>
</entry>
<entry>
<title>Update FSF postal mail address.</title>
<updated>2005-05-14T07:58:06Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-05-14T07:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=116e6fb2443d140959ea042865cd67b95aab3c47'/>
<id>urn:sha1:116e6fb2443d140959ea042865cd67b95aab3c47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update from gnulib.</title>
<updated>2003-10-31T13:48:07Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-10-31T13:48:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=328a409b2129bd4b909c3baef5fef6f955159a9a'/>
<id>urn:sha1:328a409b2129bd4b909c3baef5fef6f955159a9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync with gnulib.</title>
<updated>2003-08-18T09:44:49Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-08-18T09:44:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b1b4af8047b2d6c2b2ea0d552969e25f872da675'/>
<id>urn:sha1:b1b4af8047b2d6c2b2ea0d552969e25f872da675</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(_Bool): Use a #define, not a typedef.</title>
<updated>2003-08-03T10:20:32Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-08-03T10:20:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=016c2ea295db8ae42ffbb6cfe5f3fc36286abb75'/>
<id>urn:sha1:016c2ea295db8ae42ffbb6cfe5f3fc36286abb75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renamed from stdbool.hin.</title>
<updated>2003-07-28T08:35:37Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-07-28T08:35:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=af9317571ff7452dc1f7ffea5dbab6b9f0bcc36f'/>
<id>urn:sha1:af9317571ff7452dc1f7ffea5dbab6b9f0bcc36f</id>
<content type='text'>
</content>
</entry>
</feed>
