<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib/qsort.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>2020-02-08T01:09:57+00:00</updated>
<entry>
<title>correct Research Unix edition "appeared in" use in HISTORY</title>
<updated>2020-02-08T01:09:57+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2020-02-08T01:09:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d9caa3efeb30ce5d25bc81064b9ae0dcc664699e'/>
<id>urn:sha1:d9caa3efeb30ce5d25bc81064b9ae0dcc664699e</id>
<content type='text'>
Starting from "Combined Table of Contents" in Doug McIlroy's
"A Research UNIX Reader" a table of which edition manuals appeared in.
Checked against manuals from bitsavers/TUHS and source from TUHS where
available.

Ingo points out there are cases where something is included but not
documented until a later release.
bcd(6)		v6	v7
printf(3)	v2	v4
abort(3)	v5	v6
system(3)	v6	v7
fmod(3)		v5	v6

ok schwarze@
</content>
</entry>
<entry>
<title>delete two stray blank lines</title>
<updated>2019-05-15T16:58:56+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-05-15T16:58:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=11f7bebd341b40cf9c5ca1e5e3d175b1cff8a914'/>
<id>urn:sha1:11f7bebd341b40cf9c5ca1e5e3d175b1cff8a914</id>
<content type='text'>
</content>
</entry>
<entry>
<title>escape backslashes;</title>
<updated>2019-03-20T04:02:07+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-03-20T04:02:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c412d374557a9d6fb48aa5a61e0a5afdd59dcb76'/>
<id>urn:sha1:c412d374557a9d6fb48aa5a61e0a5afdd59dcb76</id>
<content type='text'>
patch from Peter Piwowarski &lt;peterjpiwowarski at gmail dot com&gt;
</content>
</entry>
<entry>
<title>sort sections, and add a missing verb to the EXAMPLES text;</title>
<updated>2019-01-22T06:49:17+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2019-01-22T06:49:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1db558bf7a3ffc93c4bdffeb3f1bcd27924dc262'/>
<id>urn:sha1:1db558bf7a3ffc93c4bdffeb3f1bcd27924dc262</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Wrap long line</title>
<updated>2019-01-22T06:44:46+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2019-01-22T06:44:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f2a17c222f91a52c51f646b18be02d2f5665db64'/>
<id>urn:sha1:f2a17c222f91a52c51f646b18be02d2f5665db64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>a few tweaks</title>
<updated>2019-01-21T20:43:27+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2019-01-21T20:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cf875d3c6ef178ad101ce721663b8d872862c795'/>
<id>urn:sha1:cf875d3c6ef178ad101ce721663b8d872862c795</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add example showing a proper comparison function, as many examples show</title>
<updated>2019-01-21T20:34:14+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2019-01-21T20:34:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b61c6ad98038236ae2ffbb95380ccd0d8706542b'/>
<id>urn:sha1:b61c6ad98038236ae2ffbb95380ccd0d8706542b</id>
<content type='text'>
the wrong idiom. ok tedu@ but probably needs some tweakin
</content>
</entry>
<entry>
<title>Document that qsort falls back to heapsort() if the recursion depth</title>
<updated>2017-05-20T13:09:01+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2017-05-20T13:09:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5d7ce5f934559a6d9489db5a452de106d39e03a1'/>
<id>urn:sha1:5d7ce5f934559a6d9489db5a452de106d39e03a1</id>
<content type='text'>
exceeds 2 lg N and add a reference to the introsort paper.
</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 .Rv where appropriate, and move it to RETURN VALUES;</title>
<updated>2015-01-29T01:46:31+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2015-01-29T01:46:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7ffdd83736c4e5dc06d040ec090ce154f1e2e64e'/>
<id>urn:sha1:7ffdd83736c4e5dc06d040ec090ce154f1e2e64e</id>
<content type='text'>
remove .Tn, and a few minor macro adjustments.
Patch from Kaspars at Bankovskis dot net.
</content>
</entry>
</feed>
