<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/string, branch OPENBSD_3_7</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_3_7</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_3_7'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2005-02-25T03:12:44+00:00</updated>
<entry>
<title>Be correct in our man pages when talking about NUL termination (that is,</title>
<updated>2005-02-25T03:12:44+00:00</updated>
<author>
<name>cloder</name>
<email></email>
</author>
<published>2005-02-25T03:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=67e61f91527f9a7cd6b9a16b0cd90dd56607d505'/>
<id>urn:sha1:67e61f91527f9a7cd6b9a16b0cd90dd56607d505</id>
<content type='text'>
termination with '\0') vs. null termination.
Input from krw@, jaredy@, jmc@.  OK deraadt@
</content>
</entry>
<entry>
<title>typos, then -&gt; than, from Michael Knudsen</title>
<updated>2004-12-10T03:54:18+00:00</updated>
<author>
<name>jaredy</name>
<email></email>
</author>
<published>2004-12-10T03:54:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5075c4c899abb11d62cadd17f148b1ad35fcf3c0'/>
<id>urn:sha1:5075c4c899abb11d62cadd17f148b1ad35fcf3c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>repair libkern support (again) and add rcsids</title>
<updated>2004-11-28T07:16:54+00:00</updated>
<author>
<name>mickey</name>
<email></email>
</author>
<published>2004-11-28T07:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=400dc0ede1161c72451b91080bb9b92c97ec449e'/>
<id>urn:sha1:400dc0ede1161c72451b91080bb9b92c97ec449e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Missed this in the __strerror() removal.</title>
<updated>2004-05-03T19:56:08+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2004-05-03T19:56:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a4e45252aa15df7ce8795ea4f8ae328047793f94'/>
<id>urn:sha1:a4e45252aa15df7ce8795ea4f8ae328047793f94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>No longer need __strerror(3) now that we use strerror_r() inside libc.</title>
<updated>2004-05-03T17:35:07+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2004-05-03T17:35:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0c5ef24a857a5f13f45b81acccf4973d92e8c5e3'/>
<id>urn:sha1:0c5ef24a857a5f13f45b81acccf4973d92e8c5e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do a better job of documenting strerror_r() and add an ERRORS section.</title>
<updated>2004-05-03T14:37:59+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2004-05-03T14:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=93ef721c4aced997f082c99d8f900fa2b74a7f02'/>
<id>urn:sha1:93ef721c4aced997f082c99d8f900fa2b74a7f02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build the error message in strerror_r.c directly, avoiding one copy there.</title>
<updated>2004-05-03T05:07:34+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2004-05-03T05:07:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=76aa3dd62e5e4b02cca65819f1c8d9938aec06fd'/>
<id>urn:sha1:76aa3dd62e5e4b02cca65819f1c8d9938aec06fd</id>
<content type='text'>
handle a few subtle details caught by the regression tests: correct
termination, non copying if buffer length == 0, errno setting.
let all former users of __strerror go through strerror_r.

Work by Todd Miller and I. Okay millert@.
</content>
</entry>
<entry>
<title>let __strerror fill precisely the part of the buffer it can.</title>
<updated>2004-05-01T10:52:59+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2004-05-01T10:52:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=020a840ea33d9a0972e79af8e8d5b08fd704ff84'/>
<id>urn:sha1:020a840ea33d9a0972e79af8e8d5b08fd704ff84</id>
<content type='text'>
okay millert@
</content>
</entry>
<entry>
<title>Let __strerror work by fixing a number of problems. Work by tholo and I,</title>
<updated>2004-04-30T17:13:02+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2004-04-30T17:13:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0a296eded866d7ff51a920ebce2ab8399cf97cf3'/>
<id>urn:sha1:0a296eded866d7ff51a920ebce2ab8399cf97cf3</id>
<content type='text'>
okay millert@.

- atoi was bogus.
- atoi was not reentrant.
- there's no reason to cast stuff to unsigned int.
</content>
</entry>
<entry>
<title>make Nm match Dt;</title>
<updated>2004-02-10T14:35:35+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2004-02-10T14:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1935a6dfa4ab7f2264c550719b96c7dd54648650'/>
<id>urn:sha1:1935a6dfa4ab7f2264c550719b96c7dd54648650</id>
<content type='text'>
</content>
</entry>
</feed>
