<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/share/timedef, branch release/10.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2015-12-04T18:21:05Z</updated>
<entry>
<title>MFC r290083:</title>
<updated>2015-12-04T18:21:05Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2015-12-04T18:21:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=247b0a277329f8da751c230686043cc18d046457'/>
<id>urn:sha1:247b0a277329f8da751c230686043cc18d046457</id>
<content type='text'>
  Use more appropriate ${SHAREDIR} rather than /usr/share.
</content>
</entry>
<entry>
<title>MFC r289038,r289041:</title>
<updated>2015-10-29T17:00:51Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2015-10-29T17:00:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2f087ec449af4d131d7ea845bbd2fe774e279eda'/>
<id>urn:sha1:2f087ec449af4d131d7ea845bbd2fe774e279eda</id>
<content type='text'>
Add encoding for mime-types.

Fix short month names and replace %b with %_m in date_fmt for Chinese
locales.

When using a Chinese locale, such as zh_TW.UTF-8 or zh_CN.UTF-8,
nl_langinfo(ABMON_*) only returned numbers.  For instance,
nl_langinfo(ABMON_1) returns 1, nl_langinfo(ABMON_2) returns 2, and
so on.

This causes problems in applications that put the short month name
and the day of the month together.  For example, 'Apr 14' in English
becomes '414日' in Chinese on the top bar of GNOME Shell.

This problem may be resolved by appending '月' to all short month
names and replacing %b with %_m in date_fmt. ja_JP.UTF-8 already
does this, and this matches the en_US.ISO8859-1 behavior, which
returns 'Oct'.  The GNU C Library also returns values with '月'
appended.

PR:		199441
Submitted by:	Ting-Wei Lan &lt;lantw44 gmail com&gt;
</content>
</entry>
<entry>
<title>Partial fix for PR 91106. Correct the short weekday names. Done according to this poll https://bugzilla.redhat.com/show_bug.cgi?id=242296. This will not close the bug fully yet, as the month names are still not correctly in Genitive. More research on this topic will be done, as I'm suspecting a bug in the libc locale functions picking the month name from the wrong group.</title>
<updated>2011-02-27T21:32:25Z</updated>
<author>
<name>Konrad Jankowski</name>
<email>versus@FreeBSD.org</email>
</author>
<published>2011-02-27T21:32:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e4183d0a3a951b78d0061bfdf4b828536596d7b7'/>
<id>urn:sha1:e4183d0a3a951b78d0061bfdf4b828536596d7b7</id>
<content type='text'>
PR:		conf/91106
Approved by:	gavin (mentor)
MFC after:	1 month
</content>
</entry>
<entry>
<title>Week days are all lowercase in French.</title>
<updated>2010-07-20T14:27:09Z</updated>
<author>
<name>Ollivier Robert</name>
<email>roberto@FreeBSD.org</email>
</author>
<published>2010-07-20T14:27:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=77a0c59b8f0e3cefa44afa80298e8253b6d2d23a'/>
<id>urn:sha1:77a0c59b8f0e3cefa44afa80298e8253b6d2d23a</id>
<content type='text'>
cf. http://www.academie-francaise.fr/langue/questions.html#jourdelasemaine (FR)

PR:		misc/148792
Submitted by:	Mathieu &lt;freebsd@breatheless.net&gt;
MFC after:	1 weeks
</content>
</entry>
<entry>
<title>Since %b contains unit, %b is not suitable for c_fmt, now.  Use %_m</title>
<updated>2009-11-14T15:56:23Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2009-11-14T15:56:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=580a28b11a5b3140fe1b4abeb8f8567ac6b96c34'/>
<id>urn:sha1:580a28b11a5b3140fe1b4abeb8f8567ac6b96c34</id>
<content type='text'>
instead.
</content>
</entry>
<entry>
<title>Add unit to the short month names for Japanese locales.</title>
<updated>2009-11-11T11:24:02Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2009-11-11T11:24:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2711d444492be05c1abfc407bb93fef0fb9b814b'/>
<id>urn:sha1:2711d444492be05c1abfc407bb93fef0fb9b814b</id>
<content type='text'>
Without unit, the output of the application like ls(1)
is complicated.

Reviewed by:	nork
MFC after:	1 week
</content>
</entry>
<entry>
<title>Remove trailing spaces.</title>
<updated>2009-09-16T07:55:02Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2009-09-16T07:55:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=102dfdb19784fec4eb64990b4855c50edcff31c2'/>
<id>urn:sha1:102dfdb19784fec4eb64990b4855c50edcff31c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add lv_LV</title>
<updated>2009-09-04T06:26:40Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2009-09-04T06:26:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8e5b0cb0531ed6a3fda5481819ce508506dc52ba'/>
<id>urn:sha1:8e5b0cb0531ed6a3fda5481819ce508506dc52ba</id>
<content type='text'>
PR:             105100
Submitted by:   Aldis Berjoza &lt;killasmurf86@gmail.com&gt;
</content>
</entry>
<entry>
<title>AM/PM date format for ja_JP.eucJP and ja_JP.SJIS were</title>
<updated>2009-08-30T10:47:00Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2009-08-30T10:47:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e13d7b148698866868839f093ae25ee6a123b3cf'/>
<id>urn:sha1:e13d7b148698866868839f093ae25ee6a123b3cf</id>
<content type='text'>
localized by r193869.  However, ja_JP.UTF-8 wasn't.
So, reflect it to ja_JP.UTF-8 as well.
</content>
</entry>
<entry>
<title>Long long time ago, several utilities in base used to parse %c output and</title>
<updated>2009-06-15T18:49:06Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2009-06-15T18:49:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=31b6da64c7838e4dcd63c6c8c9beebf2d2ca13cf'/>
<id>urn:sha1:31b6da64c7838e4dcd63c6c8c9beebf2d2ca13cf</id>
<content type='text'>
we were not able to change c_fmt without breaking these utilities.  Since
ache fixed all known issues 8 years ago, now we make ko_KR more usable.
Better late than never...
</content>
</entry>
</feed>
