<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/share/timedef/Makefile, branch upstream/11.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2016-07-03T18:21:11Z</updated>
<entry>
<title>Posixify the locales name for variants</title>
<updated>2016-07-03T18:21:11Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-07-03T18:21:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3cf6509d70d2d3b5a8ef07944d3bf57f45f2ba9a'/>
<id>urn:sha1:3cf6509d70d2d3b5a8ef07944d3bf57f45f2ba9a</id>
<content type='text'>
For all locales with variants:
- if no ambiguity on the locale (only one variant) just use the regular name
- if ambiguity, pick one as default and append @&lt;variant&gt; to the others
  respecting POSIX

As a result:
- All the 3 components locales added recently are renamed to the usual 2
  components version for all but sr_RS.UTF-8
- Set sr_RS.UTF-8 to the cyrillic variant
- Add sr_RS.UTF-8@latin
- Remove the symlinks aliases they were created to represent the 2 components
  version as aliasas and are now useless
- Update the OptionalObsoleteFiles.inc and ObsoleteFiles.inc to reflect those
  changes

Discussed with:	ache@
Approved by:	re@ (gjb)
</content>
</entry>
<entry>
<title>Fix generation of locales with multiple variants</title>
<updated>2016-06-20T06:45:42Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-06-20T06:45:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bd51ae1287601bd4eb9d672ac6bf28252d1b312a'/>
<id>urn:sha1:bd51ae1287601bd4eb9d672ac6bf28252d1b312a</id>
<content type='text'>
Serbian locales have triple components to represent the 2 variations of the
locale: Latin and Cyrillic. Previously the tools generatic the locale were
appending both definitions instead of differentiating them.

Reported by:	ache
Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>Regenerates locales Makefiles and locales</title>
<updated>2016-04-16T17:55:11Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-04-16T17:55:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=110cf8a6f18c66bfcf4c824c29c2d66664105870'/>
<id>urn:sha1:110cf8a6f18c66bfcf4c824c29c2d66664105870</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify the locale generated Makefiles by using bmake multi variables for loops</title>
<updated>2015-12-18T21:34:28Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-12-18T21:34:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f8fd13a0998b14f8dd8b3b16a4fa271285c0f6d5'/>
<id>urn:sha1:f8fd13a0998b14f8dd8b3b16a4fa271285c0f6d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bring back a couple of ISO8859-15 locales:</title>
<updated>2015-11-16T12:58:47Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-11-16T12:58:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1d211085aca778bbb270b1cc67990189b059e19b'/>
<id>urn:sha1:1d211085aca778bbb270b1cc67990189b059e19b</id>
<content type='text'>
- af_ZA.ISO8859-15
- en_AU.ISO8859-15
- en_CA.ISO8859-15
- en_NZ.ISO8859-15
- en_US.ISO8859-15
- fr_CA.ISO8859-15
</content>
</entry>
<entry>
<title>Regenerate locales after readding ISO8859-1 for locales that have ISO8859-15</title>
<updated>2015-11-15T14:51:10Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-11-15T14:51:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c1c9ab670703ff3f857a2c6913793aa500bad826'/>
<id>urn:sha1:c1c9ab670703ff3f857a2c6913793aa500bad826</id>
<content type='text'>
Requested by:	arche
</content>
</entry>
<entry>
<title>Use explicit filename when creating locale symlinks to avoid creating a</title>
<updated>2015-11-11T18:45:48Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2015-11-11T18:45:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d4ea5890a86a54c538c5d06649c7652884f1f642'/>
<id>urn:sha1:d4ea5890a86a54c538c5d06649c7652884f1f642</id>
<content type='text'>
directory symlink when the target directory does not exist.  This will
cause an error instead of a broken setup.

Sponsored by:	EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Regenerate locales</title>
<updated>2015-10-13T20:24:57Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-10-13T20:24:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7cefd8ca2a915e8fe9d5565dcc9a562e67c07970'/>
<id>urn:sha1:7cefd8ca2a915e8fe9d5565dcc9a562e67c07970</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add newly generated locales from CLDR 27.0.1</title>
<updated>2015-08-08T19:24:32Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-08-08T19:24:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=12cafd025ab67f3c65143e868edc8215cd45b3cc'/>
<id>urn:sha1:12cafd025ab67f3c65143e868edc8215cd45b3cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ensure SYMLINKS fully specified</title>
<updated>2015-06-11T21:09:03Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2015-06-11T21:09:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d083cb11046d63bde69a1b81d9cd662683c962a1'/>
<id>urn:sha1:d083cb11046d63bde69a1b81d9cd662683c962a1</id>
<content type='text'>
Differential Revision:       D2748
Reviewed by: brooks
</content>
</entry>
</feed>
