<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/share/numericdef/ru_RU.KOI8-R.src, branch release/5.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-11-04T19:12:42+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>3f86d8a2ea3f3265afaa1fd263b0004c5c000e69</id>
<content type='text'>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Back out my "3;3" -&gt; something change. While technikally the same, it only</title>
<updated>2001-02-10T19:06:32+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2001-02-10T19:06:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f580cdd6475e89811d89010692c3b628ff1b0bf6'/>
<id>f580cdd6475e89811d89010692c3b628ff1b0bf6</id>
<content type='text'>
leads to confusion.

el_GR: change "0;0" to "-1".
"0" is repeater for previous number, not no grouping
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
leads to confusion.

el_GR: change "0;0" to "-1".
"0" is repeater for previous number, not no grouping
</pre>
</div>
</content>
</entry>
<entry>
<title>I change my mind a bit: assuming last \0 is contrproductive since will cause</title>
<updated>2001-02-10T02:51:20+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2001-02-10T02:51:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=49519da1fa1825c08f579b5144c6853606c67491'/>
<id>49519da1fa1825c08f579b5144c6853606c67491</id>
<content type='text'>
user confusion, so specify it directly, i.e. change "3" to "3;0".
In this style "3;" must not cause repeating (converted to \3, CHAR_MAX, \0)
NOTE: still no proper conversion done in localeconv()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
user confusion, so specify it directly, i.e. change "3" to "3;0".
In this style "3;" must not cause repeating (converted to \3, CHAR_MAX, \0)
NOTE: still no proper conversion done in localeconv()
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace "3;3" with "3". This is cosmetique, all integer before \0 (i.e. \3)</title>
<updated>2001-02-10T02:31:14+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2001-02-10T02:31:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d2e1dea805e51bc786e614538489289c84096330'/>
<id>d2e1dea805e51bc786e614538489289c84096330</id>
<content type='text'>
repeated forever according to SUSv2

Remove "0;0" - \0 means not "no grouping" but repeat forever previous char,
and added automatically. Empty string could be parsed later into CHAR_MAX
(real "no grouping") by localeconv()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
repeated forever according to SUSv2

Remove "0;0" - \0 means not "no grouping" but repeat forever previous char,
and added automatically. Empty string could be parsed later into CHAR_MAX
(real "no grouping") by localeconv()
</pre>
</div>
</content>
</entry>
<entry>
<title>Use " " as thousands_sep</title>
<updated>2001-02-09T16:55:39+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2001-02-09T16:55:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1da67996d65943f27688be87a314e5b8ed238d7c'/>
<id>1da67996d65943f27688be87a314e5b8ed238d7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sources for following categories: LC_NUMERIC (share/numericdef),</title>
<updated>2001-02-08T17:33:19+00:00</updated>
<author>
<name>Alexey Zelkin</name>
<email>phantom@FreeBSD.org</email>
</author>
<published>2001-02-08T17:33:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a322eaa8a9d3d52bb2b1344746ee4d1b0e61e6d3'/>
<id>a322eaa8a9d3d52bb2b1344746ee4d1b0e61e6d3</id>
<content type='text'>
LC_MONETARY (share/monetdef), LC_MESSAGES (share/msgdef). Now only
en_US.ISO_8859-1 and ru_RU.KOI8-R locales ready. I will find some time
in near future and'll try to make defintions for other locales.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LC_MONETARY (share/monetdef), LC_MESSAGES (share/msgdef). Now only
en_US.ISO_8859-1 and ru_RU.KOI8-R locales ready. I will find some time
in near future and'll try to make defintions for other locales.
</pre>
</div>
</content>
</entry>
</feed>
