Revision tags: v6.2.1, v6.2.0, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc |
|
#
bc9fe182 |
| 02-Jan-2018 |
zrj <rimvydas.jasinskas@gmail.com> |
locales: Add "is_IS.ISO8859-1" locale.
Mainly for testing, we already have -15 and UTF-8 ones.
|
Revision tags: v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc, v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0, v4.4.3, v4.4.2, v4.4.1, v4.4.0, v4.5.0, v4.4.0rc |
|
#
0244ffc6 |
| 12-Nov-2015 |
John Marino <draco@marino.st> |
cldr2def: Use explicit target files when generating symlinks
Update the generated makefiles to use a target filename on symlinks. This avoids creating a directory symlink with the target directory d
cldr2def: Use explicit target files when generating symlinks
Update the generated makefiles to use a target filename on symlinks. This avoids creating a directory symlink with the target directory does not exist.
Taken from: FreeBSD
show more ...
|
#
aacb5cb6 |
| 01-Nov-2015 |
John Marino <draco@marino.st> |
locale type makefiles: respect ${SHAREDIR}
The cldr2def tool was modified to generate makefiles that respect the SHAREDIR definition rather than hardcoding it.
Taken-from: FreeBSD (collation branch)
|
#
12ce37e1 |
| 16-Aug-2015 |
John Marino <draco@marino.st> |
UTF-8 locales: Change all to use single master CTYPE file
The xx_Comm_US locale has been removed. It's CTYPE file has moved to en_US.UTF-8, and all other UTF-8 locales' CTYPE links to it.
The non-
UTF-8 locales: Change all to use single master CTYPE file
The xx_Comm_US locale has been removed. It's CTYPE file has moved to en_US.UTF-8, and all other UTF-8 locales' CTYPE links to it.
The non-UTF8 locales remain essentially the same. They have tailored CTYPES per the CLDR definition, just as before.
show more ...
|
#
252b0055 |
| 15-Aug-2015 |
John Marino <draco@marino.st> |
Add 6 Arabic locales: AE EG JO MA QA SA
The lack of Arabic support on BSD seems to be a glaring omission, so lets help rectify that by adding since 6 locales: ar_AE: United Arab Emirates ar_EG: Eg
Add 6 Arabic locales: AE EG JO MA QA SA
The lack of Arabic support on BSD seems to be a glaring omission, so lets help rectify that by adding since 6 locales: ar_AE: United Arab Emirates ar_EG: Egypt ar_JO: Jordan ar_MA: Morocco ar_QA: Qatar ar_SA: Saudi Arabia
There are obviously more (e.g. Iraq, Kuwait, Algeria, Libya, Tunisia, Syria, etc.) but I selected these as being the most likely to be used in my limited opinion.
They are UTF-8 locales only. Most of them are identical to ar_SA except for the monetary definitions (each has a different currency)
show more ...
|
#
a187448d |
| 13-Aug-2015 |
John Marino <draco@marino.st> |
Regenerate locales (common.UTF-8 => xx_Comm_US.UTF-8)
A rename is required because some applications check the format of the locale name, so we need to use a legal one (e.g. xx_Yyyy_ZZ.<encoding>)
|
#
71f479bd |
| 13-Aug-2015 |
John Marino <draco@marino.st> |
locales: Add "common.UTF-8" locale
See previous commit message. This locale is en_US.UTF-8 with a new LC_CTYPE that covers all common charactersets (not the full UTF-8, but a very good chunk of it)
locales: Add "common.UTF-8" locale
See previous commit message. This locale is en_US.UTF-8 with a new LC_CTYPE that covers all common charactersets (not the full UTF-8, but a very good chunk of it). This LC_CTYPE source file is manually created, unfortunately, so it can slowly rot if not updated.
Other locales can use the versatile support of UTF-8 by setting LC_CTYPE to "common.UTF-8" in the environment.
show more ...
|
#
81ac56d6 |
| 10-Aug-2015 |
John Marino <draco@marino.st> |
locales polish: Remove ISO-8859-1 encoding from 27 locales
The ISO-8859-1 encoding is considered obsolete compared to ISO-8859-19 (which in itself is obsolete compared to UTF-8). To help avoid some
locales polish: Remove ISO-8859-1 encoding from 27 locales
The ISO-8859-1 encoding is considered obsolete compared to ISO-8859-19 (which in itself is obsolete compared to UTF-8). To help avoid some potential mismatches, remove the ISO-8859-1 encoding in the following cases:
1) European localities that already have ISO-8859-15 (25 of 27) * ca_(AD|ES|FR|IT) * da_dk * de_(AT|CH|DE) * en_GB * (es|eu)_ES * fi_FI * fr_(BE|CH|FR) * is_IS * it_(CH|IT) * (nb|nn)_NO * nl_(BE|NL) * pt_PT * sv_(FI|SE)
2) Localities where ISO-8859-1 can't represent local currency symbol * en_PH (PH Peso) * es_CR (Colon)
show more ...
|
#
5bffd327 |
| 10-Aug-2015 |
John Marino <draco@marino.st> |
locales polish: Remove ISO8859-15 from 8 non-European places
Let's limit usage of the "obsolete" ISO-8859-15 to countries in Europe. Users of the eight locales affected should use UTF-8 instead.
|
#
9ebbd47d |
| 10-Aug-2015 |
John Marino <draco@marino.st> |
locale polishing: lt_LT, et_EE, and en_IE changes
lt_LT: Remove ISO8859-4. If an ISO encoding is needed, -13 would be used instead. et_EE: Estonia could use ISO8859-4 (not present), the newe
locale polishing: lt_LT, et_EE, and en_IE changes
lt_LT: Remove ISO8859-4. If an ISO encoding is needed, -13 would be used instead. et_EE: Estonia could use ISO8859-4 (not present), the newer ISO8859-13 (not present) or ISO8859-15 (present). To be uniform with other European countries that use -15, change the default from UTF-8 to ISO8859-15. Do not bring in -4 or -13. en_IE: Ireland only had UTF-8. To be uniform with the UK and Western Europe, bring in ISO8859-15 and set that as the alias for the shortname. Do not bring in -1.
show more ...
|
Revision tags: v4.2.4 |
|
#
f34d9eaf |
| 03-Aug-2015 |
John Marino <draco@marino.st> |
locales: Update to CLDR version 27.0.1 (from 2.0.1)
I generates the new POSIX files from the latest CLDR release (from June 2015) using the provided java tool, and regenerated all the locales accord
locales: Update to CLDR version 27.0.1 (from 2.0.1)
I generates the new POSIX files from the latest CLDR release (from June 2015) using the provided java tool, and regenerated all the locales accordingly.
Note that kk_KZ has been renamed to kk_Cyrl_KZ.
show more ...
|
#
52ffb7ff |
| 02-Aug-2015 |
John Marino <draco@marino.st> |
unbreak 4 LC categories
My regular expression was wrong and all the comments were not getting stripped. This broke LC_MONETARY, LC_NUMERIC, LC_MESSAGES, and LC_TIMEDEF. Fix cldr2def tool and regen
unbreak 4 LC categories
My regular expression was wrong and all the comments were not getting stripped. This broke LC_MONETARY, LC_NUMERIC, LC_MESSAGES, and LC_TIMEDEF. Fix cldr2def tool and regenerate makefiles.
show more ...
|
#
f8cf933f |
| 01-Aug-2015 |
John Marino <draco@marino.st> |
Add 17 new locales and really remove Latin
Now that locale defintions are generates, it's easy to add more. I've added the following new locale defintions:
* en_HK ISO-8859-1 (Hong Kong/English)
Add 17 new locales and really remove Latin
Now that locale defintions are generates, it's easy to add more. I've added the following new locale defintions:
* en_HK ISO-8859-1 (Hong Kong/English) * en_HK UTF-8 * en_PH ISO-8859-1 (Phillipines/English) * en_PH UTF-8 * en_SG ISO-8859-1 (Singapore/English) * en_SG UTF-8 * es_AR ISO-8859-1 (Argentina/Spanish) * es_AR UTF-8 * es_CR ISO-8859-1 (Costa Rica/Spanish) * es_CR UTF-8 * es_MX ISO-8859-1 (Mexico/Spanish) * es_MX UTF-8 * se_FI UTF-8 (Finland/Northern Sami) * se_NO UTF-8 (Norway/Northern Sami) * sv_FI ISO-8859-1 (Finland/Swedish) * sv_FI ISO-8859-15 * sv_FI UTF-8
There were a few places la_LN (Latin) was hidden so I've really removed it now.
show more ...
|
#
a0c2f534 |
| 01-Aug-2015 |
John Marino <draco@marino.st> |
locales: also update lv_LV, pt_BR and kk_KZ
These were stuck with old definitions due to the cldr2def's configure file missing these three locales.
|
#
ad8989d2 |
| 01-Aug-2015 |
John Marino <draco@marino.st> |
Fix zh_Hans_CN.GB2312 locale
It turns out that using a commented source file for LC_* file generation really isn't a good idea. In the cldr2def tool's charmap.xls, the low ASCII is transformed to t
Fix zh_Hans_CN.GB2312 locale
It turns out that using a commented source file for LC_* file generation really isn't a good idea. In the cldr2def tool's charmap.xls, the low ASCII is transformed to the "Full width" versions, but the first byte just happens to be "#". Yes, that's right, the comment character.
Since all comments are either "#" or or followed by a space, I can fix the resulting broken zh_Hans_CN.GB2312 by alterning the grep instruction. However, if we ever have a legitimate single "#" character as input, then this won't work anymore.
The Armenian changes are a result to a tool correction that will be commited shortly.
show more ...
|
Revision tags: v4.3.1 |
|
#
9c45d1fe |
| 23-Jul-2015 |
John Marino <draco@marino.st> |
Import generated locales (time, money, msg, numeric)
All the definitions were generated by the "new" tool located at src/tools/tools/locale. It uses CLDR version 2.0.1 and Unicode release 8.0.0.
T
Import generated locales (time, money, msg, numeric)
All the definitions were generated by the "new" tool located at src/tools/tools/locale. It uses CLDR version 2.0.1 and Unicode release 8.0.0.
The tool is smart enough to eliminate duplicates -- every one of these real files is unique. The makefiles are also generated and are much simpler.
show more ...
|
#
7323e49f |
| 23-Jul-2015 |
John Marino <draco@marino.st> |
locales: Rename zh_han* to zh_Han* (capitalize)
|
#
dbf3d3ba |
| 23-Jul-2015 |
John Marino <draco@marino.st> |
Move some locales before upcoming overhauls
Several locales are obsolete and have misleading names. This moves many of them at once. An entry to the UPDATING files notifies what the new locale opt
Move some locales before upcoming overhauls
Several locales are obsolete and have misleading names. This moves many of them at once. An entry to the UPDATING files notifies what the new locale options are for users of affected locales.
This is necessary because the upcoming locale updates are going to be generated and we can avoid carrying ancient aliases over. Also note that Serbia's change may not be complete until the entire locales are updated.
show more ...
|
#
1e77a474 |
| 22-Jul-2015 |
John Marino <draco@marino.st> |
Remove no_NO (only use nb_NO and nn_NO)
There are only two variations of Norwegian: Bokmål or nynorsk, both of which are equally official. These are established by law and governmental policy: Bok
Remove no_NO (only use nb_NO and nn_NO)
There are only two variations of Norwegian: Bokmål or nynorsk, both of which are equally official. These are established by law and governmental policy: Bokmål (literally "book language") and Nynorsk (literally "new Norwegian"). The Norwegian Language Council recommends the terms "Newegian Bokmål" and "Norwegian Nynorsk" in English.
The no_NO variant is a holdover from when nb_NO and nn_NO were created. In glibc, the old no_NO was kept as an alias to nb_NO. This option is considered confusing and probably should have been removed years ago.
show more ...
|
Revision tags: v4.2.3, v4.2.1, v4.2.0, v4.0.6, v4.3.0, v4.2.0rc, v4.0.5, v4.0.4, v4.0.3, v4.0.2, v4.0.1, v4.0.0, v4.0.0rc3, v4.0.0rc2, v4.0.0rc, v4.1.0, v3.8.2, v3.8.1, v3.6.3, v3.8.0, v3.8.0rc2, v3.9.0, v3.8.0rc, v3.6.2, v3.6.1, v3.6.0, v3.7.1, v3.6.0rc, v3.7.0, v3.4.3, v3.4.2, v3.4.0, v3.4.1, v3.4.0rc, v3.5.0 |
|
#
45a9a2eb |
| 14-Feb-2013 |
Sascha Wildner <saw@online.de> |
Update locale and i18n files.
This fixes <http://bugs.dragonflybsd.org/issues/2462> and at the same fixes the "Couldn't read shell's output for..." warnings we were getting with bmake in share/i18n/
Update locale and i18n files.
This fixes <http://bugs.dragonflybsd.org/issues/2462> and at the same fixes the "Couldn't read shell's output for..." warnings we were getting with bmake in share/i18n/esdb.
Reported-by: marino Taken-from: FreeBSD, NetBSD
show more ...
|
Revision tags: v3.2.2, v3.2.1, v3.2.0, v3.3.0, v3.0.3, v3.0.2, v3.0.1, v3.1.0, v3.0.0 |
|
#
86d7f5d3 |
| 26-Nov-2011 |
John Marino <draco@marino.st> |
Initial import of binutils 2.22 on the new vendor branch
Future versions of binutils will also reside on this branch rather than continuing to create new binutils branches for each new version.
|
Revision tags: v2.12.0, v2.13.0, v2.10.1, v2.11.0, v2.10.0, v2.9.1, v2.8.2, v2.8.1, v2.8.0, v2.9.0, v2.6.3, v2.7.3, v2.6.2, v2.7.2, v2.7.1, v2.6.1, v2.7.0, v2.6.0, v2.5.1, v2.4.1, v2.5.0, v2.4.0, v2.3.2, v2.3.1, v2.2.1, v2.2.0, v2.3.0, v2.1.1, v2.0.1 |
|
#
aee9908a |
| 12-Nov-2006 |
Sascha Wildner <swildner@dragonflybsd.org> |
Add Belarus locales (identical with FreeBSD's).
Submitted-by: Yury Tarasievich <yury.tarasievich@gmail.com>
The following modifications were done by me:
* Fix a comment in be_BY.CP1131.src (silenc
Add Belarus locales (identical with FreeBSD's).
Submitted-by: Yury Tarasievich <yury.tarasievich@gmail.com>
The following modifications were done by me:
* Fix a comment in be_BY.CP1131.src (silences a preprocessor warning).
* Add a definition for the panic key to the keymap files (as all our keymaps have).
* Use FreeBSD's rev. 1.2 of share/mklocale/be_BY.CP1131.src (comments correction).
show more ...
|
#
062db326 |
| 07-Jul-2005 |
Simon Schubert <corecode@dragonflybsd.org> |
convert ln to ${LN}
|
#
82efdd20 |
| 28-Sep-2004 |
Jeroen Ruigrok/asmodai <asmodai@dragonflybsd.org> |
Correct BASE_LOCALEDIR to ..
Reminded by: YONETANI Tomoka
|
#
99a5de30 |
| 28-Sep-2004 |
Jeroen Ruigrok/asmodai <asmodai@dragonflybsd.org> |
Add Hye-Shik's UTF-8 message definitions.
Provided by: Hye-Shik Chang <perky@FreeBSD.org>
|