Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « locale-builder « tools - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c9de0a198e73c5bc4ce056a3bb3d66ca4a14136 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75

Mon Aug 9 13:24:09 CEST 2004 Paolo Molaro <lupus@ximian.com>

	* Driver.cs, Entry.cs, CultureInfoEntry.cs, DateTimeFormatEntry.cs, 
	NumberFormatEntry.cs: create a more compact representation of the
	data.

2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* Driver.cs: handle single quotes in the pattern. We used to fail for,
	at least, es and pt cultures with full patterns like
	"EEEE d' de 'MMMM' de 'yyyy".

2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>

	* Driver.cs : To make "extra pattern only" xxxFormatLength possible,
	  fill values only when the exact element was available.

2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>

	* DateTimeFormatEntry.cs : Use "{0}" for empty array.

2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>

	* DateTimeFormatEntry.cs : Added "all datetime patterns" support.
	* Driver.cs : Added "all datetime patterns" support and fixed some
	  XPathNavigator use to strictly navigate to "pattern" element.

2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>

	* Driver.cs : Percent patterns are not properly parsed since they are
	  in fact not separated by '.'
	* Entry.cs : Escape '\' to "\\" (for Japanese yen-sign fix).

2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>

	* Driver.cs :
	  - NumberDecimalDigits are almost differently specified by locale
	    xml files. Almost all of them have ".###", but we need ".##" in
	    almost all the locale. So let's *assume* that the number of
	    digit is always +1 extraneous by this Driver itself.
	    This change accompanies with some existing supp/*.xml changes.

	  - For decimal patterns and currency patterns, when numeric patterns
	    does not have ';'-separated patterns, it ignored the whole pattern
	    string. Fixed it by just copying the same patterns.

	  - When parsing percent patterns, '%' characters were in the way.
	  - When the decimal part of the percent pattern ends with ".##0",
	    the value of PercentDecimalDigits is 2.
	  - Assume PercentDecimalDigits as 2 by default.

2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>

	* Driver.cs : Let's ignore DTD that takes most of the running time.

2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>

	* Driver.cs : {3} is the almost default number for group digits.

2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>

	* Driver.cs : for af_ZA locale, am/pm part got required to support
	  "empty" string. So check am/pm elements and overwrite AMDesigner/
	  PMDesigner value even if they consist of empty string.

	* (moved logs for supp/ content to supp/)

2004-05-25  Jackson Harper  <jackson@ximian.com>

	* Makefile.am: Extract xml files.
	
2004-05-24  Jackson Harper  <jackson@ximian.com>

	* Driver.cs: Filter on GetFiles so we only get the xml locale files.