<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib, branch OPENBSD_2_2_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_2_2_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_2_2_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>1997-08-23T10:43:25+00:00</updated>
<entry>
<title>Change realloc(foo,0) to behave like malloc(0). Both now return a pointer</title>
<updated>1997-08-23T10:43:25+00:00</updated>
<author>
<name>pefo</name>
<email></email>
</author>
<published>1997-08-23T10:43:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d1992b87de38ede6e6dd8ba853ae384f5fbad27d'/>
<id>urn:sha1:d1992b87de38ede6e6dd8ba853ae384f5fbad27d</id>
<content type='text'>
to an object of size zero. This will allow testing on reallocs return value
to determine if the operation was successful or not.
</content>
</entry>
<entry>
<title>malloc_init() should try to not modify errno</title>
<updated>1997-08-22T17:06:59+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>1997-08-22T17:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7cf0a9096ed9b087d6bf9c23fadee9eba456f4e3'/>
<id>urn:sha1:7cf0a9096ed9b087d6bf9c23fadee9eba456f4e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move getsubopt(3) to stdlib like lite2 and XPG4.2 say...</title>
<updated>1997-08-20T04:02:18+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>1997-08-20T04:02:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4eac491513b57fb0e90b92aa5b40f29e9326b233'/>
<id>urn:sha1:4eac491513b57fb0e90b92aa5b40f29e9326b233</id>
<content type='text'>
Update man page from lite2 while I'm at it.
</content>
</entry>
<entry>
<title>Install a64l/l64a man page.  Also, tsearch.3 and friends were not</title>
<updated>1997-08-18T04:56:51+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>1997-08-18T04:56:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5c41dcb9a0480992b687112376de744d9812fdff'/>
<id>urn:sha1:5c41dcb9a0480992b687112376de744d9812fdff</id>
<content type='text'>
being installed either.
</content>
</entry>
<entry>
<title>Man page for a64l(3) and l64a(3), based on a64l.3 from the MiNT docs 0.1.</title>
<updated>1997-08-17T22:58:34+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>1997-08-17T22:58:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8a261abefde3eb7c4a3ecb94acbb4b500b8cd1aa'/>
<id>urn:sha1:8a261abefde3eb7c4a3ecb94acbb4b500b8cd1aa</id>
<content type='text'>
Also make a64l(3) and l64a(3) deal reasonably with inapropriate
input.  The standard does not require this, but it does not disallow
it either.
</content>
</entry>
<entry>
<title>fix Xr</title>
<updated>1997-07-17T07:39:41+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>1997-07-17T07:39:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c1982b2820272f8db1fd0496561025aa761e1e40'/>
<id>urn:sha1:c1982b2820272f8db1fd0496561025aa761e1e40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use MALLOC_EXTRA_SANITY consistently (EXTRA_SANITY was used in many places)</title>
<updated>1997-07-02T16:26:27+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>1997-07-02T16:26:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=eb1df34c5066d83120f925424d530de354d33f53'/>
<id>urn:sha1:eb1df34c5066d83120f925424d530de354d33f53</id>
<content type='text'>
sizeof *pt -&gt; sizeof *px (point to same type of struct but looked wrong).
</content>
</entry>
<entry>
<title>Include &lt;stdlib.h&gt; for malloc() proto.</title>
<updated>1997-07-01T05:54:42+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>1997-07-01T05:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0386451a8fc5f9f7a605645495c245e380734867'/>
<id>urn:sha1:0386451a8fc5f9f7a605645495c245e380734867</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make sure we don't get stuck in a loop when trying to clean up stdio</title>
<updated>1997-06-22T20:21:25+00:00</updated>
<author>
<name>tholo</name>
<email></email>
</author>
<published>1997-06-22T20:21:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c3e30a5029a7be2fa6f7521f978a5fcb45134113'/>
<id>urn:sha1:c3e30a5029a7be2fa6f7521f978a5fcb45134113</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add ELOOP support; shigio@wafu.netgate.net</title>
<updated>1997-06-20T20:37:45+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>1997-06-20T20:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a95ecf3f30005b6b5d55131cfb166cf8e71e176d'/>
<id>urn:sha1:a95ecf3f30005b6b5d55131cfb166cf8e71e176d</id>
<content type='text'>
</content>
</entry>
</feed>
