<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib/tsearch.3, 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>2022-03-31T17:27:26+00:00</updated>
<entry>
<title>man pages: add missing commas between subordinate and main clauses</title>
<updated>2022-03-31T17:27:26+00:00</updated>
<author>
<name>naddy</name>
<email></email>
</author>
<published>2022-03-31T17:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3d8be07546f5ec331a0f851b0ea88212376ebb95'/>
<id>urn:sha1:3d8be07546f5ec331a0f851b0ea88212376ebb95</id>
<content type='text'>
jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@
</content>
</entry>
<entry>
<title>I am retiring my old email address;  replace it with my OpenBSD one.</title>
<updated>2019-01-25T00:19:26+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2019-01-25T00:19:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9395eef49000d5819f0d53eae86baa6e426dab86'/>
<id>urn:sha1:9395eef49000d5819f0d53eae86baa6e426dab86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove sentences in RETURN VALUES sections saying that functions with</title>
<updated>2016-03-12T21:31:22+00:00</updated>
<author>
<name>mmcc</name>
<email></email>
</author>
<published>2016-03-12T21:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d7e23979f786be3c146be16ec4363c6da83c906e'/>
<id>urn:sha1:d7e23979f786be3c146be16ec4363c6da83c906e</id>
<content type='text'>
void return types 'return no value'. This is obvious and therefore
unneccessary to mention.

We spare rewind(3)'s sentence because espie@ pointed out that it's a
warning - the function masks a potential error.

This commit also adds a sentence to X509_free clarifying that it's
NULL-safe. This bit was discussed with doug@.

ok martijn@, sentiment supported by schwarze@
</content>
</entry>
<entry>
<title>Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze</title>
<updated>2013-06-05T03:39:23+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2013-06-05T03:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4'/>
<id>urn:sha1:2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Zap extra spaces from function pointer arguments</title>
<updated>2012-07-08T10:25:55+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2012-07-08T10:25:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2e88e9a693d4c39914295582b75c183e128ecfad'/>
<id>urn:sha1:2e88e9a693d4c39914295582b75c183e128ecfad</id>
<content type='text'>
Pointed out by Joachim Schipper (joachim at joachimschipper.nl)
</content>
</entry>
<entry>
<title>Describe tdelete()'s return value correctly and update the related CAVEAT</title>
<updated>2012-07-08T10:14:35+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2012-07-08T10:14:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=faef3e5265c4743f5eda64aac605691173a2defb'/>
<id>urn:sha1:faef3e5265c4743f5eda64aac605691173a2defb</id>
<content type='text'>
Based on a note from Steffen Daode Nurpmeso (sdaoden at googlemail.com)
ok jmc@
</content>
</entry>
<entry>
<title>convert to new .Dd format;</title>
<updated>2007-05-31T19:20:26+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2007-05-31T19:20:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e021d0a0d5401ab3c1c88e4570ee8c832a47033b'/>
<id>urn:sha1:e021d0a0d5401ab3c1c88e4570ee8c832a47033b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>POSIX says tdelete() returns the parent of the deleted node. Sadly the</title>
<updated>2006-04-04T19:07:23+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2006-04-04T19:07:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f96e7b7035ac868739059b815bcdf7eed259c208'/>
<id>urn:sha1:f96e7b7035ac868739059b815bcdf7eed259c208</id>
<content type='text'>
root node doesn't have a parent, and POSIX does not say what should be
done in that case. Warn developers that different implementations
may do different things.
</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>document posixness;</title>
<updated>2006-01-30T19:50:41+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2006-01-30T19:50:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e709e51f1daafc746fe73fe4af0bf7d334bb3f0a'/>
<id>urn:sha1:e709e51f1daafc746fe73fe4af0bf7d334bb3f0a</id>
<content type='text'>
fixes pr #4996, from joachim schipper;
</content>
</entry>
</feed>
