<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/string, branch OPENBSD_3_6_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_3_6_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_3_6_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2004-05-03T19:56:08+00:00</updated>
<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>
<entry>
<title>make Nm match Dt; found by pb@</title>
<updated>2004-02-09T20:53:12+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2004-02-09T20:53:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=59711719b97f718aebbbce662e03148eb8169531'/>
<id>urn:sha1:59711719b97f718aebbbce662e03148eb8169531</id>
<content type='text'>
some of this ok espie@, all of it ok deraadt@
</content>
</entry>
<entry>
<title>Fix the example code.  The loop invariant 'i' was not bound by MAXTOKENS</title>
<updated>2004-01-20T06:06:48+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2004-01-20T06:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3a9bdfad7b4583f085b2e8157df7796839aa8ae2'/>
<id>urn:sha1:3a9bdfad7b4583f085b2e8157df7796839aa8ae2</id>
<content type='text'>
which could result in writing a NUL byte outside of tokens[].  A fix, from
Patrick Latifi, is to move the increment into the "i &lt; MAXTOKENS - 1" block.
</content>
</entry>
<entry>
<title>standards compliant strxfrm.  much simpler too.  fixes sorting in glib2.</title>
<updated>2003-09-06T22:43:12+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2003-09-06T22:43:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6fc3be9c670852e899a4e265db78f218c4150b50'/>
<id>urn:sha1:6fc3be9c670852e899a4e265db78f218c4150b50</id>
<content type='text'>
ok deraadt@ espie@ marcm@
</content>
</entry>
</feed>
