<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/include/stdlib.h, branch upstream/2.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F2.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F2.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1996-09-14T03:00:32Z</updated>
<entry>
<title>Don't use __dead or __pure in user code.  They were obfuscations</title>
<updated>1996-09-14T03:00:32Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1996-09-14T03:00:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eaa86f9d7fcbe6b82b1defa62f31071324c836ed'/>
<id>urn:sha1:eaa86f9d7fcbe6b82b1defa62f31071324c836ed</id>
<content type='text'>
for gcc &gt;= 2.5 and no-ops for gcc &gt;= 2.6.  Converted to use __dead2
or __pure2 where it wasn't already done, except in math.h where use
of __pure was mostly wrong.
</content>
</entry>
<entry>
<title>Fixed longstanding namespace convolution involving rune_t vs wchar_t.</title>
<updated>1996-05-01T00:40:10Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1996-05-01T00:40:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cdd84b02119661919861a0ce13cffa523d3e93a9'/>
<id>urn:sha1:cdd84b02119661919861a0ce13cffa523d3e93a9</id>
<content type='text'>
If _ANSI_SOURCE or _POSIX_SOURCE is defined, then &lt;ctype.h&gt; had to
be included before &lt;stddef.h&gt; or &lt;stdlib.h&gt; to get rune_t declared.
Now rune_t is declared perfectly bogusly in all cases when &lt;ctype.h&gt;
is included.

This change breaks similar (but more convoluted) convolutions in the
stddef.h in gcc distributions.  Ports of gcc should avoid using the
gcc headers.
</content>
</entry>
<entry>
<title>Don't declare rune_t, putenv() or setenv() if _POSIX_SOURCE is declared.</title>
<updated>1995-04-15T23:48:16Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1995-04-15T23:48:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=67c54240cd8e29dd6ec2d1c2e5ba061d6e4b1103'/>
<id>urn:sha1:67c54240cd8e29dd6ec2d1c2e5ba061d6e4b1103</id>
<content type='text'>
Previously they were only guarded by `#ifndef _ANSI_SOURCE'.  They are
neither ANSI nor POSIX nor std and should never have been declared here.

Declare functions like abs() as having attribute `__pure2'.  Declaring them
as having type `__pure' has been a no-op for some time.

Delete obsolete comment about stub locale functions.

Use consistent formatting for the rand48 functions.  These and about 30
other functions should never have been declared here either.
</content>
</entry>
<entry>
<title>Reviewed by:	Bruce Evans</title>
<updated>1994-11-21T09:25:58Z</updated>
<author>
<name>Andreas Schulz</name>
<email>ats@FreeBSD.org</email>
</author>
<published>1994-11-21T09:25:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f8f6d0dc4a4483329b8e64aadcecf13b6ba21201'/>
<id>urn:sha1:f8f6d0dc4a4483329b8e64aadcecf13b6ba21201</id>
<content type='text'>
Add prototypes for the *rand48 family here in the moment to get them
running again.
</content>
</entry>
<entry>
<title>Declare functions that don't return as having attribute __dead2.</title>
<updated>1994-09-08T10:29:15Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1994-09-08T10:29:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2868e9618b53d8f861a76ae9d05a4d34f3dc9dff'/>
<id>urn:sha1:2868e9618b53d8f861a76ae9d05a4d34f3dc9dff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>BSD 4.4 Lite Include Sources</title>
<updated>1994-05-24T09:57:34Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1994-05-24T09:57:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=59deaec541ae8baaa58daf6c5a2196ea7de180c3'/>
<id>urn:sha1:59deaec541ae8baaa58daf6c5a2196ea7de180c3</id>
<content type='text'>
</content>
</entry>
</feed>
