<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib, branch OPENBSD_3_1_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_3_1_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_3_1_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2002-02-23T19:54:29+00:00</updated>
<entry>
<title>deraadt@ objects to the caveat remark, so remove it.</title>
<updated>2002-02-23T19:54:29+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2002-02-23T19:54:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a3d41979f88fc8fca61c974a09d58e2dfb47d979'/>
<id>urn:sha1:a3d41979f88fc8fca61c974a09d58e2dfb47d979</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Slightly improve wording and punctuation.</title>
<updated>2002-02-23T19:51:46+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2002-02-23T19:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8aee9880ed625ae9cd5bcc9d1099c3af3d6f416a'/>
<id>urn:sha1:8aee9880ed625ae9cd5bcc9d1099c3af3d6f416a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a caveat section pointing out that people affecting the return value</title>
<updated>2002-02-23T19:50:01+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2002-02-23T19:50:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c3abb344d7a4b377a5ea92a04bacb558cba39b56'/>
<id>urn:sha1:c3abb344d7a4b377a5ea92a04bacb558cba39b56</id>
<content type='text'>
of getopt() to char variables instead of int lose on arches where char is
unsigned by default.

Clean the example by not pasting parts of &lt;unistd.h&gt; into it, and by not
using atoi(3).
</content>
</entry>
<entry>
<title>We live in an ANSI C world.  Remove lots of gratuitous #ifdef __STDC__ cruft.</title>
<updated>2002-02-19T19:39:38+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2002-02-19T19:39:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0be1f7d80eff8e3e86b037958be3ab5217ce9b59'/>
<id>urn:sha1:0be1f7d80eff8e3e86b037958be3ab5217ce9b59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)</title>
<updated>2002-02-17T19:42:31+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2002-02-17T19:42:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4d9f43fe58441f274978bd37f319b3c63bd308d3'/>
<id>urn:sha1:4d9f43fe58441f274978bd37f319b3c63bd308d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Part one of userland __P removal.  Done with a simple regexp with some minor hand editing to make comments line up correctly.  Another pass is forthcoming that handles the cases that could not be done automatically.</title>
<updated>2002-02-16T21:27:50+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2002-02-16T21:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=052e020be6be85be6238c44b8386a61f8db7b6a4'/>
<id>urn:sha1:052e020be6be85be6238c44b8386a61f8db7b6a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>THREAD_UNLOCK() on error before returning; millert@ ok.</title>
<updated>2002-01-23T20:42:24+00:00</updated>
<author>
<name>fgsch</name>
<email></email>
</author>
<published>2002-01-23T20:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ab924303d6835c8358e1692ebf125fc53604d812'/>
<id>urn:sha1:ab924303d6835c8358e1692ebf125fc53604d812</id>
<content type='text'>
</content>
</entry>
<entry>
<title>If the user passes in "" as the string to resolve the lstat() will</title>
<updated>2002-01-12T16:24:35+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2002-01-12T16:24:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ab193f788e40e3bc214a6c15e3bd5171dd7b163d'/>
<id>urn:sha1:ab193f788e40e3bc214a6c15e3bd5171dd7b163d</id>
<content type='text'>
fail anyway so check for that.  Also convert "." to "" since that
way we avoid the lstat() (which we don't need) and the subsequent
chdir() and some dir checks.
</content>
</entry>
<entry>
<title>Two functions can return errors here, not just one.</title>
<updated>2001-12-29T02:35:37+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2001-12-29T02:35:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=229de2018e42a072d4b9cb832226bafeb9881227'/>
<id>urn:sha1:229de2018e42a072d4b9cb832226bafeb9881227</id>
<content type='text'>
</content>
</entry>
<entry>
<title>alloca cannot check if the allocation is valid.  mention the consequences; millert ok</title>
<updated>2001-12-06T04:21:27+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2001-12-06T04:21:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=00a5b66e44967336be0fc76ef57bae611e741cde'/>
<id>urn:sha1:00a5b66e44967336be0fc76ef57bae611e741cde</id>
<content type='text'>
</content>
</entry>
</feed>
