<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/share/timedef/pl_PL.UTF-8.src, branch release/9.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<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:25+00:00</updated>
<author>
<name>Konrad Jankowski</name>
<email>versus@FreeBSD.org</email>
</author>
<published>2011-02-27T21:32:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e4183d0a3a951b78d0061bfdf4b828536596d7b7'/>
<id>e4183d0a3a951b78d0061bfdf4b828536596d7b7</id>
<content type='text'>
PR:		conf/91106
Approved by:	gavin (mentor)
MFC after:	1 month
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		conf/91106
Approved by:	gavin (mentor)
MFC after:	1 month
</pre>
</div>
</content>
</entry>
<entry>
<title>Invalid (long) date format in pl_PL.ISO8859-2.src</title>
<updated>2009-06-10T21:45:18+00:00</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2009-06-10T21:45:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4cb828252c6a0ddf147984c978699ce096d4f0f1'/>
<id>4cb828252c6a0ddf147984c978699ce096d4f0f1</id>
<content type='text'>
    Date format is %a %e %b %X %Y %Z (e.g "sob 19 sty 15:46:50 2008 CET")
    but should be "%a %e %b %Y %X %Z" (e.g. "sob 19 sty 2008 15:46:50 CET").

PR:		conf/119804
Submitted by:	Bodek &lt;bodek@blurp.org&gt;
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    Date format is %a %e %b %X %Y %Z (e.g "sob 19 sty 15:46:50 2008 CET")
    but should be "%a %e %b %Y %X %Z" (e.g. "sob 19 sty 2008 15:46:50 CET").

PR:		conf/119804
Submitted by:	Bodek &lt;bodek@blurp.org&gt;
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Comments fixing</title>
<updated>2007-12-30T03:08:52+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2007-12-30T03:08:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=79386ec7dbd8944a323eb6f31d6de310be74a09c'/>
<id>79386ec7dbd8944a323eb6f31d6de310be74a09c</id>
<content type='text'>
1) Back out "month names" -&gt; "months names" and fix few such cases which
are wrong initially
2) "weekdays names" -&gt; "weekday names"

Noted by: des [1]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1) Back out "month names" -&gt; "months names" and fix few such cases which
are wrong initially
2) "weekdays names" -&gt; "weekday names"

Noted by: des [1]
</pre>
</div>
</content>
</entry>
<entry>
<title>Comments fixing</title>
<updated>2007-12-29T16:28:15+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2007-12-29T16:28:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=27cb743492a192dcf8ffc71b9a6e3868d7584a32'/>
<id>27cb743492a192dcf8ffc71b9a6e3868d7584a32</id>
<content type='text'>
"month names" -&gt; "months names"
    typo
"Long months names (alternative)" or "in alternative form" -&gt;
"(without case ending)"
"Long months names" -&gt; "Long months names (as in a date)"
    to not confuse developers on what purpose those sections are
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"month names" -&gt; "months names"
    typo
"Long months names (alternative)" or "in alternative form" -&gt;
"(without case ending)"
"Long months names" -&gt; "Long months names (as in a date)"
    to not confuse developers on what purpose those sections are
</pre>
</div>
</content>
</entry>
<entry>
<title>- Month and weekday names should begin with lowercase latter.</title>
<updated>2004-09-20T23:56:43+00:00</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2004-09-20T23:56:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=78366bad6cc41c28cb84190e00cc4065cca56238'/>
<id>78366bad6cc41c28cb84190e00cc4065cca56238</id>
<content type='text'>
- First part of long month names should use genitive.
- Use more proper shortcuts, leaving the first 3 letters is not always
  correct.

Submitted by:	Bodek &lt;bodek@blurp.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- First part of long month names should use genitive.
- Use more proper shortcuts, leaving the first 3 letters is not always
  correct.

Submitted by:	Bodek &lt;bodek@blurp.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add UTF-8 versions of all the currently supported system locales. Most of</title>
<updated>2004-03-27T08:14:15+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-03-27T08:14:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=839b21a6f45bae59ad519ff38dc3022208c69083'/>
<id>839b21a6f45bae59ad519ff38dc3022208c69083</id>
<content type='text'>
the hard work was done by Hye-Shik Chang in the misc/utf8locale port; I made
a few minor adjustments and merged the makefiles.

PR:	44307
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the hard work was done by Hye-Shik Chang in the misc/utf8locale port; I made
a few minor adjustments and merged the makefiles.

PR:	44307
</pre>
</div>
</content>
</entry>
</feed>
