<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/string, branch OPENBSD_5_4</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_5_4</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_5_4'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2013-07-17T05:42:11+00:00</updated>
<entry>
<title>more library history</title>
<updated>2013-07-17T05:42:11+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2013-07-17T05:42:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d2b01409a3178be63f919b142223a30226b03e6f'/>
<id>urn:sha1:d2b01409a3178be63f919b142223a30226b03e6f</id>
<content type='text'>
facts checked by sobrado@
style tweaks and ok jmc@
</content>
</entry>
<entry>
<title>use .Mt for email addresses; from Jan Stary &lt;hans at stare dot cz&gt;; ok jmc@</title>
<updated>2013-07-16T15:21:11+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2013-07-16T15:21:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9d6d1603f660a3016ef12c546eb48a32013c5fa1'/>
<id>urn:sha1:9d6d1603f660a3016ef12c546eb48a32013c5fa1</id>
<content type='text'>
</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>remove some incredible lies about overlapping buffers</title>
<updated>2013-06-04T03:02:09+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2013-06-04T03:02:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5cfc174d3b34f5dba4b190a4ca81bfe03551259f'/>
<id>urn:sha1:5cfc174d3b34f5dba4b190a4ca81bfe03551259f</id>
<content type='text'>
ok guenther
</content>
</entry>
<entry>
<title>Fix catopen(3) for UTF-8 locales and update the implementation to POSIX-2008.</title>
<updated>2013-06-01T21:26:18+00:00</updated>
<author>
<name>stsp</name>
<email></email>
</author>
<published>2013-06-01T21:26:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8724cd3896ccf5bc92de17e48863ba382ea653e8'/>
<id>urn:sha1:8724cd3896ccf5bc92de17e48863ba382ea653e8</id>
<content type='text'>
Catalogs had an arbitrary character set which was used regardless of locale.
Add UTF-8-encoded catalogs for libc error messages, and rename existing ones
to indicate their character sets. catopen(3) now chooses a catalog which
matches the locale's encoding, if available.

help &amp; ok matthew, man page bits ok jmc, input from naddy and bluhm
</content>
</entry>
<entry>
<title>Remove useless include.</title>
<updated>2013-05-30T01:10:45+00:00</updated>
<author>
<name>ajacoutot</name>
<email></email>
</author>
<published>2013-05-30T01:10:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1b2da9fedb7c8a2fdfe95dcfdd318b25f9c1aa22'/>
<id>urn:sha1:1b2da9fedb7c8a2fdfe95dcfdd318b25f9c1aa22</id>
<content type='text'>
ok millert@
</content>
</entry>
<entry>
<title>typo: compare len against null needle, not haystack</title>
<updated>2013-05-15T12:45:59+00:00</updated>
<author>
<name>ajacoutot</name>
<email></email>
</author>
<published>2013-05-15T12:45:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f2922f3ed85bda2b1383cc2fe40f1df454eb45b4'/>
<id>urn:sha1:f2922f3ed85bda2b1383cc2fe40f1df454eb45b4</id>
<content type='text'>
from Alf Schlichting

ok millert@
</content>
</entry>
<entry>
<title>Add an implementation of memmem() -- from FreeBSD with some tweaks.</title>
<updated>2013-05-13T10:37:02+00:00</updated>
<author>
<name>ajacoutot</name>
<email></email>
</author>
<published>2013-05-13T10:37:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ab44d2bddb04e86ee36d1f10bf573e7cd9da58ee'/>
<id>urn:sha1:ab44d2bddb04e86ee36d1f10bf573e7cd9da58ee</id>
<content type='text'>
Requires a libc minor bump, committing now so that we have up-to-date
snapshots for the upcoming hackathon.

joint work with millert@
man page bits ok jmc@
input and ok millert@, guenther@, deraadt@
</content>
</entry>
<entry>
<title>remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.</title>
<updated>2012-08-02T13:38:39+00:00</updated>
<author>
<name>okan</name>
<email></email>
</author>
<published>2012-08-02T13:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fdbcba595746583a1ad1403c70f460af675688da'/>
<id>urn:sha1:fdbcba595746583a1ad1403c70f460af675688da</id>
<content type='text'>
ok guenther@
</content>
</entry>
<entry>
<title>fix an off-by-one error where the return value would point to the</title>
<updated>2012-07-11T10:44:59+00:00</updated>
<author>
<name>naddy</name>
<email></email>
</author>
<published>2012-07-11T10:44:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ee4e924e8a4518efe5788a280baa0fbb30d302e1'/>
<id>urn:sha1:ee4e924e8a4518efe5788a280baa0fbb30d302e1</id>
<content type='text'>
character after the '\0'; ok guenther@
</content>
</entry>
</feed>
