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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2005-08-172005-08-17 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Driver.cs : add primary date/time pattern strings as the first entry of for each "whole specific patterns". (e.g. LongDatePatterns[0] should be LongDatePattern.) * fr.xml : fixed long date pattern and dateTimeFormats. * ja.xml : fixed long time pattern and dateTimeFormats. svn path=/trunk/mono/; revision=48451
2005-08-172005-08-17 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* CultureInfoEntry.cs : added RegionId. * Driver.cs : modified to not write RegionLCIDMap and use CultureInfoEntry for that lookup purpose instead. svn path=/trunk/mono/; revision=48450
2005-08-152005-08-15 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* RegionInfoEntry.cs, Driver.cs, Makefile.am : added RegionInfo table output support. * object-internals.h, locales.h, locales.c, culture-info.h, icall.c : added RegionInfo table support. * culture-info-table.h : regenerated for region support. svn path=/trunk/mono/; revision=48391
2005-08-112005-08-11 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* regions.xml : ugh, it does not match something .net returns, so remove it. svn path=/trunk/mono/; revision=48293
2005-08-112005-08-11 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* regions.xml : new file. All region IDs from existing RegionInfo.cs. svn path=/trunk/mono/; revision=48292
2005-07-072005-07-07 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Driver.cs : Fixed bug #75499. There were hy_AM.xml and hy_AM_REVISED.xml files in the locale builder archive. * culture-info-table.h : regenerated. svn path=/trunk/mono/; revision=47032
2005-06-272005-06-27 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Driver.cs : basic pattern string should be added to extra pattern array. This fixes bug #75353. svn path=/trunk/mono/; revision=46560
2005-05-252005-05-25 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* fr.xml : more date pattern. * culture-info-table.h : update (more French date format; #72788). svn path=/trunk/mono/; revision=44999
2005-05-252005-05-25 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* fr.xml : new file. svn path=/trunk/mono/; revision=44979
2005-05-192005-05-19 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Driver.cs, CultureInfoEntry.cs : Use hacky shallow copy to clone zh-CHS into zh-CHT. * culture-info-table.h : updated (real hacky solution for zh-CHT). svn path=/trunk/mono/; revision=44727
2005-05-182005-05-18 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Driver.cs : quick workaround for zh-CHT related breakage. svn path=/trunk/mono/; revision=44703
2005-05-122005-05-12 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Entry.cs : build fix. Incorrectly allowed access to protected member. * CultureInfoEntry.cs, Driver.cs : Handle language "zh-CHS" as special case, since there is no "zh". * Makefile : use -debug+ instead of -g (convenient when verifying with csc). svn path=/trunk/mono/; revision=44432
2005-04-232005-04-23 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* ko_KR.xml : fixed time format. Fixed bug #74701. Patch by Hye-Shik Chang. * culture-info-table.h : reflected the latest locale-builder output. svn path=/trunk/mono/; revision=43473
2005-02-172005-02-17 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* en.xml : fixed currency format. * culture-info-table.h : fixed currency format for en-GB (and so on). * Driver.cs : set \n for writer's NewLine explicitly (otherwise it results in mixed line ending in culture-info-table.h). svn path=/trunk/mono/; revision=40779
2005-02-16remove .cvsignore, as this is not used anymoreBen Maurer
svn path=/trunk/mono/; revision=40731
2004-12-14Add a target to build a selection of locales and a bit of docs.Paolo Molaro
svn path=/trunk/mono/; revision=37749
2004-12-14In tools/locale-builder:Ben Maurer
2004-12-13 Ben Maurer <bmaurer@ximian.com> * CultureInfoEntry.cs (AppendTableRow): Stringify the textinfoentry * TextInfoEntry.cs: New file for textinfo data * textinfo.xml: textinfo data * Driver.cs: Harness all the stuff above * Makefile.am: add new files In mono/metadata: 2004-12-13 Ben Maurer <bmaurer@ximian.com> * culture-info.h (TextInfoEntry): New struct * object-internals.h: sync with managed * locales.c: fill the `text_info_data' field * culture-info-tables.h: update svn path=/trunk/mono/; revision=37711
2004-10-07 * pt.xml: We need a space after R$. Is there a better way to doJackson Harper
this? I should know... * pt_BR.xml: Fix currency format. svn path=/trunk/mono/; revision=34771
2004-08-09Mon Aug 9 13:24:09 CEST 2004 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* Driver.cs, Entry.cs, CultureInfoEntry.cs, DateTimeFormatEntry.cs, NumberFormatEntry.cs: create a more compact representation of the data. svn path=/trunk/mono/; revision=32061
2004-06-092004-06-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* 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". svn path=/trunk/mono/; revision=29098
2004-06-082004-06-08 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* ja.xml : added extra datetime patterns. * renamed ca.xml to added ca_ES.xml. * ca_ES.xml, ko_KR.xml, pt_BR.xml : fixed percent patterns. svn path=/trunk/mono/; revision=29049
2004-06-082004-06-08 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Driver.cs : To make "extra pattern only" xxxFormatLength possible, fill values only when the exact element was available. svn path=/trunk/mono/; revision=29048
2004-06-072004-06-08 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* DateTimeFormatEntry.cs : Use "{0}" for empty array. svn path=/trunk/mono/; revision=28984
2004-06-072004-06-08 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* en.xml : added "all datetime" pattern strings. * ca.xml, da.xml, el.xml, fi.xml, fr_FR.xml, he.xml, hu.xml, nl_NL.xml : fixed percent patterns. svn path=/trunk/mono/; revision=28970
2004-06-072004-06-08 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* 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. svn path=/trunk/mono/; revision=28969
2004-06-052004-06-05 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* en_US.xml : fixed percent pattern. * en_ZA.xml : fixed NumberDecimalDigits. * id_ID.xml : fixed CurrencyDecimalDigits. * ja_JP.xml : added currencySymbol (MS assigns 0x5c). svn path=/trunk/mono/; revision=28880
2004-06-052004-06-05 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* 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). svn path=/trunk/mono/; revision=28879
2004-06-052004-06-05 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* fr_CH.xml : missing updates. * Renamed cs.xml as cs_CZ.xml and added number format. Also renamed lt.xml as lt_LT.xml. They are files' precedence matter. * es_NI.xml : added. * en.xml, en_CA.xml, en_IE.xml, en_PH.xml, en_US.xml, en_ZW.xml : Change with related to the change of NumberDecimalDigits handling. * es_PR.xml, ja.xml, ko_KR.xml : Added number format. svn path=/trunk/mono/; revision=28871
2004-06-052004-06-05 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* 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. svn path=/trunk/mono/; revision=28870
2004-06-052004-06-03 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Driver.cs : Let's ignore DTD that takes most of the running time. svn path=/trunk/mono/; revision=28867
2004-06-042004-06-03 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* fr_CH.xml : missing updates. svn path=/trunk/mono/; revision=28794
2004-06-042004-06-03 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Driver.cs : {3} is the almost default number for group digits. svn path=/trunk/mono/; revision=28793
2004-05-272004-05-27 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* en_PH.xml, en_ZW.xml, fr_CA.xml, fr_CH.xml, fr_FR.xml, fr_LU.xml : fixed incorrect markup. svn path=/trunk/mono/; revision=28279
2004-05-262004-05-26 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* 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/) svn path=/trunk/mono/; revision=28149
2004-05-262004-05-26 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Added ChangeLog also here (and moved the last msg from ..). * af_ZA.xml, ar_SA.xml, be_BY.xml, de_AT.xml, en_AU.xml, en_GB.xml, en_NZ.xml, es_AR.xml, es_BO.xml, es_CL.xml, es_CO.xml, es_CR.xml, es_DO.xml, es_EC.xml, es_ES.xml, es_GT.xml, es_HN.xml, es_MX.xml, es_PA.xml, es_PE.xml, es_PR.xml, es_PY.xml, es_SV.xml, es_UY.xml, es_VE.xml, eu_ES.xml, fo_FO.xml, fr_BE.xml, fr_CA.xml, fr_FR.xml, fr_CH.xml, fr_FR.xml, fr_LU.xml, hi_IN.xml, id_ID.xml, it_CH.xml, it_IT.xml, ko_KR.xml, nl_BE.xml, nl_NL.xml, pt_BR.xml, pt_PT.xml, sv_FI.xml, sv_SE.xml, sw_KE.xml, bg.xml, ca.xml, cs.xml, da.xml, de.xml, el.xml, es.xml, et.xml, fa.xml, fi.xml, he.xml, hr.xml, hu.xml, hy.xml, is.xml, lt.xml, lv.xml, mk.xml, ro.xml, ru.xml, sk.xml, sl.xml, sq.xml, tr.xml, uk.xml, vi.xml : Added shortdate/longtime/am/pm etc. for DateTime.ToString(). * ar_AE.xml, ar_BH.xml, ar_DZ.xml, ar_EG.xml, ar_JO.xml, ar_KW.xml, ar_LB.xml, ar_LY.xml, ar_MA.xml, ar_OM.xml, ar_QA.xml, ar_SY.xml, ar_TN.xml, ar_YE.xml, en_CA.xml, en_IE.xml, en_PH.xml, en_ZA.xml, en_ZW.xml : Added shortdate/longtime. * th.xml : ditto. * ja.xml : I incorrectly modified long time format. Reverting. svn path=/trunk/mono/; revision=28147
2004-05-252004-05-26 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* supp/pl.xml, supp/ja.xml : Added overriding formats. pl.xml fixes bug #58186. svn path=/trunk/mono/; revision=28053
2004-05-25 * Makefile.am: Extract xml files.Jackson Harper
svn path=/trunk/mono/; revision=28052
2004-05-24 * Driver.cs: Filter on GetFiles so we only get the xml localeJackson Harper
files. svn path=/trunk/mono/; revision=27963
2004-05-20Ignore MakefileJackson Harper
svn path=/trunk/mono/; revision=27716
2004-05-20ignore generated tableJackson Harper
svn path=/trunk/mono/; revision=27715
2004-05-20.cvsignoreJackson Harper
svn path=/trunk/mono/; revision=27714
2004-05-20supplemental locale dataJackson Harper
svn path=/trunk/mono/; revision=27713
2004-05-20Add locale builderJackson Harper
svn path=/trunk/mono/; revision=27712
2004-05-20 * tools/Jackson Harper
* tools/Makefile.am: Add tools directory CVS: ---------------------------------------------------------------------- svn path=/trunk/mono/; revision=27711