<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/string/strerror_r.c, branch OPENBSD_6_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2016-10-19T16:26:16+00:00</updated>
<entry>
<title>Remove the save_errno dance inside strerror_r(3).  It is from the</title>
<updated>2016-10-19T16:26:16+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2016-10-19T16:26:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f39ce8e0e6343a2c1c9f10041b7e98b1b86cf6af'/>
<id>urn:sha1:f39ce8e0e6343a2c1c9f10041b7e98b1b86cf6af</id>
<content type='text'>
time when we had national language support.
OK millert@
</content>
</entry>
<entry>
<title>The only thing that was translated into multiple languages in OpenBSD</title>
<updated>2015-10-25T10:22:09+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2015-10-25T10:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d3eedb2d4a3440cdd3041229f1700871de7b5b97'/>
<id>urn:sha1:d3eedb2d4a3440cdd3041229f1700871de7b5b97</id>
<content type='text'>
are the errno messages and signal names.  Everything else is in
English.  We are not planning to translate more text.  Running a
mixed system with less than 1% of the text in native language makes
no sense.  So remove the NLS support from libc messages.  The
catopen(3) functions stay as they are.
OK stsp@ mpi@
</content>
</entry>
<entry>
<title>Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signame</title>
<updated>2015-09-06T20:26:20+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-09-06T20:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a63e16ea42db38f7ccd334c743ab50f633887582'/>
<id>urn:sha1:a63e16ea42db38f7ccd334c743ab50f633887582</id>
<content type='text'>
to eliminate duplicate copies of the tables and get direct access internally

ok kettenis@ deraadt@
</content>
</entry>
<entry>
<title>Use new framework for wrapping cat{open,gets,close}(), eliminating</title>
<updated>2015-09-05T11:25:30+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-09-05T11:25:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e11a9f62e90a95b75512648a2ed36057cad7b1d7'/>
<id>urn:sha1:e11a9f62e90a95b75512648a2ed36057cad7b1d7</id>
<content type='text'>
_cat* in the process.

ok kettenis@
</content>
</entry>
<entry>
<title>Add framework for resolving (pun intended) libc namespace issues, using</title>
<updated>2015-08-31T02:53:57+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-08-31T02:53:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c1ccbe216c72b17e063c4c16fa4904d87d295c99'/>
<id>urn:sha1:c1ccbe216c72b17e063c4c16fa4904d87d295c99</id>
<content type='text'>
wrapper .h files and asm labels to let internal calls resolve directly and
not be overridable or use the PLT.  Then, apply that framework to most of
the functions in stdio.h, string.h, err.h, and wchar.h.  Delete the
should-have-been-hidden-all-along _v?(err|warn)[cx]? symbols while here.

tests clean on i386, amd64, sparc64, powerpc, and mips64

naming feedback from kettenis@ and millert@
ok kettenis@
</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>If NLS is disabled, strerror does not print the correct error string.</title>
<updated>2007-03-01T16:29:09+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2007-03-01T16:29:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9c4b4ca341957016adebec4e1eb2446cf0261241'/>
<id>urn:sha1:9c4b4ca341957016adebec4e1eb2446cf0261241</id>
<content type='text'>
No binary change with NLS enabled.

ok otto millert espie
</content>
</entry>
<entry>
<title>zap remaining rcsid.</title>
<updated>2005-08-08T08:05:37+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2005-08-08T08:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d7398a270c9cd1b7b4d545ed70ea24384781a86c'/>
<id>urn:sha1:d7398a270c9cd1b7b4d545ed70ea24384781a86c</id>
<content type='text'>
Kill old files that are no longer compiled.

okay theo
</content>
</entry>
<entry>
<title>Merge common functionality of __strsignal and strerror_r.</title>
<updated>2005-05-26T12:56:01+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2005-05-26T12:56:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ce5070801d547add0fa94980900e08880052ce3f'/>
<id>urn:sha1:ce5070801d547add0fa94980900e08880052ce3f</id>
<content type='text'>
ok jaredy@ miod@
</content>
</entry>
<entry>
<title>Only append number when it fits to avoid truncation and return</title>
<updated>2005-05-08T06:25:44+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2005-05-08T06:25:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b8b955315e0a9987501c1a8199d58da7a7853499'/>
<id>urn:sha1:b8b955315e0a9987501c1a8199d58da7a7853499</id>
<content type='text'>
appropriate error number. ok miod@, millert@ on an earlier version;
ok jaredey@
</content>
</entry>
</feed>
