<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/string, branch OPENBSD_7_7</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_7</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_7'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2024-12-11T23:28:20+00:00</updated>
<entry>
<title>appeared in 4.3BSD before 4.3BSD-Tahoe</title>
<updated>2024-12-11T23:28:20+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2024-12-11T23:28:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=15fd603970df70550b12292adf704e8f034b7eb4'/>
<id>urn:sha1:15fd603970df70550b12292adf704e8f034b7eb4</id>
<content type='text'>
ok millert@ schwarze@
</content>
</entry>
<entry>
<title>wcslcpy() and wcslcat() are in POSIX-2024.  Update #include visibility</title>
<updated>2024-08-07T04:59:45+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2024-08-07T04:59:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8631652dedeb431622c6717e8a4f77d04eb99b70'/>
<id>urn:sha1:8631652dedeb431622c6717e8a4f77d04eb99b70</id>
<content type='text'>
and manpages and add restrict qualifiers.

ok millert@
</content>
</entry>
<entry>
<title>The improbable occurred: strlcpy(3) and strlcat(3) are in POSIX-2024.</title>
<updated>2024-08-03T20:13:23+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2024-08-03T20:13:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=28fa41aa005fa7c31c81c7dab80fb57d83b3f5a9'/>
<id>urn:sha1:28fa41aa005fa7c31c81c7dab80fb57d83b3f5a9</id>
<content type='text'>
memmem(3) was also added.  Update #include visibility and manpages
and add restrict qualifiers.

"never thought I'd see this day" millert@
</content>
</entry>
<entry>
<title>Add wcsnlen(3), wcslen(3) with a max len argument</title>
<updated>2024-07-14T09:51:18+00:00</updated>
<author>
<name>jca</name>
<email></email>
</author>
<published>2024-07-14T09:51:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=73603f81b8f31e21cfa961d3e7492cd914fb634c'/>
<id>urn:sha1:73603f81b8f31e21cfa961d3e7492cd914fb634c</id>
<content type='text'>
Missing function hit by fcambus@ some time ago.  ok millert@
</content>
</entry>
<entry>
<title>strmode takes a mode_t, not an int; prompted by Collin Funk.</title>
<updated>2024-06-23T07:08:26+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2024-06-23T07:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4393a2b1a3d2fd62b31919e8f33f8355c81dcdf8'/>
<id>urn:sha1:4393a2b1a3d2fd62b31919e8f33f8355c81dcdf8</id>
<content type='text'>
ok kettenis@ deraadt@ tb@
</content>
</entry>
<entry>
<title>use Fn rather than Nm for swab(); from josiah frentsos</title>
<updated>2022-09-28T20:27:12+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2022-09-28T20:27:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=438c86053ebb0aa2325bca974e8d290d8bb1691a'/>
<id>urn:sha1:438c86053ebb0aa2325bca974e8d290d8bb1691a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>.Li -&gt; .Vt where appropriate;</title>
<updated>2022-09-11T06:38:11+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2022-09-11T06:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=62590e3e551e5acaf5ee4726dac3ed5fadbdf680'/>
<id>urn:sha1:62590e3e551e5acaf5ee4726dac3ed5fadbdf680</id>
<content type='text'>
from josiah frentsos, tweaked by schwarze

ok schwarze
</content>
</entry>
<entry>
<title>libc string functions were not ported from pwb to v7</title>
<updated>2022-08-01T00:04:46+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2022-08-01T00:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a017addc5964a6cd840fb4b0c0989b6c57db2669'/>
<id>urn:sha1:a017addc5964a6cd840fb4b0c0989b6c57db2669</id>
<content type='text'>
https://minnie.tuhs.org/pipermail/tuhs/2017-August/011807.html

ok schwarze@
</content>
</entry>
<entry>
<title>strlen was in v6 libc (s5/perror.c) but not documented till v7</title>
<updated>2022-07-31T14:50:32+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2022-07-31T14:50:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0f5a935707d399101d29136d166f4d468ea1dbbf'/>
<id>urn:sha1:0f5a935707d399101d29136d166f4d468ea1dbbf</id>
<content type='text'>
ok schwarze@
</content>
</entry>
<entry>
<title>Remove AUTHORS section. This follows what is done in strstr.3</title>
<updated>2020-04-16T12:40:41+00:00</updated>
<author>
<name>claudio</name>
<email></email>
</author>
<published>2020-04-16T12:40:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1fa8673e72977d152acd0df1c460be4a3ae7c289'/>
<id>urn:sha1:1fa8673e72977d152acd0df1c460be4a3ae7c289</id>
<content type='text'>
</content>
</entry>
</feed>
