<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib/tsearch.c, branch OPENBSD_7_9</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-09-26T16:03:48+00:00</updated>
<entry>
<title>lint is dead: delete useless LINTLIBRARY comments</title>
<updated>2015-09-26T16:03:48+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-09-26T16:03:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=22334e2017a581a7c73aebae95e2268cd03f7669'/>
<id>urn:sha1:22334e2017a581a7c73aebae95e2268cd03f7669</id>
<content type='text'>
ok millert@
</content>
</entry>
<entry>
<title>All these files include &lt;stdlib.h&gt;, so do not need to cast</title>
<updated>2015-08-20T21:49:29+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2015-08-20T21:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6facd45e5fc7a4ce05f70781cc9fd4348a1b2938'/>
<id>urn:sha1:6facd45e5fc7a4ce05f70781cc9fd4348a1b2938</id>
<content type='text'>
malloc/calloc/realloc* returns.
</content>
</entry>
<entry>
<title>lint is dead (long live the lint!), so stop using it as a cpp conditional</title>
<updated>2014-03-16T18:38:30+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2014-03-16T18:38:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=152dcb83de699eca35330fbb4cfc075bde79d7f9'/>
<id>urn:sha1:152dcb83de699eca35330fbb4cfc075bde79d7f9</id>
<content type='text'>
(namespace pollution!) or talking about its opinion on code.

ok krw@
</content>
</entry>
<entry>
<title>Revert previous diff as it resulted in the wrong return code when</title>
<updated>2012-02-06T20:29:54+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2012-02-06T20:29:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e21af662a9c6c2d615d572841140a13985480e8b'/>
<id>urn:sha1:e21af662a9c6c2d615d572841140a13985480e8b</id>
<content type='text'>
the last node is deleted.  Instead, resolve the Coverity warning
by returning (node *)1 when you delete the root node.

based an idea from millert@.  ok otto@
</content>
</entry>
<entry>
<title>When tdelete() is used to delete the root node, don't return a</title>
<updated>2006-04-04T11:21:50+00:00</updated>
<author>
<name>moritz</name>
<email></email>
</author>
<published>2006-04-04T11:21:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=98d91b101f726e2dc971f807de9ed123cb2b80e4'/>
<id>urn:sha1:98d91b101f726e2dc971f807de9ed123cb2b80e4</id>
<content type='text'>
pointer to the freed root node, but return a pointer to the new
root node. POSIX does not define, what should be returned in
that case.

Fixes Coverity CID 2528.

ok millert@ otto@
</content>
</entry>
<entry>
<title>ansi + de-register</title>
<updated>2005-03-30T18:51:49+00:00</updated>
<author>
<name>pat</name>
<email></email>
</author>
<published>2005-03-30T18:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=894b6ab0099e7d9ca2ad9acb75246cd0a4542167'/>
<id>urn:sha1:894b6ab0099e7d9ca2ad9acb75246cd0a4542167</id>
<content type='text'>
ok otto deraadt
</content>
</entry>
<entry>
<title>add some missing $, ok djm@ 'That looks fine to me' millert@</title>
<updated>2004-10-01T04:08:45+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2004-10-01T04:08:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=286f2c9acc73fa2c79290ce6e5c7437d99f9f865'/>
<id>urn:sha1:286f2c9acc73fa2c79290ce6e5c7437d99f9f865</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>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>PD tsearch as reqd by xpg; by esr</title>
<updated>1997-06-13T23:41:37+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>1997-06-13T23:41:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=737b5724f4dd92147b79a987347fe5278fbfa6ac'/>
<id>urn:sha1:737b5724f4dd92147b79a987347fe5278fbfa6ac</id>
<content type='text'>
</content>
</entry>
</feed>
