<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/locale/lnumeric.c, branch releng/12.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2017-11-25T17:12:48Z</updated>
<entry>
<title>libc: further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-25T17:12:48Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-25T17:12:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d915a14ef094c8dfc1a5aee70e135abfec01d0f1'/>
<id>urn:sha1:d915a14ef094c8dfc1a5aee70e135abfec01d0f1</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using mis-identified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.
</content>
</entry>
<entry>
<title>Implement xlocale APIs from Darwin, mainly for use by libc++.  This adds a</title>
<updated>2011-11-20T14:45:42Z</updated>
<author>
<name>David Chisnall</name>
<email>theraven@FreeBSD.org</email>
</author>
<published>2011-11-20T14:45:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3c87aa1d3dc1d8dad3efad322852a8e1e76dee55'/>
<id>urn:sha1:3c87aa1d3dc1d8dad3efad322852a8e1e76dee55</id>
<content type='text'>
load of _l suffixed versions of various standard library functions that use
the global locale, making them take an explicit locale parameter.  Also
adds support for per-thread locales.  This work was funded by the FreeBSD
Foundation.

Please test any code you have that uses the C standard locale functions!

Reviewed by:    das (gdtoa changes)
Approved by:    dim (mentor)
</content>
</entry>
<entry>
<title>. style(9)</title>
<updated>2003-06-26T10:46:16Z</updated>
<author>
<name>Alexey Zelkin</name>
<email>phantom@FreeBSD.org</email>
</author>
<published>2003-06-26T10:46:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=683fe11379470192b45860f10e5574a3dd26d4eb'/>
<id>urn:sha1:683fe11379470192b45860f10e5574a3dd26d4eb</id>
<content type='text'>
. fix/add comments (to cover changes done thru last 20 months)
. extend monetary testcase to cover int_* values
</content>
</entry>
<entry>
<title>Fixes to locale code to properly use indirect pointers in order to prevent</title>
<updated>2003-06-13T00:14:07Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2003-06-13T00:14:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3dfdc427f16da8bb6c3374ca0140eadd5f8ab867'/>
<id>urn:sha1:3dfdc427f16da8bb6c3374ca0140eadd5f8ab867</id>
<content type='text'>
memory leaks (fixes bugs earlier purported to be fixed).
Submitted by:	Ed Moy &lt;emoy@apple.com&gt;
Obtained from:	Apple Computer, Inc.
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>decimal_point can't be "" according to C99, so set it to standard "."</title>
<updated>2003-03-20T08:05:20Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2003-03-20T08:05:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=befb332a6b3fe92e44ff99c78dfe769f8c662464'/>
<id>urn:sha1:befb332a6b3fe92e44ff99c78dfe769f8c662464</id>
<content type='text'>
in that case.
</content>
</entry>
<entry>
<title>Rewrite locale loading procedures, so any load failure will not affect</title>
<updated>2002-08-08T05:51:54Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2002-08-08T05:51:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=76692b8025f1f01cecc2402b75be407dda902522'/>
<id>urn:sha1:76692b8025f1f01cecc2402b75be407dda902522</id>
<content type='text'>
currently cached data.  It allows a number of nice things, like: removing
fallback code from single locale loading, remove memory leak when LC_CTYPE
data loaded again and again, efficient cache use, not only for
setlocale(locale1); setlocale(locale1), but for setlocale(locale1);
setlocale("C"); setlocale(locale1) too (i.e.  data file loaded only once).
</content>
</entry>
<entry>
<title>Style fixes in preparation of code rewritting</title>
<updated>2002-08-07T16:45:23Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2002-08-07T16:45:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ecc4c62066ba31a359f628de82486171d33f19c6'/>
<id>urn:sha1:ecc4c62066ba31a359f628de82486171d33f19c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the style of the SCM ID's.</title>
<updated>2002-03-22T21:53:29Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-03-22T21:53:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=333fc21e3cd79bca0c94d7722c5a56cb5ad078d1'/>
<id>urn:sha1:333fc21e3cd79bca0c94d7722c5a56cb5ad078d1</id>
<content type='text'>
I believe have made all of libc .c's as consistent as possible.
</content>
</entry>
<entry>
<title>* Add my e-mail to copyrights</title>
<updated>2001-12-11T15:55:42Z</updated>
<author>
<name>Alexey Zelkin</name>
<email>phantom@FreeBSD.org</email>
</author>
<published>2001-12-11T15:55:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=74f2b97544e335c01509fe73ba5bfb12147299f2'/>
<id>urn:sha1:74f2b97544e335c01509fe73ba5bfb12147299f2</id>
<content type='text'>
* style(9)'ify
</content>
</entry>
<entry>
<title>catch up to __part_load_locale() interface change</title>
<updated>2001-02-13T15:32:21Z</updated>
<author>
<name>Alexey Zelkin</name>
<email>phantom@FreeBSD.org</email>
</author>
<published>2001-02-13T15:32:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=39d2c772eb664055f6c5184eb52fba0f78e6897f'/>
<id>urn:sha1:39d2c772eb664055f6c5184eb52fba0f78e6897f</id>
<content type='text'>
</content>
</entry>
</feed>
