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
2010-01-062010-01-06 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Driver.cs : support FirstDayOfWeek. Fixed bug #567944. Patch by Jose Antonio Sanchez Lazaro. svn path=/trunk/mono/; revision=149106
2009-12-19In mono/metadata:Rolf Bjarne Kvinge
2009-12-18 Dimitar Dobrev <dpldobrev@yahoo.com> * culture-info-tables.h: regenerated it to include the Georgian culture. In tools/locale-builder: 2009-12-18 Dimitar Dobrev <dpldobrev@yahoo.com> * langs/ka.xml: added a file with the settings of the neutral Georgian culture * locales/ka-GE.xml: added a file with the settings of the specific Georgian culture * supp/ka-GE.xml: added a file with the date and time formats of the Georgian culture * lcids.xml: added entries for the neutral and specific Georgian culture * Makefile.am: included supp/ka-GE.xml in the build and dist the new we're not downloading from primates.ximian.com. [Fixes bug 564910]. svn path=/trunk/mono/; revision=148776
2009-11-05In mono/metadata:Rolf Bjarne Kvinge
2009-11-05 Rolf Bjarne Kvinge <RKvinge@novell.com> * culture-info-tables.h: regenerated. In tools/locale-builder: 2009-11-05 Rolf Bjarne Kvinge <RKvinge@novell.com> * Driver.cs: Generate locale data for neutral cultures too. Moonlight requires it. svn path=/trunk/mono/; revision=145467
2009-05-202009-05-20 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* README: added (I needed it!) svn path=/trunk/mono/; revision=134436
2009-03-052009-03-05 Marek Habersack <mhabersack@novell.com>Marek Habersack
* culture-info-tables.h: generated to include the en-tt culture. 2009-03-05 Marek Habersack <mhabersack@novell.com> * locales/en_TT.xml: added here since openi18n.org times out and also I can't update icu_locales.tar.gz. File based on en_ZA.xml from that tarball, with appropriate modifications. * Makefile.am (supp_data_files): added supp/en_TT.xml svn path=/trunk/mono/; revision=128714
2009-02-28Create .gitignore's.Martin Baulig
svn path=/trunk/mono/; revision=128265
2008-09-182008-09-18 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* sv_SE.xml : fix bug #426942 (sv-SE time format was old). * culture-info-table.h : regenerated. svn path=/trunk/mono/; revision=113398
2007-11-032007-11-03 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* DateTimeFormatEntry.cs, Driver.cs : adjust the count of MonthNames and AbbreviatedMonthNames entries to 13. Fixed bug #332553. svn path=/trunk/mono/; revision=88795
2007-10-302007-10-30 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Driver.cs, DateTimeFormatEntry.cs : since FullDateTimePattern should be computed on the overriden Long[Date/Time]Pattern, compute it later than reading all format resources (langs/locales/supp). * es_ES.xml : couple of format string fixes for bug #335298. svn path=/trunk/mono/; revision=88442
2007-09-26Distribute all the supp filesMiguel de Icaza
svn path=/trunk/mono/; revision=86355
2007-08-212007-08-21 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Driver.cs : for Euskara culture (eu_ES) do not trim dd which is laid after 'ren' in the long format. * culture-info-table.h : regenerated. svn path=/trunk/mono/; revision=84537
2007-05-312007-05-31 Rolf Bjarne Kvinge <RKvinge@novell.com>Rolf Bjarne Kvinge
* en-US.xml: Add a few date/time patterns. svn path=/trunk/mono/; revision=78304
2007-05-152007-05-15 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
in metadata: * object-internals.h culture-info.h : added territory field in MonoCulture and CultureInfoEntry foreach. Added lcid field in RegionInfoEntry. * locales.c : fill territory field above too. * culture-info-table.h : regenerated. in locale-builder: * CultureInfoEntry.cs : output Territory, which is used for RegionInfo. * RegionInfoEntry.cs : added dummy int which is a slot for LCID. svn path=/trunk/mono/; revision=77407
2007-04-262007-04-25 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Driver.cs : use invariant culture to sort culture names. Fixed bug #81150, patch by Changwoo Ryu. * culture-info-table.h : regenerated. svn path=/trunk/mono/; revision=76298
2007-04-172007-04-17 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Driver.cs : in some cultures month/year and day/month could be in reverse order, so don't assume month before year and day before month. Made the "hack" code more practical. svn path=/trunk/mono/; revision=75844
2006-10-01More fun with find(1) -- kill more svn:executable flagsRaja R Harinath
svn path=/trunk/mono/; revision=66137
2006-06-082006-06-08 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* en.xml, en-US.xml : move US-only date patterns from en.xml to en-US.xml. Fixed bug #78569. svn path=/trunk/mono/; revision=61548
2006-04-102006-04-10 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* langs/nn.xml, locales/nn_NO.xml, Driver.cs : Did the same for nn-NO. svn path=/trunk/mono/; revision=59292
2006-03-302006-03-29 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* langs/nb.xml locales/nb_NO.xml : imported from CLDR 1.3 data. (I know I'm directly adding them here, since there seems no simple way to add them as data in "supp" dir). * Driver.cs : Reuse XPathDocument for lcids.xml. For "nb-NO" we need tricky code since its parent culture is "no" (not "nb"), while some properties seems based on "nb". Maybe we need some fundamental fixes to consider lcids.xml for parent-child relationship, but right now, it's mostly fruitless. svn path=/trunk/mono/; revision=58759
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