History log of /src/share/locale/time |
Revision | Date | Author | Comments |
1.7 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.6 | 03-Jun-2009 |
bouyer | branches: 1.6.6; 1.6.12; Add support for fr_*.UTF-8 locale. Setting LANG to fr_*.UTF-8 won't get the message catalog right (they're encoded in iso-8859-1), but other locale functions should work right. Proposed on tech-userlevel on 20 May 2009.
|
1.5 | 02-Jan-2009 |
tnozaki | Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience).
[libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch].
[tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype().
[locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-<
old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.4 | 04-Jun-2008 |
ginsbach | branches: 1.4.2; 1.4.4; The hi_IN.ISCII-dev locales shouldn't be installed as there is no support for this code set in LC_CTYPE nor iconv(3).
|
1.3 | 30-May-2008 |
ginsbach | branches: 1.3.2; These are really aliases for zh_CN.eucCN. This was a redundancy that was incorrectly copied from FreeBSD. OK'ed by tnozaki.
|
1.2 | 24-May-2008 |
ginsbach | Use ${TOOL_SED} instead of sed.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.2.4 | 17-Jun-2008 |
yamt | sync with head.
|
1.1.2.3 | 04-Jun-2008 |
yamt | sync with head
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file Makefile was added on branch yamt-pf42 on 2008-05-18 12:31:01 +0000
|
1.3.2.3 | 29-Jun-2008 |
mjf | Sync with HEAD.
|
1.3.2.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.3.2.1 | 30-May-2008 |
mjf | file Makefile was added on branch mjf-devfs2 on 2008-06-02 13:21:31 +0000
|
1.4.4.2 | 29-Sep-2009 |
snj | Pull up following revision(s) (requested by bouyer in ticket #1037): distrib/sets/lists/base/mi: revision 1.811 etc/mtree/NetBSD.dist: revision 1.403 share/locale/Makefile.locale: revision 1.2 share/locale/ctype/Makefile: revision 1.29 share/locale/messages/Makefile: revision 1.6 share/locale/monetary/Makefile: revision 1.6 share/locale/numeric/Makefile: revision 1.5 share/locale/time/Makefile: revision 1.6 Add support for fr_*.UTF-8 locale. Setting LANG to fr_*.UTF-8 won't get the message catalog right (they're encoded in iso-8859-1), but other locale functions should work right. Proposed on tech-userlevel on 20 May 2009.
|
1.4.4.1 | 15-Jan-2009 |
snj | branches: 1.4.4.1.4; Pull up following revision(s) (requested by tnozaki in ticket #222): distrib/sets/lists/base/mi: revision 1.788 distrib/utils/libhack/Makefile.inc: revision 1.23 distrib/utils/libhack/Makefile: revision 1.22 etc/mtree/NetBSD.dist: revision 1.387 include/locale.h: revision 1.15 lib/libc/citrus/Makefile.inc: revision 1.6 lib/libc/citrus/citrus_aliasname_local.h: revision 1.1 lib/libc/citrus/citrus_bcs.h: revision 1.5 lib/libc/citrus/citrus_bcs_strtol.c: revision 1.1 lib/libc/citrus/citrus_bcs_strtoul.c: revision 1.1 lib/libc/citrus/citrus_csmapper.c: revision 1.9 lib/libc/citrus/citrus_fix_grouping.h: revision 1.1 lib/libc/citrus/citrus_lc_ctype.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.h: revision 1.1 lib/libc/citrus/citrus_lc_monetary.c: revision 1.1 lib/libc/citrus/citrus_lc_monetary.h: revision 1.1 lib/libc/citrus/citrus_lc_numeric.c: revision 1.1 lib/libc/citrus/citrus_lc_numeric.h: revision 1.1 lib/libc/citrus/citrus_lc_template.h: revision 1.1 lib/libc/citrus/citrus_lc_template_decl.h: revision 1.1 lib/libc/citrus/citrus_lc_time.c: revision 1.1 lib/libc/citrus/citrus_lc_time.h: revision 1.1 lib/libc/citrus/citrus_module.c: revision 1.8 lib/libc/citrus/citrus_namespace.h: revision 1.7 lib/libc/citrus/modules/citrus_euc.c: revision 1.13 lib/libc/gen/Makefile.inc: revision 1.166 lib/libc/gen/isctype.c: revision 1.17 via patch lib/libc/gen/tolower_.c: revision 1.10 lib/libc/gen/toupper_.c: revision 1.10 lib/libc/iconv/Makefile.inc: revision 1.3 lib/libc/iconv/iconv.c: revision 1.7 lib/libc/locale/Makefile.inc: revision 1.53 lib/libc/locale/___runetype_mb.c: file removal lib/libc/locale/_wctrans.c: revision 1.7 lib/libc/locale/_wctrans_local.h: revision 1.3 lib/libc/locale/_wctype.c: revision 1.1 lib/libc/locale/_wctype_local.h: revision 1.1 lib/libc/locale/aliasname.c: revision 1.3 lib/libc/locale/aliasname_local.h: revision 1.2 lib/libc/locale/bsdctype.c: revision 1.1 lib/libc/locale/bsdctype.h: revision 1.1 lib/libc/locale/ctypeio.c: revision 1.8 lib/libc/locale/ctypeio.h: revision 1.2 lib/libc/locale/current_locale.c: revision 1.1 lib/libc/locale/dummy_lc_collate.c: revision 1.1 lib/libc/locale/dummy_lc_template.h: revision 1.1 lib/libc/locale/fix_grouping.c: revision 1.1 lib/libc/locale/fix_grouping.h: revision 1.1 lib/libc/locale/generic_lc_all.c: revision 1.1 lib/libc/locale/generic_lc_template.h: revision 1.1 lib/libc/locale/generic_lc_template_decl.h: revision 1.1 lib/libc/locale/global_locale.c: revision 1.1 lib/libc/locale/iswctype.c: file removal lib/libc/locale/iswctype_mb.c: revision 1.1 lib/libc/locale/iswctype_sb.c: revision 1.6 lib/libc/locale/lcmessages.c: file removal lib/libc/locale/lcmessages.h: file removal lib/libc/locale/lcmonetary.c: file removal lib/libc/locale/lcmonetary.h: file removal lib/libc/locale/lcnumeric.c: file removal lib/libc/locale/lcnumeric.h: file removal lib/libc/locale/lctime.c: file removal lib/libc/locale/lctime.h: file removal lib/libc/locale/localeconv.c: revision 1.15 lib/libc/locale/localeio.c: revision 1.2 lib/libc/locale/localeio.h: revision 1.2 lib/libc/locale/localeio_lc_ctype.c: revision 1.1 lib/libc/locale/localeio_lc_messages.c: revision 1.1 lib/libc/locale/localeio_lc_monetary.c: revision 1.1 lib/libc/locale/localeio_lc_numeric.c: revision 1.1 lib/libc/locale/localeio_lc_time.c: revision 1.1 lib/libc/locale/multibyte.h: revision 1.4 lib/libc/locale/multibyte_amd1.c: revision 1.6 lib/libc/locale/multibyte_c90.c: revision 1.5 lib/libc/locale/nb_lc_messages_misc.h: revision 1.1 lib/libc/locale/nb_lc_monetary_misc.h: revision 1.1 lib/libc/locale/nb_lc_numeric_misc.h: revision 1.1 lib/libc/locale/nb_lc_template.h: revision 1.1 lib/libc/locale/nb_lc_template_decl.h: revision 1.1 lib/libc/locale/nb_lc_time_misc.h: revision 1.1 lib/libc/locale/nl_langinfo.c: revision 1.12 lib/libc/locale/rune.c: revision 1.31 lib/libc/locale/rune.h: revision 1.13 lib/libc/locale/rune_local.h: revision 1.11 lib/libc/locale/runeglue.c: revision 1.14 lib/libc/locale/runetable.c: revision 1.18 lib/libc/locale/setlocale.c: revision 1.55 via patch lib/libc/locale/setlocale_local.h: revision 1.1 lib/libc/locale/setrunelocale.c: file removal lib/libc/nls/Makefile.inc: revision 1.9 lib/libc/nls/catopen.c: revision 1.26 lib/libc/string/Makefile.inc: revision 1.68 lib/libc/string/wcscmp.c: revision 1.6 lib/libc/string/wcsncmp.c: revision 1.6 lib/libc/string/wcswidth.c: file removal lib/libc/string/wmemcmp.c: revision 1.4 regress/lib/libc/locale/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/en_US.UTF-8.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.exp.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.in.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.exp.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.in.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.SJIS.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.eucJP.exp.uue: revision 1.2 regress/lib/libc/locale/ctype2/Makefile: revision 1.5 regress/lib/libc/locale/ctype2/ja_JP.ISO-2022-JP-2.in.uue: revision 1.1 regress/lib/libc/locale/ctype2/ja_JP.ISO2022-JP2.in.uue: file removal regress/lib/libc/locale/ctype3/Makefile: revision 1.5 regress/lib/libc/locale/mbtowc/Makefile: revision 1.3 regress/lib/libc/locale/mbtowc/ja_JP.ISO-2022-JP: revision 1.1 regress/lib/libc/locale/mbtowc/ja_JP.ISO2022-JP: file removal regress/lib/libc/locale/wcstod/wcstod_test.c: revision 1.2 share/locale/Makefile.locale: revision 1.1 share/locale/Makefile: revision 1.5 share/locale/ctype/Makefile: revision 1.28 share/locale/locale.alias: revision 1.11 share/locale/messages/Makefile: revision 1.5 share/locale/messages/en_US.ISO8859-1.src: file removal share/locale/messages/en_US.US-ASCII.src: revision 1.1 share/locale/messages/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/messages/ja_JP.ct.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-2.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-5.src: revision 1.1 share/locale/messages/sr_YU.ISO8859-2.src: file removal share/locale/messages/sr_YU.ISO8859-5.src: file removal share/locale/messages/sr_YU.UTF-8.src: file removal share/locale/messages/zh_CN.GB18030.src: file removal share/locale/messages/zh_TW.eucTW.src: revision 1.1 share/locale/monetary/Makefile: revision 1.5 share/locale/monetary/af_ZA.ISO8859-1.src: revision 1.2 share/locale/monetary/am_ET.UTF-8.src: revision 1.2 share/locale/monetary/be_BY.CP1131.src: file removal share/locale/monetary/be_BY.CP1251.src: revision 1.2 share/locale/monetary/be_BY.ISO8859-5.src: revision 1.2 share/locale/monetary/be_BY.UTF-8.src: revision 1.2 share/locale/monetary/bg_BG.CP1251.src: revision 1.2 share/locale/monetary/bg_BG.UTF-8.src: revision 1.2 share/locale/monetary/ca_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/cs_CZ.ISO8859-2.src: revision 1.2 share/locale/monetary/cs_CZ.UTF-8.src: revision 1.2 share/locale/monetary/da_DK.ISO8859-1.src: revision 1.2 share/locale/monetary/de_AT.ISO8859-1.src: revision 1.2 share/locale/monetary/de_CH.ISO8859-1.src: revision 1.2 share/locale/monetary/de_DE.ISO8859-1.src: revision 1.2 share/locale/monetary/el_GR.ISO8859-7.src: revision 1.2 share/locale/monetary/en_AU.ISO8859-1.src: revision 1.2 share/locale/monetary/en_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.UTF-8.src: revision 1.2 share/locale/monetary/en_IE.UTF-8.src: revision 1.2 share/locale/monetary/en_NZ.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.US-ASCII.src: revision 1.1 share/locale/monetary/es_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/et_EE.ISO8859-15.src: revision 1.2 share/locale/monetary/fi_FI.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_FR.ISO8859-1.src: revision 1.2 share/locale/monetary/he_IL.UTF-8.src: revision 1.2 share/locale/monetary/hi_IN.ISCII-DEV.src: revision 1.2 share/locale/monetary/hr_HR.ISO8859-2.src: revision 1.2 share/locale/monetary/hu_HU.ISO8859-2.src: revision 1.2 share/locale/monetary/hy_AM.ARMSCII-8.src: revision 1.2 share/locale/monetary/hy_AM.UTF-8.src: revision 1.2 share/locale/monetary/is_IS.ISO8859-1.src: revision 1.2 share/locale/monetary/it_IT.ISO8859-1.src: revision 1.2 share/locale/monetary/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/monetary/ja_JP.UTF-8.src: revision 1.2 share/locale/monetary/ja_JP.eucJP.src: revision 1.2 share/locale/monetary/kk_KZ.PT154.src: revision 1.2 share/locale/monetary/kk_KZ.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.eucKR.src: revision 1.2 share/locale/monetary/lt_LT.ISO8859-13.src: revision 1.2 share/locale/monetary/mn_MN.UTF-8.src: revision 1.2 share/locale/monetary/nl_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/nl_NL.ISO8859-1.src: revision 1.2 share/locale/monetary/no_NO.ISO8859-1.src: revision 1.2 share/locale/monetary/pl_PL.ISO8859-2.src: revision 1.2 share/locale/monetary/pl_PL.UTF-8.src: revision 1.2 share/locale/monetary/pt_BR.ISO8859-1.src: revision 1.2 share/locale/monetary/pt_PT.ISO8859-1.src: revision 1.2 share/locale/monetary/ro_RO.ISO8859-2.src: revision 1.2 share/locale/monetary/ru_RU.CP1251.src: revision 1.2 share/locale/monetary/ru_RU.CP866.src: revision 1.2 share/locale/monetary/ru_RU.ISO8859-5.src: revision 1.2 share/locale/monetary/ru_RU.KOI8-R.src: revision 1.2 share/locale/monetary/ru_RU.UTF-8.src: revision 1.2 share/locale/monetary/sk_SK.ISO8859-2.src: revision 1.2 share/locale/monetary/sl_SI.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_ME.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_RS.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_YU.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_YU.ISO8859-5.src: revision 1.2 share/locale/monetary/sr_YU.UTF-8.src: revision 1.2 share/locale/monetary/sv_SE.ISO8859-1.src: revision 1.2 share/locale/monetary/tr_TR.ISO8859-9.src: revision 1.2 share/locale/monetary/uk_UA.CP1251.src: revision 1.2 share/locale/monetary/uk_UA.ISO8859-5.src: revision 1.2 share/locale/monetary/uk_UA.KOI8-U.src: revision 1.2 share/locale/monetary/uk_UA.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.GB18030.src: revision 1.2 share/locale/monetary/zh_CN.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.eucCN.src: revision 1.2 share/locale/monetary/zh_HK.Big5hkscs.src: revision 1.1 share/locale/monetary/zh_HK.UTF-8.src: revision 1.2 share/locale/monetary/zh_TW.Big5.src: revision 1.2 share/locale/numeric/Makefile: revision 1.4 share/locale/numeric/am_ET.UTF-8.src: file removal share/locale/numeric/en_US.ISO8859-1.src: file removal share/locale/numeric/en_US.US-ASCII.src: revision 1.1 share/locale/numeric/ja_JP.eucJP.src: file removal share/locale/numeric/ko_KR.eucKR.src: file removal share/locale/numeric/mn_MN.UTF-8.src: file removal share/locale/numeric/sr_ME.ISO8859-2.src: revision 1.1 share/locale/numeric/sr_YU.ISO8859-2.src: file removal share/locale/numeric/sr_YU.ISO8859-5.src: file removal share/locale/numeric/zh_CN.eucCN.src: file removal share/locale/time/Makefile: revision 1.5 share/locale/time/en_US.ISO8859-1.src: file removal share/locale/time/en_US.US-ASCII.src: revision 1.1 share/locale/time/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/time/ja_JP.ct.src: revision 1.1 share/locale/time/sr_ME.ISO8859-2.src: revision 1.1 share/locale/time/sr_ME.ISO8859-5.src: revision 1.1 share/locale/time/sr_ME.UTF-8.src: revision 1.1 share/locale/time/sr_YU.ISO8859-2.src: file removal share/locale/time/sr_YU.ISO8859-5.src: file removal share/locale/time/sr_YU.UTF-8.src: file removal share/locale/time/zh_CN.GB18030.src: file removal share/locale/time/zh_TW.eucTW.src: revision 1.1 usr.bin/locale/locale.c: revision 1.6 usr.bin/mklocale/Makefile: revision 1.12 usr.bin/mklocale/lex.l: revision 1.14 usr.bin/mklocale/mklocaledb.c: revision 1.1 usr.bin/mklocale/yacc.y: revision 1.25 usr.sbin/chrtbl/Makefile: revision 1.8 usr.sbin/chrtbl/ctypeio.c: revision 1.1 usr.sbin/chrtbl/ctypeio.h: revision 1.1 Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience). [libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch]. [tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype(). [locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-< old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.4.4.1.4.1 | 21-Apr-2010 |
matt | sync to netbsd-5
|
1.4.2.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.4.2.1 | 04-Jun-2008 |
wrstuden | file Makefile was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.6.12.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.6.6.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file af_ZA.UTF-8.src was added on branch tls-maxphys on 2014-08-20 00:02:33 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file af_ZA.UTF-8.src was added on branch yamt-pagecache on 2014-05-22 11:37:48 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file am_ET.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file am_ET.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:31 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file am_ET.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:01 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file be_BY.CP1131.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file be_BY.CP1131.src was added on branch mjf-devfs2 on 2008-06-02 13:21:31 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file be_BY.CP1131.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file be_BY.CP1251.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file be_BY.CP1251.src was added on branch mjf-devfs2 on 2008-06-02 13:21:31 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file be_BY.CP1251.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file be_BY.ISO8859-5.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file be_BY.ISO8859-5.src was added on branch mjf-devfs2 on 2008-06-02 13:21:31 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file be_BY.ISO8859-5.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file be_BY.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file be_BY.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:31 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file be_BY.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file bg_BG.CP1251.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file bg_BG.CP1251.src was added on branch mjf-devfs2 on 2008-06-02 13:21:31 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file bg_BG.CP1251.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file bg_BG.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file bg_BG.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:31 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file bg_BG.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file ca_ES.ISO8859-1.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file ca_ES.ISO8859-1.src was added on branch mjf-devfs2 on 2008-06-02 13:21:31 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file ca_ES.ISO8859-1.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file ca_ES.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file ca_ES.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:31 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file ca_ES.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file cs_CZ.ISO8859-2.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file cs_CZ.ISO8859-2.src was added on branch mjf-devfs2 on 2008-06-02 13:21:31 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file cs_CZ.ISO8859-2.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file cs_CZ.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file cs_CZ.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:31 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file cs_CZ.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file da_DK.ISO8859-1.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file da_DK.ISO8859-1.src was added on branch mjf-devfs2 on 2008-06-02 13:21:31 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file da_DK.ISO8859-1.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file da_DK.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file da_DK.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:31 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file da_DK.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file de_AT.ISO8859-1.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file de_AT.ISO8859-1.src was added on branch mjf-devfs2 on 2008-06-02 13:21:31 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file de_AT.ISO8859-1.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.3 | 01-Feb-2023 |
wiz | Add missing dot in abbreviation.
|
1.2 | 11-Aug-2013 |
joerg | branches: 1.2.36; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file de_AT.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file de_AT.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:31 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file de_AT.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2.36.1 | 11-Sep-2023 |
martin | Pull up following revision(s) (requested by wiz in ticket #369):
share/locale/time/de_AT.UTF-8.src: revision 1.3
Add missing dot in abbreviation.
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file de_CH.UTF-8.src was added on branch tls-maxphys on 2014-08-20 00:02:33 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file de_CH.UTF-8.src was added on branch yamt-pagecache on 2014-05-22 11:37:48 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file de_DE.ISO8859-1.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file de_DE.ISO8859-1.src was added on branch mjf-devfs2 on 2008-06-02 13:21:31 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file de_DE.ISO8859-1.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file de_DE.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file de_DE.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:31 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file de_DE.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file el_GR.ISO8859-7.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file el_GR.ISO8859-7.src was added on branch mjf-devfs2 on 2008-06-02 13:21:31 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file el_GR.ISO8859-7.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file el_GR.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file el_GR.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:31 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file el_GR.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file en_AU.UTF-8.src was added on branch tls-maxphys on 2014-08-20 00:02:33 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file en_AU.UTF-8.src was added on branch yamt-pagecache on 2014-05-22 11:37:48 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file en_CA.UTF-8.src was added on branch tls-maxphys on 2014-08-20 00:02:33 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file en_CA.UTF-8.src was added on branch yamt-pagecache on 2014-05-22 11:37:48 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file en_GB.ISO8859-1.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file en_GB.ISO8859-1.src was added on branch mjf-devfs2 on 2008-06-02 13:21:31 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file en_GB.ISO8859-1.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file en_GB.UTF-8.src was added on branch tls-maxphys on 2014-08-20 00:02:33 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file en_GB.UTF-8.src was added on branch yamt-pagecache on 2014-05-22 11:37:48 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file en_NZ.UTF-8.src was added on branch tls-maxphys on 2014-08-20 00:02:33 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file en_NZ.UTF-8.src was added on branch yamt-pagecache on 2014-05-22 11:37:48 +0000
|
1.2 | 02-Jan-2009 |
tnozaki | Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience).
[libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch].
[tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype().
[locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-<
old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.8.1 | 15-Jan-2009 |
snj | Pull up following revision(s) (requested by tnozaki in ticket #222): distrib/sets/lists/base/mi: revision 1.788 distrib/utils/libhack/Makefile.inc: revision 1.23 distrib/utils/libhack/Makefile: revision 1.22 etc/mtree/NetBSD.dist: revision 1.387 include/locale.h: revision 1.15 lib/libc/citrus/Makefile.inc: revision 1.6 lib/libc/citrus/citrus_aliasname_local.h: revision 1.1 lib/libc/citrus/citrus_bcs.h: revision 1.5 lib/libc/citrus/citrus_bcs_strtol.c: revision 1.1 lib/libc/citrus/citrus_bcs_strtoul.c: revision 1.1 lib/libc/citrus/citrus_csmapper.c: revision 1.9 lib/libc/citrus/citrus_fix_grouping.h: revision 1.1 lib/libc/citrus/citrus_lc_ctype.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.h: revision 1.1 lib/libc/citrus/citrus_lc_monetary.c: revision 1.1 lib/libc/citrus/citrus_lc_monetary.h: revision 1.1 lib/libc/citrus/citrus_lc_numeric.c: revision 1.1 lib/libc/citrus/citrus_lc_numeric.h: revision 1.1 lib/libc/citrus/citrus_lc_template.h: revision 1.1 lib/libc/citrus/citrus_lc_template_decl.h: revision 1.1 lib/libc/citrus/citrus_lc_time.c: revision 1.1 lib/libc/citrus/citrus_lc_time.h: revision 1.1 lib/libc/citrus/citrus_module.c: revision 1.8 lib/libc/citrus/citrus_namespace.h: revision 1.7 lib/libc/citrus/modules/citrus_euc.c: revision 1.13 lib/libc/gen/Makefile.inc: revision 1.166 lib/libc/gen/isctype.c: revision 1.17 via patch lib/libc/gen/tolower_.c: revision 1.10 lib/libc/gen/toupper_.c: revision 1.10 lib/libc/iconv/Makefile.inc: revision 1.3 lib/libc/iconv/iconv.c: revision 1.7 lib/libc/locale/Makefile.inc: revision 1.53 lib/libc/locale/___runetype_mb.c: file removal lib/libc/locale/_wctrans.c: revision 1.7 lib/libc/locale/_wctrans_local.h: revision 1.3 lib/libc/locale/_wctype.c: revision 1.1 lib/libc/locale/_wctype_local.h: revision 1.1 lib/libc/locale/aliasname.c: revision 1.3 lib/libc/locale/aliasname_local.h: revision 1.2 lib/libc/locale/bsdctype.c: revision 1.1 lib/libc/locale/bsdctype.h: revision 1.1 lib/libc/locale/ctypeio.c: revision 1.8 lib/libc/locale/ctypeio.h: revision 1.2 lib/libc/locale/current_locale.c: revision 1.1 lib/libc/locale/dummy_lc_collate.c: revision 1.1 lib/libc/locale/dummy_lc_template.h: revision 1.1 lib/libc/locale/fix_grouping.c: revision 1.1 lib/libc/locale/fix_grouping.h: revision 1.1 lib/libc/locale/generic_lc_all.c: revision 1.1 lib/libc/locale/generic_lc_template.h: revision 1.1 lib/libc/locale/generic_lc_template_decl.h: revision 1.1 lib/libc/locale/global_locale.c: revision 1.1 lib/libc/locale/iswctype.c: file removal lib/libc/locale/iswctype_mb.c: revision 1.1 lib/libc/locale/iswctype_sb.c: revision 1.6 lib/libc/locale/lcmessages.c: file removal lib/libc/locale/lcmessages.h: file removal lib/libc/locale/lcmonetary.c: file removal lib/libc/locale/lcmonetary.h: file removal lib/libc/locale/lcnumeric.c: file removal lib/libc/locale/lcnumeric.h: file removal lib/libc/locale/lctime.c: file removal lib/libc/locale/lctime.h: file removal lib/libc/locale/localeconv.c: revision 1.15 lib/libc/locale/localeio.c: revision 1.2 lib/libc/locale/localeio.h: revision 1.2 lib/libc/locale/localeio_lc_ctype.c: revision 1.1 lib/libc/locale/localeio_lc_messages.c: revision 1.1 lib/libc/locale/localeio_lc_monetary.c: revision 1.1 lib/libc/locale/localeio_lc_numeric.c: revision 1.1 lib/libc/locale/localeio_lc_time.c: revision 1.1 lib/libc/locale/multibyte.h: revision 1.4 lib/libc/locale/multibyte_amd1.c: revision 1.6 lib/libc/locale/multibyte_c90.c: revision 1.5 lib/libc/locale/nb_lc_messages_misc.h: revision 1.1 lib/libc/locale/nb_lc_monetary_misc.h: revision 1.1 lib/libc/locale/nb_lc_numeric_misc.h: revision 1.1 lib/libc/locale/nb_lc_template.h: revision 1.1 lib/libc/locale/nb_lc_template_decl.h: revision 1.1 lib/libc/locale/nb_lc_time_misc.h: revision 1.1 lib/libc/locale/nl_langinfo.c: revision 1.12 lib/libc/locale/rune.c: revision 1.31 lib/libc/locale/rune.h: revision 1.13 lib/libc/locale/rune_local.h: revision 1.11 lib/libc/locale/runeglue.c: revision 1.14 lib/libc/locale/runetable.c: revision 1.18 lib/libc/locale/setlocale.c: revision 1.55 via patch lib/libc/locale/setlocale_local.h: revision 1.1 lib/libc/locale/setrunelocale.c: file removal lib/libc/nls/Makefile.inc: revision 1.9 lib/libc/nls/catopen.c: revision 1.26 lib/libc/string/Makefile.inc: revision 1.68 lib/libc/string/wcscmp.c: revision 1.6 lib/libc/string/wcsncmp.c: revision 1.6 lib/libc/string/wcswidth.c: file removal lib/libc/string/wmemcmp.c: revision 1.4 regress/lib/libc/locale/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/en_US.UTF-8.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.exp.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.in.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.exp.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.in.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.SJIS.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.eucJP.exp.uue: revision 1.2 regress/lib/libc/locale/ctype2/Makefile: revision 1.5 regress/lib/libc/locale/ctype2/ja_JP.ISO-2022-JP-2.in.uue: revision 1.1 regress/lib/libc/locale/ctype2/ja_JP.ISO2022-JP2.in.uue: file removal regress/lib/libc/locale/ctype3/Makefile: revision 1.5 regress/lib/libc/locale/mbtowc/Makefile: revision 1.3 regress/lib/libc/locale/mbtowc/ja_JP.ISO-2022-JP: revision 1.1 regress/lib/libc/locale/mbtowc/ja_JP.ISO2022-JP: file removal regress/lib/libc/locale/wcstod/wcstod_test.c: revision 1.2 share/locale/Makefile.locale: revision 1.1 share/locale/Makefile: revision 1.5 share/locale/ctype/Makefile: revision 1.28 share/locale/locale.alias: revision 1.11 share/locale/messages/Makefile: revision 1.5 share/locale/messages/en_US.ISO8859-1.src: file removal share/locale/messages/en_US.US-ASCII.src: revision 1.1 share/locale/messages/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/messages/ja_JP.ct.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-2.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-5.src: revision 1.1 share/locale/messages/sr_YU.ISO8859-2.src: file removal share/locale/messages/sr_YU.ISO8859-5.src: file removal share/locale/messages/sr_YU.UTF-8.src: file removal share/locale/messages/zh_CN.GB18030.src: file removal share/locale/messages/zh_TW.eucTW.src: revision 1.1 share/locale/monetary/Makefile: revision 1.5 share/locale/monetary/af_ZA.ISO8859-1.src: revision 1.2 share/locale/monetary/am_ET.UTF-8.src: revision 1.2 share/locale/monetary/be_BY.CP1131.src: file removal share/locale/monetary/be_BY.CP1251.src: revision 1.2 share/locale/monetary/be_BY.ISO8859-5.src: revision 1.2 share/locale/monetary/be_BY.UTF-8.src: revision 1.2 share/locale/monetary/bg_BG.CP1251.src: revision 1.2 share/locale/monetary/bg_BG.UTF-8.src: revision 1.2 share/locale/monetary/ca_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/cs_CZ.ISO8859-2.src: revision 1.2 share/locale/monetary/cs_CZ.UTF-8.src: revision 1.2 share/locale/monetary/da_DK.ISO8859-1.src: revision 1.2 share/locale/monetary/de_AT.ISO8859-1.src: revision 1.2 share/locale/monetary/de_CH.ISO8859-1.src: revision 1.2 share/locale/monetary/de_DE.ISO8859-1.src: revision 1.2 share/locale/monetary/el_GR.ISO8859-7.src: revision 1.2 share/locale/monetary/en_AU.ISO8859-1.src: revision 1.2 share/locale/monetary/en_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.UTF-8.src: revision 1.2 share/locale/monetary/en_IE.UTF-8.src: revision 1.2 share/locale/monetary/en_NZ.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.US-ASCII.src: revision 1.1 share/locale/monetary/es_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/et_EE.ISO8859-15.src: revision 1.2 share/locale/monetary/fi_FI.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_FR.ISO8859-1.src: revision 1.2 share/locale/monetary/he_IL.UTF-8.src: revision 1.2 share/locale/monetary/hi_IN.ISCII-DEV.src: revision 1.2 share/locale/monetary/hr_HR.ISO8859-2.src: revision 1.2 share/locale/monetary/hu_HU.ISO8859-2.src: revision 1.2 share/locale/monetary/hy_AM.ARMSCII-8.src: revision 1.2 share/locale/monetary/hy_AM.UTF-8.src: revision 1.2 share/locale/monetary/is_IS.ISO8859-1.src: revision 1.2 share/locale/monetary/it_IT.ISO8859-1.src: revision 1.2 share/locale/monetary/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/monetary/ja_JP.UTF-8.src: revision 1.2 share/locale/monetary/ja_JP.eucJP.src: revision 1.2 share/locale/monetary/kk_KZ.PT154.src: revision 1.2 share/locale/monetary/kk_KZ.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.eucKR.src: revision 1.2 share/locale/monetary/lt_LT.ISO8859-13.src: revision 1.2 share/locale/monetary/mn_MN.UTF-8.src: revision 1.2 share/locale/monetary/nl_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/nl_NL.ISO8859-1.src: revision 1.2 share/locale/monetary/no_NO.ISO8859-1.src: revision 1.2 share/locale/monetary/pl_PL.ISO8859-2.src: revision 1.2 share/locale/monetary/pl_PL.UTF-8.src: revision 1.2 share/locale/monetary/pt_BR.ISO8859-1.src: revision 1.2 share/locale/monetary/pt_PT.ISO8859-1.src: revision 1.2 share/locale/monetary/ro_RO.ISO8859-2.src: revision 1.2 share/locale/monetary/ru_RU.CP1251.src: revision 1.2 share/locale/monetary/ru_RU.CP866.src: revision 1.2 share/locale/monetary/ru_RU.ISO8859-5.src: revision 1.2 share/locale/monetary/ru_RU.KOI8-R.src: revision 1.2 share/locale/monetary/ru_RU.UTF-8.src: revision 1.2 share/locale/monetary/sk_SK.ISO8859-2.src: revision 1.2 share/locale/monetary/sl_SI.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_ME.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_RS.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_YU.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_YU.ISO8859-5.src: revision 1.2 share/locale/monetary/sr_YU.UTF-8.src: revision 1.2 share/locale/monetary/sv_SE.ISO8859-1.src: revision 1.2 share/locale/monetary/tr_TR.ISO8859-9.src: revision 1.2 share/locale/monetary/uk_UA.CP1251.src: revision 1.2 share/locale/monetary/uk_UA.ISO8859-5.src: revision 1.2 share/locale/monetary/uk_UA.KOI8-U.src: revision 1.2 share/locale/monetary/uk_UA.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.GB18030.src: revision 1.2 share/locale/monetary/zh_CN.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.eucCN.src: revision 1.2 share/locale/monetary/zh_HK.Big5hkscs.src: revision 1.1 share/locale/monetary/zh_HK.UTF-8.src: revision 1.2 share/locale/monetary/zh_TW.Big5.src: revision 1.2 share/locale/numeric/Makefile: revision 1.4 share/locale/numeric/am_ET.UTF-8.src: file removal share/locale/numeric/en_US.ISO8859-1.src: file removal share/locale/numeric/en_US.US-ASCII.src: revision 1.1 share/locale/numeric/ja_JP.eucJP.src: file removal share/locale/numeric/ko_KR.eucKR.src: file removal share/locale/numeric/mn_MN.UTF-8.src: file removal share/locale/numeric/sr_ME.ISO8859-2.src: revision 1.1 share/locale/numeric/sr_YU.ISO8859-2.src: file removal share/locale/numeric/sr_YU.ISO8859-5.src: file removal share/locale/numeric/zh_CN.eucCN.src: file removal share/locale/time/Makefile: revision 1.5 share/locale/time/en_US.ISO8859-1.src: file removal share/locale/time/en_US.US-ASCII.src: revision 1.1 share/locale/time/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/time/ja_JP.ct.src: revision 1.1 share/locale/time/sr_ME.ISO8859-2.src: revision 1.1 share/locale/time/sr_ME.ISO8859-5.src: revision 1.1 share/locale/time/sr_ME.UTF-8.src: revision 1.1 share/locale/time/sr_YU.ISO8859-2.src: file removal share/locale/time/sr_YU.ISO8859-5.src: file removal share/locale/time/sr_YU.UTF-8.src: file removal share/locale/time/zh_CN.GB18030.src: file removal share/locale/time/zh_TW.eucTW.src: revision 1.1 usr.bin/locale/locale.c: revision 1.6 usr.bin/mklocale/Makefile: revision 1.12 usr.bin/mklocale/lex.l: revision 1.14 usr.bin/mklocale/mklocaledb.c: revision 1.1 usr.bin/mklocale/yacc.y: revision 1.25 usr.sbin/chrtbl/Makefile: revision 1.8 usr.sbin/chrtbl/ctypeio.c: revision 1.1 usr.sbin/chrtbl/ctypeio.h: revision 1.1 Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience). [libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch]. [tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype(). [locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-< old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file en_US.ISO8859-1.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file en_US.ISO8859-1.src was added on branch mjf-devfs2 on 2008-06-02 13:21:31 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file en_US.ISO8859-1.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 02-Jan-2009 |
tnozaki | branches: 1.1.2; 1.1.10; 1.1.16; Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience).
[libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch].
[tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype().
[locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-<
old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.1.16.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.10.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.2.2 | 15-Jan-2009 |
snj | Pull up following revision(s) (requested by tnozaki in ticket #222): distrib/sets/lists/base/mi: revision 1.788 distrib/utils/libhack/Makefile.inc: revision 1.23 distrib/utils/libhack/Makefile: revision 1.22 etc/mtree/NetBSD.dist: revision 1.387 include/locale.h: revision 1.15 lib/libc/citrus/Makefile.inc: revision 1.6 lib/libc/citrus/citrus_aliasname_local.h: revision 1.1 lib/libc/citrus/citrus_bcs.h: revision 1.5 lib/libc/citrus/citrus_bcs_strtol.c: revision 1.1 lib/libc/citrus/citrus_bcs_strtoul.c: revision 1.1 lib/libc/citrus/citrus_csmapper.c: revision 1.9 lib/libc/citrus/citrus_fix_grouping.h: revision 1.1 lib/libc/citrus/citrus_lc_ctype.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.h: revision 1.1 lib/libc/citrus/citrus_lc_monetary.c: revision 1.1 lib/libc/citrus/citrus_lc_monetary.h: revision 1.1 lib/libc/citrus/citrus_lc_numeric.c: revision 1.1 lib/libc/citrus/citrus_lc_numeric.h: revision 1.1 lib/libc/citrus/citrus_lc_template.h: revision 1.1 lib/libc/citrus/citrus_lc_template_decl.h: revision 1.1 lib/libc/citrus/citrus_lc_time.c: revision 1.1 lib/libc/citrus/citrus_lc_time.h: revision 1.1 lib/libc/citrus/citrus_module.c: revision 1.8 lib/libc/citrus/citrus_namespace.h: revision 1.7 lib/libc/citrus/modules/citrus_euc.c: revision 1.13 lib/libc/gen/Makefile.inc: revision 1.166 lib/libc/gen/isctype.c: revision 1.17 via patch lib/libc/gen/tolower_.c: revision 1.10 lib/libc/gen/toupper_.c: revision 1.10 lib/libc/iconv/Makefile.inc: revision 1.3 lib/libc/iconv/iconv.c: revision 1.7 lib/libc/locale/Makefile.inc: revision 1.53 lib/libc/locale/___runetype_mb.c: file removal lib/libc/locale/_wctrans.c: revision 1.7 lib/libc/locale/_wctrans_local.h: revision 1.3 lib/libc/locale/_wctype.c: revision 1.1 lib/libc/locale/_wctype_local.h: revision 1.1 lib/libc/locale/aliasname.c: revision 1.3 lib/libc/locale/aliasname_local.h: revision 1.2 lib/libc/locale/bsdctype.c: revision 1.1 lib/libc/locale/bsdctype.h: revision 1.1 lib/libc/locale/ctypeio.c: revision 1.8 lib/libc/locale/ctypeio.h: revision 1.2 lib/libc/locale/current_locale.c: revision 1.1 lib/libc/locale/dummy_lc_collate.c: revision 1.1 lib/libc/locale/dummy_lc_template.h: revision 1.1 lib/libc/locale/fix_grouping.c: revision 1.1 lib/libc/locale/fix_grouping.h: revision 1.1 lib/libc/locale/generic_lc_all.c: revision 1.1 lib/libc/locale/generic_lc_template.h: revision 1.1 lib/libc/locale/generic_lc_template_decl.h: revision 1.1 lib/libc/locale/global_locale.c: revision 1.1 lib/libc/locale/iswctype.c: file removal lib/libc/locale/iswctype_mb.c: revision 1.1 lib/libc/locale/iswctype_sb.c: revision 1.6 lib/libc/locale/lcmessages.c: file removal lib/libc/locale/lcmessages.h: file removal lib/libc/locale/lcmonetary.c: file removal lib/libc/locale/lcmonetary.h: file removal lib/libc/locale/lcnumeric.c: file removal lib/libc/locale/lcnumeric.h: file removal lib/libc/locale/lctime.c: file removal lib/libc/locale/lctime.h: file removal lib/libc/locale/localeconv.c: revision 1.15 lib/libc/locale/localeio.c: revision 1.2 lib/libc/locale/localeio.h: revision 1.2 lib/libc/locale/localeio_lc_ctype.c: revision 1.1 lib/libc/locale/localeio_lc_messages.c: revision 1.1 lib/libc/locale/localeio_lc_monetary.c: revision 1.1 lib/libc/locale/localeio_lc_numeric.c: revision 1.1 lib/libc/locale/localeio_lc_time.c: revision 1.1 lib/libc/locale/multibyte.h: revision 1.4 lib/libc/locale/multibyte_amd1.c: revision 1.6 lib/libc/locale/multibyte_c90.c: revision 1.5 lib/libc/locale/nb_lc_messages_misc.h: revision 1.1 lib/libc/locale/nb_lc_monetary_misc.h: revision 1.1 lib/libc/locale/nb_lc_numeric_misc.h: revision 1.1 lib/libc/locale/nb_lc_template.h: revision 1.1 lib/libc/locale/nb_lc_template_decl.h: revision 1.1 lib/libc/locale/nb_lc_time_misc.h: revision 1.1 lib/libc/locale/nl_langinfo.c: revision 1.12 lib/libc/locale/rune.c: revision 1.31 lib/libc/locale/rune.h: revision 1.13 lib/libc/locale/rune_local.h: revision 1.11 lib/libc/locale/runeglue.c: revision 1.14 lib/libc/locale/runetable.c: revision 1.18 lib/libc/locale/setlocale.c: revision 1.55 via patch lib/libc/locale/setlocale_local.h: revision 1.1 lib/libc/locale/setrunelocale.c: file removal lib/libc/nls/Makefile.inc: revision 1.9 lib/libc/nls/catopen.c: revision 1.26 lib/libc/string/Makefile.inc: revision 1.68 lib/libc/string/wcscmp.c: revision 1.6 lib/libc/string/wcsncmp.c: revision 1.6 lib/libc/string/wcswidth.c: file removal lib/libc/string/wmemcmp.c: revision 1.4 regress/lib/libc/locale/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/en_US.UTF-8.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.exp.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.in.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.exp.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.in.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.SJIS.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.eucJP.exp.uue: revision 1.2 regress/lib/libc/locale/ctype2/Makefile: revision 1.5 regress/lib/libc/locale/ctype2/ja_JP.ISO-2022-JP-2.in.uue: revision 1.1 regress/lib/libc/locale/ctype2/ja_JP.ISO2022-JP2.in.uue: file removal regress/lib/libc/locale/ctype3/Makefile: revision 1.5 regress/lib/libc/locale/mbtowc/Makefile: revision 1.3 regress/lib/libc/locale/mbtowc/ja_JP.ISO-2022-JP: revision 1.1 regress/lib/libc/locale/mbtowc/ja_JP.ISO2022-JP: file removal regress/lib/libc/locale/wcstod/wcstod_test.c: revision 1.2 share/locale/Makefile.locale: revision 1.1 share/locale/Makefile: revision 1.5 share/locale/ctype/Makefile: revision 1.28 share/locale/locale.alias: revision 1.11 share/locale/messages/Makefile: revision 1.5 share/locale/messages/en_US.ISO8859-1.src: file removal share/locale/messages/en_US.US-ASCII.src: revision 1.1 share/locale/messages/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/messages/ja_JP.ct.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-2.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-5.src: revision 1.1 share/locale/messages/sr_YU.ISO8859-2.src: file removal share/locale/messages/sr_YU.ISO8859-5.src: file removal share/locale/messages/sr_YU.UTF-8.src: file removal share/locale/messages/zh_CN.GB18030.src: file removal share/locale/messages/zh_TW.eucTW.src: revision 1.1 share/locale/monetary/Makefile: revision 1.5 share/locale/monetary/af_ZA.ISO8859-1.src: revision 1.2 share/locale/monetary/am_ET.UTF-8.src: revision 1.2 share/locale/monetary/be_BY.CP1131.src: file removal share/locale/monetary/be_BY.CP1251.src: revision 1.2 share/locale/monetary/be_BY.ISO8859-5.src: revision 1.2 share/locale/monetary/be_BY.UTF-8.src: revision 1.2 share/locale/monetary/bg_BG.CP1251.src: revision 1.2 share/locale/monetary/bg_BG.UTF-8.src: revision 1.2 share/locale/monetary/ca_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/cs_CZ.ISO8859-2.src: revision 1.2 share/locale/monetary/cs_CZ.UTF-8.src: revision 1.2 share/locale/monetary/da_DK.ISO8859-1.src: revision 1.2 share/locale/monetary/de_AT.ISO8859-1.src: revision 1.2 share/locale/monetary/de_CH.ISO8859-1.src: revision 1.2 share/locale/monetary/de_DE.ISO8859-1.src: revision 1.2 share/locale/monetary/el_GR.ISO8859-7.src: revision 1.2 share/locale/monetary/en_AU.ISO8859-1.src: revision 1.2 share/locale/monetary/en_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.UTF-8.src: revision 1.2 share/locale/monetary/en_IE.UTF-8.src: revision 1.2 share/locale/monetary/en_NZ.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.US-ASCII.src: revision 1.1 share/locale/monetary/es_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/et_EE.ISO8859-15.src: revision 1.2 share/locale/monetary/fi_FI.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_FR.ISO8859-1.src: revision 1.2 share/locale/monetary/he_IL.UTF-8.src: revision 1.2 share/locale/monetary/hi_IN.ISCII-DEV.src: revision 1.2 share/locale/monetary/hr_HR.ISO8859-2.src: revision 1.2 share/locale/monetary/hu_HU.ISO8859-2.src: revision 1.2 share/locale/monetary/hy_AM.ARMSCII-8.src: revision 1.2 share/locale/monetary/hy_AM.UTF-8.src: revision 1.2 share/locale/monetary/is_IS.ISO8859-1.src: revision 1.2 share/locale/monetary/it_IT.ISO8859-1.src: revision 1.2 share/locale/monetary/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/monetary/ja_JP.UTF-8.src: revision 1.2 share/locale/monetary/ja_JP.eucJP.src: revision 1.2 share/locale/monetary/kk_KZ.PT154.src: revision 1.2 share/locale/monetary/kk_KZ.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.eucKR.src: revision 1.2 share/locale/monetary/lt_LT.ISO8859-13.src: revision 1.2 share/locale/monetary/mn_MN.UTF-8.src: revision 1.2 share/locale/monetary/nl_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/nl_NL.ISO8859-1.src: revision 1.2 share/locale/monetary/no_NO.ISO8859-1.src: revision 1.2 share/locale/monetary/pl_PL.ISO8859-2.src: revision 1.2 share/locale/monetary/pl_PL.UTF-8.src: revision 1.2 share/locale/monetary/pt_BR.ISO8859-1.src: revision 1.2 share/locale/monetary/pt_PT.ISO8859-1.src: revision 1.2 share/locale/monetary/ro_RO.ISO8859-2.src: revision 1.2 share/locale/monetary/ru_RU.CP1251.src: revision 1.2 share/locale/monetary/ru_RU.CP866.src: revision 1.2 share/locale/monetary/ru_RU.ISO8859-5.src: revision 1.2 share/locale/monetary/ru_RU.KOI8-R.src: revision 1.2 share/locale/monetary/ru_RU.UTF-8.src: revision 1.2 share/locale/monetary/sk_SK.ISO8859-2.src: revision 1.2 share/locale/monetary/sl_SI.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_ME.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_RS.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_YU.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_YU.ISO8859-5.src: revision 1.2 share/locale/monetary/sr_YU.UTF-8.src: revision 1.2 share/locale/monetary/sv_SE.ISO8859-1.src: revision 1.2 share/locale/monetary/tr_TR.ISO8859-9.src: revision 1.2 share/locale/monetary/uk_UA.CP1251.src: revision 1.2 share/locale/monetary/uk_UA.ISO8859-5.src: revision 1.2 share/locale/monetary/uk_UA.KOI8-U.src: revision 1.2 share/locale/monetary/uk_UA.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.GB18030.src: revision 1.2 share/locale/monetary/zh_CN.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.eucCN.src: revision 1.2 share/locale/monetary/zh_HK.Big5hkscs.src: revision 1.1 share/locale/monetary/zh_HK.UTF-8.src: revision 1.2 share/locale/monetary/zh_TW.Big5.src: revision 1.2 share/locale/numeric/Makefile: revision 1.4 share/locale/numeric/am_ET.UTF-8.src: file removal share/locale/numeric/en_US.ISO8859-1.src: file removal share/locale/numeric/en_US.US-ASCII.src: revision 1.1 share/locale/numeric/ja_JP.eucJP.src: file removal share/locale/numeric/ko_KR.eucKR.src: file removal share/locale/numeric/mn_MN.UTF-8.src: file removal share/locale/numeric/sr_ME.ISO8859-2.src: revision 1.1 share/locale/numeric/sr_YU.ISO8859-2.src: file removal share/locale/numeric/sr_YU.ISO8859-5.src: file removal share/locale/numeric/zh_CN.eucCN.src: file removal share/locale/time/Makefile: revision 1.5 share/locale/time/en_US.ISO8859-1.src: file removal share/locale/time/en_US.US-ASCII.src: revision 1.1 share/locale/time/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/time/ja_JP.ct.src: revision 1.1 share/locale/time/sr_ME.ISO8859-2.src: revision 1.1 share/locale/time/sr_ME.ISO8859-5.src: revision 1.1 share/locale/time/sr_ME.UTF-8.src: revision 1.1 share/locale/time/sr_YU.ISO8859-2.src: file removal share/locale/time/sr_YU.ISO8859-5.src: file removal share/locale/time/sr_YU.UTF-8.src: file removal share/locale/time/zh_CN.GB18030.src: file removal share/locale/time/zh_TW.eucTW.src: revision 1.1 usr.bin/locale/locale.c: revision 1.6 usr.bin/mklocale/Makefile: revision 1.12 usr.bin/mklocale/lex.l: revision 1.14 usr.bin/mklocale/mklocaledb.c: revision 1.1 usr.bin/mklocale/yacc.y: revision 1.25 usr.sbin/chrtbl/Makefile: revision 1.8 usr.sbin/chrtbl/ctypeio.c: revision 1.1 usr.sbin/chrtbl/ctypeio.h: revision 1.1 Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience). [libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch]. [tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype(). [locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-< old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.1.2.1 | 02-Jan-2009 |
snj | file en_US.US-ASCII.src was added on branch netbsd-5 on 2009-01-15 03:24:11 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file en_US.UTF-8.src was added on branch tls-maxphys on 2014-08-20 00:02:33 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file en_US.UTF-8.src was added on branch yamt-pagecache on 2014-05-22 11:37:48 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file es_ES.ISO8859-1.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file es_ES.ISO8859-1.src was added on branch mjf-devfs2 on 2008-06-02 13:21:31 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file es_ES.ISO8859-1.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file es_ES.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file es_ES.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file es_ES.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file et_EE.ISO8859-15.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file et_EE.ISO8859-15.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file et_EE.ISO8859-15.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file et_EE.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file et_EE.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file et_EE.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file eu_ES.ISO8859-1.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file eu_ES.ISO8859-1.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file eu_ES.ISO8859-1.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file eu_ES.UTF-8.src was added on branch tls-maxphys on 2014-08-20 00:02:33 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file eu_ES.UTF-8.src was added on branch yamt-pagecache on 2014-05-22 11:37:48 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file fi_FI.ISO8859-1.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file fi_FI.ISO8859-1.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file fi_FI.ISO8859-1.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file fi_FI.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file fi_FI.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file fi_FI.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file fr_BE.UTF-8.src was added on branch tls-maxphys on 2014-08-20 00:02:33 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file fr_BE.UTF-8.src was added on branch yamt-pagecache on 2014-05-22 11:37:48 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file fr_CA.UTF-8.src was added on branch tls-maxphys on 2014-08-20 00:02:33 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file fr_CA.UTF-8.src was added on branch yamt-pagecache on 2014-05-22 11:37:48 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file fr_CH.UTF-8.src was added on branch tls-maxphys on 2014-08-20 00:02:33 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file fr_CH.UTF-8.src was added on branch yamt-pagecache on 2014-05-22 11:37:48 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file fr_FR.ISO8859-1.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file fr_FR.ISO8859-1.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file fr_FR.ISO8859-1.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file fr_FR.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file fr_FR.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file fr_FR.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file he_IL.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:54 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file he_IL.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file he_IL.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file hi_IN.ISCII-DEV.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file hi_IN.ISCII-DEV.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file hi_IN.ISCII-DEV.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file hr_HR.ISO8859-2.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file hr_HR.ISO8859-2.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file hr_HR.ISO8859-2.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file hr_HR.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file hr_HR.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file hr_HR.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file hu_HU.ISO8859-2.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file hu_HU.ISO8859-2.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file hu_HU.ISO8859-2.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file hu_HU.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file hu_HU.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file hu_HU.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:02 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file hy_AM.ARMSCII-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file hy_AM.ARMSCII-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file hy_AM.ARMSCII-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file hy_AM.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file hy_AM.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file hy_AM.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file is_IS.ISO8859-1.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file is_IS.ISO8859-1.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file is_IS.ISO8859-1.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file is_IS.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file is_IS.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file is_IS.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file it_CH.UTF-8.src was added on branch tls-maxphys on 2014-08-20 00:02:33 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file it_CH.UTF-8.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file it_IT.ISO8859-1.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file it_IT.ISO8859-1.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file it_IT.ISO8859-1.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file it_IT.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file it_IT.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file it_IT.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 02-Jan-2009 |
tnozaki | branches: 1.1.2; 1.1.10; 1.1.16; Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience).
[libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch].
[tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype().
[locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-<
old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.1.16.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.10.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.2.2 | 15-Jan-2009 |
snj | Pull up following revision(s) (requested by tnozaki in ticket #222): distrib/sets/lists/base/mi: revision 1.788 distrib/utils/libhack/Makefile.inc: revision 1.23 distrib/utils/libhack/Makefile: revision 1.22 etc/mtree/NetBSD.dist: revision 1.387 include/locale.h: revision 1.15 lib/libc/citrus/Makefile.inc: revision 1.6 lib/libc/citrus/citrus_aliasname_local.h: revision 1.1 lib/libc/citrus/citrus_bcs.h: revision 1.5 lib/libc/citrus/citrus_bcs_strtol.c: revision 1.1 lib/libc/citrus/citrus_bcs_strtoul.c: revision 1.1 lib/libc/citrus/citrus_csmapper.c: revision 1.9 lib/libc/citrus/citrus_fix_grouping.h: revision 1.1 lib/libc/citrus/citrus_lc_ctype.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.h: revision 1.1 lib/libc/citrus/citrus_lc_monetary.c: revision 1.1 lib/libc/citrus/citrus_lc_monetary.h: revision 1.1 lib/libc/citrus/citrus_lc_numeric.c: revision 1.1 lib/libc/citrus/citrus_lc_numeric.h: revision 1.1 lib/libc/citrus/citrus_lc_template.h: revision 1.1 lib/libc/citrus/citrus_lc_template_decl.h: revision 1.1 lib/libc/citrus/citrus_lc_time.c: revision 1.1 lib/libc/citrus/citrus_lc_time.h: revision 1.1 lib/libc/citrus/citrus_module.c: revision 1.8 lib/libc/citrus/citrus_namespace.h: revision 1.7 lib/libc/citrus/modules/citrus_euc.c: revision 1.13 lib/libc/gen/Makefile.inc: revision 1.166 lib/libc/gen/isctype.c: revision 1.17 via patch lib/libc/gen/tolower_.c: revision 1.10 lib/libc/gen/toupper_.c: revision 1.10 lib/libc/iconv/Makefile.inc: revision 1.3 lib/libc/iconv/iconv.c: revision 1.7 lib/libc/locale/Makefile.inc: revision 1.53 lib/libc/locale/___runetype_mb.c: file removal lib/libc/locale/_wctrans.c: revision 1.7 lib/libc/locale/_wctrans_local.h: revision 1.3 lib/libc/locale/_wctype.c: revision 1.1 lib/libc/locale/_wctype_local.h: revision 1.1 lib/libc/locale/aliasname.c: revision 1.3 lib/libc/locale/aliasname_local.h: revision 1.2 lib/libc/locale/bsdctype.c: revision 1.1 lib/libc/locale/bsdctype.h: revision 1.1 lib/libc/locale/ctypeio.c: revision 1.8 lib/libc/locale/ctypeio.h: revision 1.2 lib/libc/locale/current_locale.c: revision 1.1 lib/libc/locale/dummy_lc_collate.c: revision 1.1 lib/libc/locale/dummy_lc_template.h: revision 1.1 lib/libc/locale/fix_grouping.c: revision 1.1 lib/libc/locale/fix_grouping.h: revision 1.1 lib/libc/locale/generic_lc_all.c: revision 1.1 lib/libc/locale/generic_lc_template.h: revision 1.1 lib/libc/locale/generic_lc_template_decl.h: revision 1.1 lib/libc/locale/global_locale.c: revision 1.1 lib/libc/locale/iswctype.c: file removal lib/libc/locale/iswctype_mb.c: revision 1.1 lib/libc/locale/iswctype_sb.c: revision 1.6 lib/libc/locale/lcmessages.c: file removal lib/libc/locale/lcmessages.h: file removal lib/libc/locale/lcmonetary.c: file removal lib/libc/locale/lcmonetary.h: file removal lib/libc/locale/lcnumeric.c: file removal lib/libc/locale/lcnumeric.h: file removal lib/libc/locale/lctime.c: file removal lib/libc/locale/lctime.h: file removal lib/libc/locale/localeconv.c: revision 1.15 lib/libc/locale/localeio.c: revision 1.2 lib/libc/locale/localeio.h: revision 1.2 lib/libc/locale/localeio_lc_ctype.c: revision 1.1 lib/libc/locale/localeio_lc_messages.c: revision 1.1 lib/libc/locale/localeio_lc_monetary.c: revision 1.1 lib/libc/locale/localeio_lc_numeric.c: revision 1.1 lib/libc/locale/localeio_lc_time.c: revision 1.1 lib/libc/locale/multibyte.h: revision 1.4 lib/libc/locale/multibyte_amd1.c: revision 1.6 lib/libc/locale/multibyte_c90.c: revision 1.5 lib/libc/locale/nb_lc_messages_misc.h: revision 1.1 lib/libc/locale/nb_lc_monetary_misc.h: revision 1.1 lib/libc/locale/nb_lc_numeric_misc.h: revision 1.1 lib/libc/locale/nb_lc_template.h: revision 1.1 lib/libc/locale/nb_lc_template_decl.h: revision 1.1 lib/libc/locale/nb_lc_time_misc.h: revision 1.1 lib/libc/locale/nl_langinfo.c: revision 1.12 lib/libc/locale/rune.c: revision 1.31 lib/libc/locale/rune.h: revision 1.13 lib/libc/locale/rune_local.h: revision 1.11 lib/libc/locale/runeglue.c: revision 1.14 lib/libc/locale/runetable.c: revision 1.18 lib/libc/locale/setlocale.c: revision 1.55 via patch lib/libc/locale/setlocale_local.h: revision 1.1 lib/libc/locale/setrunelocale.c: file removal lib/libc/nls/Makefile.inc: revision 1.9 lib/libc/nls/catopen.c: revision 1.26 lib/libc/string/Makefile.inc: revision 1.68 lib/libc/string/wcscmp.c: revision 1.6 lib/libc/string/wcsncmp.c: revision 1.6 lib/libc/string/wcswidth.c: file removal lib/libc/string/wmemcmp.c: revision 1.4 regress/lib/libc/locale/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/en_US.UTF-8.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.exp.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.in.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.exp.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.in.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.SJIS.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.eucJP.exp.uue: revision 1.2 regress/lib/libc/locale/ctype2/Makefile: revision 1.5 regress/lib/libc/locale/ctype2/ja_JP.ISO-2022-JP-2.in.uue: revision 1.1 regress/lib/libc/locale/ctype2/ja_JP.ISO2022-JP2.in.uue: file removal regress/lib/libc/locale/ctype3/Makefile: revision 1.5 regress/lib/libc/locale/mbtowc/Makefile: revision 1.3 regress/lib/libc/locale/mbtowc/ja_JP.ISO-2022-JP: revision 1.1 regress/lib/libc/locale/mbtowc/ja_JP.ISO2022-JP: file removal regress/lib/libc/locale/wcstod/wcstod_test.c: revision 1.2 share/locale/Makefile.locale: revision 1.1 share/locale/Makefile: revision 1.5 share/locale/ctype/Makefile: revision 1.28 share/locale/locale.alias: revision 1.11 share/locale/messages/Makefile: revision 1.5 share/locale/messages/en_US.ISO8859-1.src: file removal share/locale/messages/en_US.US-ASCII.src: revision 1.1 share/locale/messages/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/messages/ja_JP.ct.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-2.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-5.src: revision 1.1 share/locale/messages/sr_YU.ISO8859-2.src: file removal share/locale/messages/sr_YU.ISO8859-5.src: file removal share/locale/messages/sr_YU.UTF-8.src: file removal share/locale/messages/zh_CN.GB18030.src: file removal share/locale/messages/zh_TW.eucTW.src: revision 1.1 share/locale/monetary/Makefile: revision 1.5 share/locale/monetary/af_ZA.ISO8859-1.src: revision 1.2 share/locale/monetary/am_ET.UTF-8.src: revision 1.2 share/locale/monetary/be_BY.CP1131.src: file removal share/locale/monetary/be_BY.CP1251.src: revision 1.2 share/locale/monetary/be_BY.ISO8859-5.src: revision 1.2 share/locale/monetary/be_BY.UTF-8.src: revision 1.2 share/locale/monetary/bg_BG.CP1251.src: revision 1.2 share/locale/monetary/bg_BG.UTF-8.src: revision 1.2 share/locale/monetary/ca_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/cs_CZ.ISO8859-2.src: revision 1.2 share/locale/monetary/cs_CZ.UTF-8.src: revision 1.2 share/locale/monetary/da_DK.ISO8859-1.src: revision 1.2 share/locale/monetary/de_AT.ISO8859-1.src: revision 1.2 share/locale/monetary/de_CH.ISO8859-1.src: revision 1.2 share/locale/monetary/de_DE.ISO8859-1.src: revision 1.2 share/locale/monetary/el_GR.ISO8859-7.src: revision 1.2 share/locale/monetary/en_AU.ISO8859-1.src: revision 1.2 share/locale/monetary/en_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.UTF-8.src: revision 1.2 share/locale/monetary/en_IE.UTF-8.src: revision 1.2 share/locale/monetary/en_NZ.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.US-ASCII.src: revision 1.1 share/locale/monetary/es_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/et_EE.ISO8859-15.src: revision 1.2 share/locale/monetary/fi_FI.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_FR.ISO8859-1.src: revision 1.2 share/locale/monetary/he_IL.UTF-8.src: revision 1.2 share/locale/monetary/hi_IN.ISCII-DEV.src: revision 1.2 share/locale/monetary/hr_HR.ISO8859-2.src: revision 1.2 share/locale/monetary/hu_HU.ISO8859-2.src: revision 1.2 share/locale/monetary/hy_AM.ARMSCII-8.src: revision 1.2 share/locale/monetary/hy_AM.UTF-8.src: revision 1.2 share/locale/monetary/is_IS.ISO8859-1.src: revision 1.2 share/locale/monetary/it_IT.ISO8859-1.src: revision 1.2 share/locale/monetary/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/monetary/ja_JP.UTF-8.src: revision 1.2 share/locale/monetary/ja_JP.eucJP.src: revision 1.2 share/locale/monetary/kk_KZ.PT154.src: revision 1.2 share/locale/monetary/kk_KZ.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.eucKR.src: revision 1.2 share/locale/monetary/lt_LT.ISO8859-13.src: revision 1.2 share/locale/monetary/mn_MN.UTF-8.src: revision 1.2 share/locale/monetary/nl_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/nl_NL.ISO8859-1.src: revision 1.2 share/locale/monetary/no_NO.ISO8859-1.src: revision 1.2 share/locale/monetary/pl_PL.ISO8859-2.src: revision 1.2 share/locale/monetary/pl_PL.UTF-8.src: revision 1.2 share/locale/monetary/pt_BR.ISO8859-1.src: revision 1.2 share/locale/monetary/pt_PT.ISO8859-1.src: revision 1.2 share/locale/monetary/ro_RO.ISO8859-2.src: revision 1.2 share/locale/monetary/ru_RU.CP1251.src: revision 1.2 share/locale/monetary/ru_RU.CP866.src: revision 1.2 share/locale/monetary/ru_RU.ISO8859-5.src: revision 1.2 share/locale/monetary/ru_RU.KOI8-R.src: revision 1.2 share/locale/monetary/ru_RU.UTF-8.src: revision 1.2 share/locale/monetary/sk_SK.ISO8859-2.src: revision 1.2 share/locale/monetary/sl_SI.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_ME.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_RS.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_YU.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_YU.ISO8859-5.src: revision 1.2 share/locale/monetary/sr_YU.UTF-8.src: revision 1.2 share/locale/monetary/sv_SE.ISO8859-1.src: revision 1.2 share/locale/monetary/tr_TR.ISO8859-9.src: revision 1.2 share/locale/monetary/uk_UA.CP1251.src: revision 1.2 share/locale/monetary/uk_UA.ISO8859-5.src: revision 1.2 share/locale/monetary/uk_UA.KOI8-U.src: revision 1.2 share/locale/monetary/uk_UA.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.GB18030.src: revision 1.2 share/locale/monetary/zh_CN.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.eucCN.src: revision 1.2 share/locale/monetary/zh_HK.Big5hkscs.src: revision 1.1 share/locale/monetary/zh_HK.UTF-8.src: revision 1.2 share/locale/monetary/zh_TW.Big5.src: revision 1.2 share/locale/numeric/Makefile: revision 1.4 share/locale/numeric/am_ET.UTF-8.src: file removal share/locale/numeric/en_US.ISO8859-1.src: file removal share/locale/numeric/en_US.US-ASCII.src: revision 1.1 share/locale/numeric/ja_JP.eucJP.src: file removal share/locale/numeric/ko_KR.eucKR.src: file removal share/locale/numeric/mn_MN.UTF-8.src: file removal share/locale/numeric/sr_ME.ISO8859-2.src: revision 1.1 share/locale/numeric/sr_YU.ISO8859-2.src: file removal share/locale/numeric/sr_YU.ISO8859-5.src: file removal share/locale/numeric/zh_CN.eucCN.src: file removal share/locale/time/Makefile: revision 1.5 share/locale/time/en_US.ISO8859-1.src: file removal share/locale/time/en_US.US-ASCII.src: revision 1.1 share/locale/time/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/time/ja_JP.ct.src: revision 1.1 share/locale/time/sr_ME.ISO8859-2.src: revision 1.1 share/locale/time/sr_ME.ISO8859-5.src: revision 1.1 share/locale/time/sr_ME.UTF-8.src: revision 1.1 share/locale/time/sr_YU.ISO8859-2.src: file removal share/locale/time/sr_YU.ISO8859-5.src: file removal share/locale/time/sr_YU.UTF-8.src: file removal share/locale/time/zh_CN.GB18030.src: file removal share/locale/time/zh_TW.eucTW.src: revision 1.1 usr.bin/locale/locale.c: revision 1.6 usr.bin/mklocale/Makefile: revision 1.12 usr.bin/mklocale/lex.l: revision 1.14 usr.bin/mklocale/mklocaledb.c: revision 1.1 usr.bin/mklocale/yacc.y: revision 1.25 usr.sbin/chrtbl/Makefile: revision 1.8 usr.sbin/chrtbl/ctypeio.c: revision 1.1 usr.sbin/chrtbl/ctypeio.h: revision 1.1 Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience). [libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch]. [tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype(). [locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-< old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.1.2.1 | 02-Jan-2009 |
snj | file ja_JP.ISO-2022-JP.src was added on branch netbsd-5 on 2009-01-15 03:24:11 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file ja_JP.SJIS.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file ja_JP.SJIS.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file ja_JP.SJIS.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file ja_JP.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file ja_JP.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file ja_JP.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 02-Jan-2009 |
tnozaki | branches: 1.1.2; 1.1.10; 1.1.16; Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience).
[libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch].
[tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype().
[locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-<
old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.1.16.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.10.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.2.2 | 15-Jan-2009 |
snj | Pull up following revision(s) (requested by tnozaki in ticket #222): distrib/sets/lists/base/mi: revision 1.788 distrib/utils/libhack/Makefile.inc: revision 1.23 distrib/utils/libhack/Makefile: revision 1.22 etc/mtree/NetBSD.dist: revision 1.387 include/locale.h: revision 1.15 lib/libc/citrus/Makefile.inc: revision 1.6 lib/libc/citrus/citrus_aliasname_local.h: revision 1.1 lib/libc/citrus/citrus_bcs.h: revision 1.5 lib/libc/citrus/citrus_bcs_strtol.c: revision 1.1 lib/libc/citrus/citrus_bcs_strtoul.c: revision 1.1 lib/libc/citrus/citrus_csmapper.c: revision 1.9 lib/libc/citrus/citrus_fix_grouping.h: revision 1.1 lib/libc/citrus/citrus_lc_ctype.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.h: revision 1.1 lib/libc/citrus/citrus_lc_monetary.c: revision 1.1 lib/libc/citrus/citrus_lc_monetary.h: revision 1.1 lib/libc/citrus/citrus_lc_numeric.c: revision 1.1 lib/libc/citrus/citrus_lc_numeric.h: revision 1.1 lib/libc/citrus/citrus_lc_template.h: revision 1.1 lib/libc/citrus/citrus_lc_template_decl.h: revision 1.1 lib/libc/citrus/citrus_lc_time.c: revision 1.1 lib/libc/citrus/citrus_lc_time.h: revision 1.1 lib/libc/citrus/citrus_module.c: revision 1.8 lib/libc/citrus/citrus_namespace.h: revision 1.7 lib/libc/citrus/modules/citrus_euc.c: revision 1.13 lib/libc/gen/Makefile.inc: revision 1.166 lib/libc/gen/isctype.c: revision 1.17 via patch lib/libc/gen/tolower_.c: revision 1.10 lib/libc/gen/toupper_.c: revision 1.10 lib/libc/iconv/Makefile.inc: revision 1.3 lib/libc/iconv/iconv.c: revision 1.7 lib/libc/locale/Makefile.inc: revision 1.53 lib/libc/locale/___runetype_mb.c: file removal lib/libc/locale/_wctrans.c: revision 1.7 lib/libc/locale/_wctrans_local.h: revision 1.3 lib/libc/locale/_wctype.c: revision 1.1 lib/libc/locale/_wctype_local.h: revision 1.1 lib/libc/locale/aliasname.c: revision 1.3 lib/libc/locale/aliasname_local.h: revision 1.2 lib/libc/locale/bsdctype.c: revision 1.1 lib/libc/locale/bsdctype.h: revision 1.1 lib/libc/locale/ctypeio.c: revision 1.8 lib/libc/locale/ctypeio.h: revision 1.2 lib/libc/locale/current_locale.c: revision 1.1 lib/libc/locale/dummy_lc_collate.c: revision 1.1 lib/libc/locale/dummy_lc_template.h: revision 1.1 lib/libc/locale/fix_grouping.c: revision 1.1 lib/libc/locale/fix_grouping.h: revision 1.1 lib/libc/locale/generic_lc_all.c: revision 1.1 lib/libc/locale/generic_lc_template.h: revision 1.1 lib/libc/locale/generic_lc_template_decl.h: revision 1.1 lib/libc/locale/global_locale.c: revision 1.1 lib/libc/locale/iswctype.c: file removal lib/libc/locale/iswctype_mb.c: revision 1.1 lib/libc/locale/iswctype_sb.c: revision 1.6 lib/libc/locale/lcmessages.c: file removal lib/libc/locale/lcmessages.h: file removal lib/libc/locale/lcmonetary.c: file removal lib/libc/locale/lcmonetary.h: file removal lib/libc/locale/lcnumeric.c: file removal lib/libc/locale/lcnumeric.h: file removal lib/libc/locale/lctime.c: file removal lib/libc/locale/lctime.h: file removal lib/libc/locale/localeconv.c: revision 1.15 lib/libc/locale/localeio.c: revision 1.2 lib/libc/locale/localeio.h: revision 1.2 lib/libc/locale/localeio_lc_ctype.c: revision 1.1 lib/libc/locale/localeio_lc_messages.c: revision 1.1 lib/libc/locale/localeio_lc_monetary.c: revision 1.1 lib/libc/locale/localeio_lc_numeric.c: revision 1.1 lib/libc/locale/localeio_lc_time.c: revision 1.1 lib/libc/locale/multibyte.h: revision 1.4 lib/libc/locale/multibyte_amd1.c: revision 1.6 lib/libc/locale/multibyte_c90.c: revision 1.5 lib/libc/locale/nb_lc_messages_misc.h: revision 1.1 lib/libc/locale/nb_lc_monetary_misc.h: revision 1.1 lib/libc/locale/nb_lc_numeric_misc.h: revision 1.1 lib/libc/locale/nb_lc_template.h: revision 1.1 lib/libc/locale/nb_lc_template_decl.h: revision 1.1 lib/libc/locale/nb_lc_time_misc.h: revision 1.1 lib/libc/locale/nl_langinfo.c: revision 1.12 lib/libc/locale/rune.c: revision 1.31 lib/libc/locale/rune.h: revision 1.13 lib/libc/locale/rune_local.h: revision 1.11 lib/libc/locale/runeglue.c: revision 1.14 lib/libc/locale/runetable.c: revision 1.18 lib/libc/locale/setlocale.c: revision 1.55 via patch lib/libc/locale/setlocale_local.h: revision 1.1 lib/libc/locale/setrunelocale.c: file removal lib/libc/nls/Makefile.inc: revision 1.9 lib/libc/nls/catopen.c: revision 1.26 lib/libc/string/Makefile.inc: revision 1.68 lib/libc/string/wcscmp.c: revision 1.6 lib/libc/string/wcsncmp.c: revision 1.6 lib/libc/string/wcswidth.c: file removal lib/libc/string/wmemcmp.c: revision 1.4 regress/lib/libc/locale/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/en_US.UTF-8.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.exp.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.in.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.exp.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.in.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.SJIS.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.eucJP.exp.uue: revision 1.2 regress/lib/libc/locale/ctype2/Makefile: revision 1.5 regress/lib/libc/locale/ctype2/ja_JP.ISO-2022-JP-2.in.uue: revision 1.1 regress/lib/libc/locale/ctype2/ja_JP.ISO2022-JP2.in.uue: file removal regress/lib/libc/locale/ctype3/Makefile: revision 1.5 regress/lib/libc/locale/mbtowc/Makefile: revision 1.3 regress/lib/libc/locale/mbtowc/ja_JP.ISO-2022-JP: revision 1.1 regress/lib/libc/locale/mbtowc/ja_JP.ISO2022-JP: file removal regress/lib/libc/locale/wcstod/wcstod_test.c: revision 1.2 share/locale/Makefile.locale: revision 1.1 share/locale/Makefile: revision 1.5 share/locale/ctype/Makefile: revision 1.28 share/locale/locale.alias: revision 1.11 share/locale/messages/Makefile: revision 1.5 share/locale/messages/en_US.ISO8859-1.src: file removal share/locale/messages/en_US.US-ASCII.src: revision 1.1 share/locale/messages/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/messages/ja_JP.ct.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-2.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-5.src: revision 1.1 share/locale/messages/sr_YU.ISO8859-2.src: file removal share/locale/messages/sr_YU.ISO8859-5.src: file removal share/locale/messages/sr_YU.UTF-8.src: file removal share/locale/messages/zh_CN.GB18030.src: file removal share/locale/messages/zh_TW.eucTW.src: revision 1.1 share/locale/monetary/Makefile: revision 1.5 share/locale/monetary/af_ZA.ISO8859-1.src: revision 1.2 share/locale/monetary/am_ET.UTF-8.src: revision 1.2 share/locale/monetary/be_BY.CP1131.src: file removal share/locale/monetary/be_BY.CP1251.src: revision 1.2 share/locale/monetary/be_BY.ISO8859-5.src: revision 1.2 share/locale/monetary/be_BY.UTF-8.src: revision 1.2 share/locale/monetary/bg_BG.CP1251.src: revision 1.2 share/locale/monetary/bg_BG.UTF-8.src: revision 1.2 share/locale/monetary/ca_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/cs_CZ.ISO8859-2.src: revision 1.2 share/locale/monetary/cs_CZ.UTF-8.src: revision 1.2 share/locale/monetary/da_DK.ISO8859-1.src: revision 1.2 share/locale/monetary/de_AT.ISO8859-1.src: revision 1.2 share/locale/monetary/de_CH.ISO8859-1.src: revision 1.2 share/locale/monetary/de_DE.ISO8859-1.src: revision 1.2 share/locale/monetary/el_GR.ISO8859-7.src: revision 1.2 share/locale/monetary/en_AU.ISO8859-1.src: revision 1.2 share/locale/monetary/en_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.UTF-8.src: revision 1.2 share/locale/monetary/en_IE.UTF-8.src: revision 1.2 share/locale/monetary/en_NZ.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.US-ASCII.src: revision 1.1 share/locale/monetary/es_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/et_EE.ISO8859-15.src: revision 1.2 share/locale/monetary/fi_FI.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_FR.ISO8859-1.src: revision 1.2 share/locale/monetary/he_IL.UTF-8.src: revision 1.2 share/locale/monetary/hi_IN.ISCII-DEV.src: revision 1.2 share/locale/monetary/hr_HR.ISO8859-2.src: revision 1.2 share/locale/monetary/hu_HU.ISO8859-2.src: revision 1.2 share/locale/monetary/hy_AM.ARMSCII-8.src: revision 1.2 share/locale/monetary/hy_AM.UTF-8.src: revision 1.2 share/locale/monetary/is_IS.ISO8859-1.src: revision 1.2 share/locale/monetary/it_IT.ISO8859-1.src: revision 1.2 share/locale/monetary/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/monetary/ja_JP.UTF-8.src: revision 1.2 share/locale/monetary/ja_JP.eucJP.src: revision 1.2 share/locale/monetary/kk_KZ.PT154.src: revision 1.2 share/locale/monetary/kk_KZ.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.eucKR.src: revision 1.2 share/locale/monetary/lt_LT.ISO8859-13.src: revision 1.2 share/locale/monetary/mn_MN.UTF-8.src: revision 1.2 share/locale/monetary/nl_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/nl_NL.ISO8859-1.src: revision 1.2 share/locale/monetary/no_NO.ISO8859-1.src: revision 1.2 share/locale/monetary/pl_PL.ISO8859-2.src: revision 1.2 share/locale/monetary/pl_PL.UTF-8.src: revision 1.2 share/locale/monetary/pt_BR.ISO8859-1.src: revision 1.2 share/locale/monetary/pt_PT.ISO8859-1.src: revision 1.2 share/locale/monetary/ro_RO.ISO8859-2.src: revision 1.2 share/locale/monetary/ru_RU.CP1251.src: revision 1.2 share/locale/monetary/ru_RU.CP866.src: revision 1.2 share/locale/monetary/ru_RU.ISO8859-5.src: revision 1.2 share/locale/monetary/ru_RU.KOI8-R.src: revision 1.2 share/locale/monetary/ru_RU.UTF-8.src: revision 1.2 share/locale/monetary/sk_SK.ISO8859-2.src: revision 1.2 share/locale/monetary/sl_SI.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_ME.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_RS.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_YU.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_YU.ISO8859-5.src: revision 1.2 share/locale/monetary/sr_YU.UTF-8.src: revision 1.2 share/locale/monetary/sv_SE.ISO8859-1.src: revision 1.2 share/locale/monetary/tr_TR.ISO8859-9.src: revision 1.2 share/locale/monetary/uk_UA.CP1251.src: revision 1.2 share/locale/monetary/uk_UA.ISO8859-5.src: revision 1.2 share/locale/monetary/uk_UA.KOI8-U.src: revision 1.2 share/locale/monetary/uk_UA.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.GB18030.src: revision 1.2 share/locale/monetary/zh_CN.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.eucCN.src: revision 1.2 share/locale/monetary/zh_HK.Big5hkscs.src: revision 1.1 share/locale/monetary/zh_HK.UTF-8.src: revision 1.2 share/locale/monetary/zh_TW.Big5.src: revision 1.2 share/locale/numeric/Makefile: revision 1.4 share/locale/numeric/am_ET.UTF-8.src: file removal share/locale/numeric/en_US.ISO8859-1.src: file removal share/locale/numeric/en_US.US-ASCII.src: revision 1.1 share/locale/numeric/ja_JP.eucJP.src: file removal share/locale/numeric/ko_KR.eucKR.src: file removal share/locale/numeric/mn_MN.UTF-8.src: file removal share/locale/numeric/sr_ME.ISO8859-2.src: revision 1.1 share/locale/numeric/sr_YU.ISO8859-2.src: file removal share/locale/numeric/sr_YU.ISO8859-5.src: file removal share/locale/numeric/zh_CN.eucCN.src: file removal share/locale/time/Makefile: revision 1.5 share/locale/time/en_US.ISO8859-1.src: file removal share/locale/time/en_US.US-ASCII.src: revision 1.1 share/locale/time/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/time/ja_JP.ct.src: revision 1.1 share/locale/time/sr_ME.ISO8859-2.src: revision 1.1 share/locale/time/sr_ME.ISO8859-5.src: revision 1.1 share/locale/time/sr_ME.UTF-8.src: revision 1.1 share/locale/time/sr_YU.ISO8859-2.src: file removal share/locale/time/sr_YU.ISO8859-5.src: file removal share/locale/time/sr_YU.UTF-8.src: file removal share/locale/time/zh_CN.GB18030.src: file removal share/locale/time/zh_TW.eucTW.src: revision 1.1 usr.bin/locale/locale.c: revision 1.6 usr.bin/mklocale/Makefile: revision 1.12 usr.bin/mklocale/lex.l: revision 1.14 usr.bin/mklocale/mklocaledb.c: revision 1.1 usr.bin/mklocale/yacc.y: revision 1.25 usr.sbin/chrtbl/Makefile: revision 1.8 usr.sbin/chrtbl/ctypeio.c: revision 1.1 usr.sbin/chrtbl/ctypeio.h: revision 1.1 Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience). [libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch]. [tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype(). [locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-< old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.1.2.1 | 02-Jan-2009 |
snj | file ja_JP.ct.src was added on branch netbsd-5 on 2009-01-15 03:24:11 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file ja_JP.eucJP.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file ja_JP.eucJP.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file ja_JP.eucJP.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file kk_KZ.PT154.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file kk_KZ.PT154.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file kk_KZ.PT154.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file kk_KZ.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file kk_KZ.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file kk_KZ.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file ko_KR.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file ko_KR.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file ko_KR.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file ko_KR.eucKR.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file ko_KR.eucKR.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file ko_KR.eucKR.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file la_LN.ISO8859-1.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file la_LN.ISO8859-1.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file la_LN.ISO8859-1.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file lt_LT.ISO8859-13.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file lt_LT.ISO8859-13.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file lt_LT.ISO8859-13.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file lt_LT.ISO8859-4.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file lt_LT.ISO8859-4.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file lt_LT.ISO8859-4.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file lt_LT.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file lt_LT.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file lt_LT.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file mn_MN.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file mn_MN.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file mn_MN.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file nb_NO.UTF-8.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file nb_NO.UTF-8.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file nl_BE.UTF-8.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file nl_BE.UTF-8.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file nl_NL.ISO8859-1.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file nl_NL.ISO8859-1.src was added on branch mjf-devfs2 on 2008-06-02 13:21:32 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file nl_NL.ISO8859-1.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file nl_NL.UTF-8.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file nl_NL.UTF-8.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file nn_NO.ISO8859-1.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file nn_NO.ISO8859-1.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file nn_NO.ISO8859-1.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file nn_NO.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file nn_NO.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file nn_NO.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file no_NO.ISO8859-1.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file no_NO.ISO8859-1.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file no_NO.ISO8859-1.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file no_NO.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file no_NO.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file no_NO.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file pl_PL.ISO8859-2.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file pl_PL.ISO8859-2.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file pl_PL.ISO8859-2.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file pl_PL.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file pl_PL.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file pl_PL.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file pt_BR.ISO8859-1.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file pt_BR.ISO8859-1.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file pt_BR.ISO8859-1.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file pt_BR.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file pt_BR.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file pt_BR.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file pt_PT.ISO8859-1.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:55 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file pt_PT.ISO8859-1.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file pt_PT.ISO8859-1.src was added on branch yamt-pf42 on 2008-05-18 12:31:03 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file pt_PT.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file pt_PT.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file pt_PT.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file ro_RO.ISO8859-2.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file ro_RO.ISO8859-2.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file ro_RO.ISO8859-2.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file ro_RO.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file ro_RO.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file ro_RO.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file ru_BY.UTF-8.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file ru_BY.UTF-8.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file ru_RU.CP1251.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file ru_RU.CP1251.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file ru_RU.CP1251.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file ru_RU.CP866.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file ru_RU.CP866.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file ru_RU.CP866.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file ru_RU.ISO8859-5.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file ru_RU.ISO8859-5.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file ru_RU.ISO8859-5.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file ru_RU.KOI8-R.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file ru_RU.KOI8-R.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file ru_RU.KOI8-R.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file ru_RU.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file ru_RU.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file ru_RU.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file sk_SK.ISO8859-2.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file sk_SK.ISO8859-2.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file sk_SK.ISO8859-2.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file sk_SK.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file sk_SK.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file sk_SK.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file sl_SI.ISO8859-2.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file sl_SI.ISO8859-2.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file sl_SI.ISO8859-2.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file sl_SI.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file sl_SI.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file sl_SI.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file sr_Cyrl_ME.UTF-8.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file sr_Cyrl_ME.UTF-8.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file sr_Cyrl_RS.UTF-8.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file sr_Cyrl_RS.UTF-8.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file sr_Latn_ME.UTF-8.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file sr_Latn_ME.UTF-8.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file sr_Latn_RS.UTF-8.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file sr_Latn_RS.UTF-8.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 02-Jan-2009 |
tnozaki | branches: 1.1.2; 1.1.10; 1.1.16; Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience).
[libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch].
[tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype().
[locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-<
old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.1.16.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.10.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.2.2 | 15-Jan-2009 |
snj | Pull up following revision(s) (requested by tnozaki in ticket #222): distrib/sets/lists/base/mi: revision 1.788 distrib/utils/libhack/Makefile.inc: revision 1.23 distrib/utils/libhack/Makefile: revision 1.22 etc/mtree/NetBSD.dist: revision 1.387 include/locale.h: revision 1.15 lib/libc/citrus/Makefile.inc: revision 1.6 lib/libc/citrus/citrus_aliasname_local.h: revision 1.1 lib/libc/citrus/citrus_bcs.h: revision 1.5 lib/libc/citrus/citrus_bcs_strtol.c: revision 1.1 lib/libc/citrus/citrus_bcs_strtoul.c: revision 1.1 lib/libc/citrus/citrus_csmapper.c: revision 1.9 lib/libc/citrus/citrus_fix_grouping.h: revision 1.1 lib/libc/citrus/citrus_lc_ctype.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.h: revision 1.1 lib/libc/citrus/citrus_lc_monetary.c: revision 1.1 lib/libc/citrus/citrus_lc_monetary.h: revision 1.1 lib/libc/citrus/citrus_lc_numeric.c: revision 1.1 lib/libc/citrus/citrus_lc_numeric.h: revision 1.1 lib/libc/citrus/citrus_lc_template.h: revision 1.1 lib/libc/citrus/citrus_lc_template_decl.h: revision 1.1 lib/libc/citrus/citrus_lc_time.c: revision 1.1 lib/libc/citrus/citrus_lc_time.h: revision 1.1 lib/libc/citrus/citrus_module.c: revision 1.8 lib/libc/citrus/citrus_namespace.h: revision 1.7 lib/libc/citrus/modules/citrus_euc.c: revision 1.13 lib/libc/gen/Makefile.inc: revision 1.166 lib/libc/gen/isctype.c: revision 1.17 via patch lib/libc/gen/tolower_.c: revision 1.10 lib/libc/gen/toupper_.c: revision 1.10 lib/libc/iconv/Makefile.inc: revision 1.3 lib/libc/iconv/iconv.c: revision 1.7 lib/libc/locale/Makefile.inc: revision 1.53 lib/libc/locale/___runetype_mb.c: file removal lib/libc/locale/_wctrans.c: revision 1.7 lib/libc/locale/_wctrans_local.h: revision 1.3 lib/libc/locale/_wctype.c: revision 1.1 lib/libc/locale/_wctype_local.h: revision 1.1 lib/libc/locale/aliasname.c: revision 1.3 lib/libc/locale/aliasname_local.h: revision 1.2 lib/libc/locale/bsdctype.c: revision 1.1 lib/libc/locale/bsdctype.h: revision 1.1 lib/libc/locale/ctypeio.c: revision 1.8 lib/libc/locale/ctypeio.h: revision 1.2 lib/libc/locale/current_locale.c: revision 1.1 lib/libc/locale/dummy_lc_collate.c: revision 1.1 lib/libc/locale/dummy_lc_template.h: revision 1.1 lib/libc/locale/fix_grouping.c: revision 1.1 lib/libc/locale/fix_grouping.h: revision 1.1 lib/libc/locale/generic_lc_all.c: revision 1.1 lib/libc/locale/generic_lc_template.h: revision 1.1 lib/libc/locale/generic_lc_template_decl.h: revision 1.1 lib/libc/locale/global_locale.c: revision 1.1 lib/libc/locale/iswctype.c: file removal lib/libc/locale/iswctype_mb.c: revision 1.1 lib/libc/locale/iswctype_sb.c: revision 1.6 lib/libc/locale/lcmessages.c: file removal lib/libc/locale/lcmessages.h: file removal lib/libc/locale/lcmonetary.c: file removal lib/libc/locale/lcmonetary.h: file removal lib/libc/locale/lcnumeric.c: file removal lib/libc/locale/lcnumeric.h: file removal lib/libc/locale/lctime.c: file removal lib/libc/locale/lctime.h: file removal lib/libc/locale/localeconv.c: revision 1.15 lib/libc/locale/localeio.c: revision 1.2 lib/libc/locale/localeio.h: revision 1.2 lib/libc/locale/localeio_lc_ctype.c: revision 1.1 lib/libc/locale/localeio_lc_messages.c: revision 1.1 lib/libc/locale/localeio_lc_monetary.c: revision 1.1 lib/libc/locale/localeio_lc_numeric.c: revision 1.1 lib/libc/locale/localeio_lc_time.c: revision 1.1 lib/libc/locale/multibyte.h: revision 1.4 lib/libc/locale/multibyte_amd1.c: revision 1.6 lib/libc/locale/multibyte_c90.c: revision 1.5 lib/libc/locale/nb_lc_messages_misc.h: revision 1.1 lib/libc/locale/nb_lc_monetary_misc.h: revision 1.1 lib/libc/locale/nb_lc_numeric_misc.h: revision 1.1 lib/libc/locale/nb_lc_template.h: revision 1.1 lib/libc/locale/nb_lc_template_decl.h: revision 1.1 lib/libc/locale/nb_lc_time_misc.h: revision 1.1 lib/libc/locale/nl_langinfo.c: revision 1.12 lib/libc/locale/rune.c: revision 1.31 lib/libc/locale/rune.h: revision 1.13 lib/libc/locale/rune_local.h: revision 1.11 lib/libc/locale/runeglue.c: revision 1.14 lib/libc/locale/runetable.c: revision 1.18 lib/libc/locale/setlocale.c: revision 1.55 via patch lib/libc/locale/setlocale_local.h: revision 1.1 lib/libc/locale/setrunelocale.c: file removal lib/libc/nls/Makefile.inc: revision 1.9 lib/libc/nls/catopen.c: revision 1.26 lib/libc/string/Makefile.inc: revision 1.68 lib/libc/string/wcscmp.c: revision 1.6 lib/libc/string/wcsncmp.c: revision 1.6 lib/libc/string/wcswidth.c: file removal lib/libc/string/wmemcmp.c: revision 1.4 regress/lib/libc/locale/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/en_US.UTF-8.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.exp.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.in.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.exp.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.in.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.SJIS.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.eucJP.exp.uue: revision 1.2 regress/lib/libc/locale/ctype2/Makefile: revision 1.5 regress/lib/libc/locale/ctype2/ja_JP.ISO-2022-JP-2.in.uue: revision 1.1 regress/lib/libc/locale/ctype2/ja_JP.ISO2022-JP2.in.uue: file removal regress/lib/libc/locale/ctype3/Makefile: revision 1.5 regress/lib/libc/locale/mbtowc/Makefile: revision 1.3 regress/lib/libc/locale/mbtowc/ja_JP.ISO-2022-JP: revision 1.1 regress/lib/libc/locale/mbtowc/ja_JP.ISO2022-JP: file removal regress/lib/libc/locale/wcstod/wcstod_test.c: revision 1.2 share/locale/Makefile.locale: revision 1.1 share/locale/Makefile: revision 1.5 share/locale/ctype/Makefile: revision 1.28 share/locale/locale.alias: revision 1.11 share/locale/messages/Makefile: revision 1.5 share/locale/messages/en_US.ISO8859-1.src: file removal share/locale/messages/en_US.US-ASCII.src: revision 1.1 share/locale/messages/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/messages/ja_JP.ct.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-2.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-5.src: revision 1.1 share/locale/messages/sr_YU.ISO8859-2.src: file removal share/locale/messages/sr_YU.ISO8859-5.src: file removal share/locale/messages/sr_YU.UTF-8.src: file removal share/locale/messages/zh_CN.GB18030.src: file removal share/locale/messages/zh_TW.eucTW.src: revision 1.1 share/locale/monetary/Makefile: revision 1.5 share/locale/monetary/af_ZA.ISO8859-1.src: revision 1.2 share/locale/monetary/am_ET.UTF-8.src: revision 1.2 share/locale/monetary/be_BY.CP1131.src: file removal share/locale/monetary/be_BY.CP1251.src: revision 1.2 share/locale/monetary/be_BY.ISO8859-5.src: revision 1.2 share/locale/monetary/be_BY.UTF-8.src: revision 1.2 share/locale/monetary/bg_BG.CP1251.src: revision 1.2 share/locale/monetary/bg_BG.UTF-8.src: revision 1.2 share/locale/monetary/ca_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/cs_CZ.ISO8859-2.src: revision 1.2 share/locale/monetary/cs_CZ.UTF-8.src: revision 1.2 share/locale/monetary/da_DK.ISO8859-1.src: revision 1.2 share/locale/monetary/de_AT.ISO8859-1.src: revision 1.2 share/locale/monetary/de_CH.ISO8859-1.src: revision 1.2 share/locale/monetary/de_DE.ISO8859-1.src: revision 1.2 share/locale/monetary/el_GR.ISO8859-7.src: revision 1.2 share/locale/monetary/en_AU.ISO8859-1.src: revision 1.2 share/locale/monetary/en_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.UTF-8.src: revision 1.2 share/locale/monetary/en_IE.UTF-8.src: revision 1.2 share/locale/monetary/en_NZ.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.US-ASCII.src: revision 1.1 share/locale/monetary/es_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/et_EE.ISO8859-15.src: revision 1.2 share/locale/monetary/fi_FI.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_FR.ISO8859-1.src: revision 1.2 share/locale/monetary/he_IL.UTF-8.src: revision 1.2 share/locale/monetary/hi_IN.ISCII-DEV.src: revision 1.2 share/locale/monetary/hr_HR.ISO8859-2.src: revision 1.2 share/locale/monetary/hu_HU.ISO8859-2.src: revision 1.2 share/locale/monetary/hy_AM.ARMSCII-8.src: revision 1.2 share/locale/monetary/hy_AM.UTF-8.src: revision 1.2 share/locale/monetary/is_IS.ISO8859-1.src: revision 1.2 share/locale/monetary/it_IT.ISO8859-1.src: revision 1.2 share/locale/monetary/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/monetary/ja_JP.UTF-8.src: revision 1.2 share/locale/monetary/ja_JP.eucJP.src: revision 1.2 share/locale/monetary/kk_KZ.PT154.src: revision 1.2 share/locale/monetary/kk_KZ.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.eucKR.src: revision 1.2 share/locale/monetary/lt_LT.ISO8859-13.src: revision 1.2 share/locale/monetary/mn_MN.UTF-8.src: revision 1.2 share/locale/monetary/nl_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/nl_NL.ISO8859-1.src: revision 1.2 share/locale/monetary/no_NO.ISO8859-1.src: revision 1.2 share/locale/monetary/pl_PL.ISO8859-2.src: revision 1.2 share/locale/monetary/pl_PL.UTF-8.src: revision 1.2 share/locale/monetary/pt_BR.ISO8859-1.src: revision 1.2 share/locale/monetary/pt_PT.ISO8859-1.src: revision 1.2 share/locale/monetary/ro_RO.ISO8859-2.src: revision 1.2 share/locale/monetary/ru_RU.CP1251.src: revision 1.2 share/locale/monetary/ru_RU.CP866.src: revision 1.2 share/locale/monetary/ru_RU.ISO8859-5.src: revision 1.2 share/locale/monetary/ru_RU.KOI8-R.src: revision 1.2 share/locale/monetary/ru_RU.UTF-8.src: revision 1.2 share/locale/monetary/sk_SK.ISO8859-2.src: revision 1.2 share/locale/monetary/sl_SI.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_ME.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_RS.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_YU.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_YU.ISO8859-5.src: revision 1.2 share/locale/monetary/sr_YU.UTF-8.src: revision 1.2 share/locale/monetary/sv_SE.ISO8859-1.src: revision 1.2 share/locale/monetary/tr_TR.ISO8859-9.src: revision 1.2 share/locale/monetary/uk_UA.CP1251.src: revision 1.2 share/locale/monetary/uk_UA.ISO8859-5.src: revision 1.2 share/locale/monetary/uk_UA.KOI8-U.src: revision 1.2 share/locale/monetary/uk_UA.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.GB18030.src: revision 1.2 share/locale/monetary/zh_CN.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.eucCN.src: revision 1.2 share/locale/monetary/zh_HK.Big5hkscs.src: revision 1.1 share/locale/monetary/zh_HK.UTF-8.src: revision 1.2 share/locale/monetary/zh_TW.Big5.src: revision 1.2 share/locale/numeric/Makefile: revision 1.4 share/locale/numeric/am_ET.UTF-8.src: file removal share/locale/numeric/en_US.ISO8859-1.src: file removal share/locale/numeric/en_US.US-ASCII.src: revision 1.1 share/locale/numeric/ja_JP.eucJP.src: file removal share/locale/numeric/ko_KR.eucKR.src: file removal share/locale/numeric/mn_MN.UTF-8.src: file removal share/locale/numeric/sr_ME.ISO8859-2.src: revision 1.1 share/locale/numeric/sr_YU.ISO8859-2.src: file removal share/locale/numeric/sr_YU.ISO8859-5.src: file removal share/locale/numeric/zh_CN.eucCN.src: file removal share/locale/time/Makefile: revision 1.5 share/locale/time/en_US.ISO8859-1.src: file removal share/locale/time/en_US.US-ASCII.src: revision 1.1 share/locale/time/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/time/ja_JP.ct.src: revision 1.1 share/locale/time/sr_ME.ISO8859-2.src: revision 1.1 share/locale/time/sr_ME.ISO8859-5.src: revision 1.1 share/locale/time/sr_ME.UTF-8.src: revision 1.1 share/locale/time/sr_YU.ISO8859-2.src: file removal share/locale/time/sr_YU.ISO8859-5.src: file removal share/locale/time/sr_YU.UTF-8.src: file removal share/locale/time/zh_CN.GB18030.src: file removal share/locale/time/zh_TW.eucTW.src: revision 1.1 usr.bin/locale/locale.c: revision 1.6 usr.bin/mklocale/Makefile: revision 1.12 usr.bin/mklocale/lex.l: revision 1.14 usr.bin/mklocale/mklocaledb.c: revision 1.1 usr.bin/mklocale/yacc.y: revision 1.25 usr.sbin/chrtbl/Makefile: revision 1.8 usr.sbin/chrtbl/ctypeio.c: revision 1.1 usr.sbin/chrtbl/ctypeio.h: revision 1.1 Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience). [libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch]. [tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype(). [locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-< old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.1.2.1 | 02-Jan-2009 |
snj | file sr_ME.ISO8859-2.src was added on branch netbsd-5 on 2009-01-15 03:24:11 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 02-Jan-2009 |
tnozaki | branches: 1.1.2; 1.1.10; 1.1.16; Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience).
[libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch].
[tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype().
[locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-<
old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.1.16.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.10.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.2.2 | 15-Jan-2009 |
snj | Pull up following revision(s) (requested by tnozaki in ticket #222): distrib/sets/lists/base/mi: revision 1.788 distrib/utils/libhack/Makefile.inc: revision 1.23 distrib/utils/libhack/Makefile: revision 1.22 etc/mtree/NetBSD.dist: revision 1.387 include/locale.h: revision 1.15 lib/libc/citrus/Makefile.inc: revision 1.6 lib/libc/citrus/citrus_aliasname_local.h: revision 1.1 lib/libc/citrus/citrus_bcs.h: revision 1.5 lib/libc/citrus/citrus_bcs_strtol.c: revision 1.1 lib/libc/citrus/citrus_bcs_strtoul.c: revision 1.1 lib/libc/citrus/citrus_csmapper.c: revision 1.9 lib/libc/citrus/citrus_fix_grouping.h: revision 1.1 lib/libc/citrus/citrus_lc_ctype.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.h: revision 1.1 lib/libc/citrus/citrus_lc_monetary.c: revision 1.1 lib/libc/citrus/citrus_lc_monetary.h: revision 1.1 lib/libc/citrus/citrus_lc_numeric.c: revision 1.1 lib/libc/citrus/citrus_lc_numeric.h: revision 1.1 lib/libc/citrus/citrus_lc_template.h: revision 1.1 lib/libc/citrus/citrus_lc_template_decl.h: revision 1.1 lib/libc/citrus/citrus_lc_time.c: revision 1.1 lib/libc/citrus/citrus_lc_time.h: revision 1.1 lib/libc/citrus/citrus_module.c: revision 1.8 lib/libc/citrus/citrus_namespace.h: revision 1.7 lib/libc/citrus/modules/citrus_euc.c: revision 1.13 lib/libc/gen/Makefile.inc: revision 1.166 lib/libc/gen/isctype.c: revision 1.17 via patch lib/libc/gen/tolower_.c: revision 1.10 lib/libc/gen/toupper_.c: revision 1.10 lib/libc/iconv/Makefile.inc: revision 1.3 lib/libc/iconv/iconv.c: revision 1.7 lib/libc/locale/Makefile.inc: revision 1.53 lib/libc/locale/___runetype_mb.c: file removal lib/libc/locale/_wctrans.c: revision 1.7 lib/libc/locale/_wctrans_local.h: revision 1.3 lib/libc/locale/_wctype.c: revision 1.1 lib/libc/locale/_wctype_local.h: revision 1.1 lib/libc/locale/aliasname.c: revision 1.3 lib/libc/locale/aliasname_local.h: revision 1.2 lib/libc/locale/bsdctype.c: revision 1.1 lib/libc/locale/bsdctype.h: revision 1.1 lib/libc/locale/ctypeio.c: revision 1.8 lib/libc/locale/ctypeio.h: revision 1.2 lib/libc/locale/current_locale.c: revision 1.1 lib/libc/locale/dummy_lc_collate.c: revision 1.1 lib/libc/locale/dummy_lc_template.h: revision 1.1 lib/libc/locale/fix_grouping.c: revision 1.1 lib/libc/locale/fix_grouping.h: revision 1.1 lib/libc/locale/generic_lc_all.c: revision 1.1 lib/libc/locale/generic_lc_template.h: revision 1.1 lib/libc/locale/generic_lc_template_decl.h: revision 1.1 lib/libc/locale/global_locale.c: revision 1.1 lib/libc/locale/iswctype.c: file removal lib/libc/locale/iswctype_mb.c: revision 1.1 lib/libc/locale/iswctype_sb.c: revision 1.6 lib/libc/locale/lcmessages.c: file removal lib/libc/locale/lcmessages.h: file removal lib/libc/locale/lcmonetary.c: file removal lib/libc/locale/lcmonetary.h: file removal lib/libc/locale/lcnumeric.c: file removal lib/libc/locale/lcnumeric.h: file removal lib/libc/locale/lctime.c: file removal lib/libc/locale/lctime.h: file removal lib/libc/locale/localeconv.c: revision 1.15 lib/libc/locale/localeio.c: revision 1.2 lib/libc/locale/localeio.h: revision 1.2 lib/libc/locale/localeio_lc_ctype.c: revision 1.1 lib/libc/locale/localeio_lc_messages.c: revision 1.1 lib/libc/locale/localeio_lc_monetary.c: revision 1.1 lib/libc/locale/localeio_lc_numeric.c: revision 1.1 lib/libc/locale/localeio_lc_time.c: revision 1.1 lib/libc/locale/multibyte.h: revision 1.4 lib/libc/locale/multibyte_amd1.c: revision 1.6 lib/libc/locale/multibyte_c90.c: revision 1.5 lib/libc/locale/nb_lc_messages_misc.h: revision 1.1 lib/libc/locale/nb_lc_monetary_misc.h: revision 1.1 lib/libc/locale/nb_lc_numeric_misc.h: revision 1.1 lib/libc/locale/nb_lc_template.h: revision 1.1 lib/libc/locale/nb_lc_template_decl.h: revision 1.1 lib/libc/locale/nb_lc_time_misc.h: revision 1.1 lib/libc/locale/nl_langinfo.c: revision 1.12 lib/libc/locale/rune.c: revision 1.31 lib/libc/locale/rune.h: revision 1.13 lib/libc/locale/rune_local.h: revision 1.11 lib/libc/locale/runeglue.c: revision 1.14 lib/libc/locale/runetable.c: revision 1.18 lib/libc/locale/setlocale.c: revision 1.55 via patch lib/libc/locale/setlocale_local.h: revision 1.1 lib/libc/locale/setrunelocale.c: file removal lib/libc/nls/Makefile.inc: revision 1.9 lib/libc/nls/catopen.c: revision 1.26 lib/libc/string/Makefile.inc: revision 1.68 lib/libc/string/wcscmp.c: revision 1.6 lib/libc/string/wcsncmp.c: revision 1.6 lib/libc/string/wcswidth.c: file removal lib/libc/string/wmemcmp.c: revision 1.4 regress/lib/libc/locale/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/en_US.UTF-8.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.exp.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.in.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.exp.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.in.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.SJIS.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.eucJP.exp.uue: revision 1.2 regress/lib/libc/locale/ctype2/Makefile: revision 1.5 regress/lib/libc/locale/ctype2/ja_JP.ISO-2022-JP-2.in.uue: revision 1.1 regress/lib/libc/locale/ctype2/ja_JP.ISO2022-JP2.in.uue: file removal regress/lib/libc/locale/ctype3/Makefile: revision 1.5 regress/lib/libc/locale/mbtowc/Makefile: revision 1.3 regress/lib/libc/locale/mbtowc/ja_JP.ISO-2022-JP: revision 1.1 regress/lib/libc/locale/mbtowc/ja_JP.ISO2022-JP: file removal regress/lib/libc/locale/wcstod/wcstod_test.c: revision 1.2 share/locale/Makefile.locale: revision 1.1 share/locale/Makefile: revision 1.5 share/locale/ctype/Makefile: revision 1.28 share/locale/locale.alias: revision 1.11 share/locale/messages/Makefile: revision 1.5 share/locale/messages/en_US.ISO8859-1.src: file removal share/locale/messages/en_US.US-ASCII.src: revision 1.1 share/locale/messages/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/messages/ja_JP.ct.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-2.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-5.src: revision 1.1 share/locale/messages/sr_YU.ISO8859-2.src: file removal share/locale/messages/sr_YU.ISO8859-5.src: file removal share/locale/messages/sr_YU.UTF-8.src: file removal share/locale/messages/zh_CN.GB18030.src: file removal share/locale/messages/zh_TW.eucTW.src: revision 1.1 share/locale/monetary/Makefile: revision 1.5 share/locale/monetary/af_ZA.ISO8859-1.src: revision 1.2 share/locale/monetary/am_ET.UTF-8.src: revision 1.2 share/locale/monetary/be_BY.CP1131.src: file removal share/locale/monetary/be_BY.CP1251.src: revision 1.2 share/locale/monetary/be_BY.ISO8859-5.src: revision 1.2 share/locale/monetary/be_BY.UTF-8.src: revision 1.2 share/locale/monetary/bg_BG.CP1251.src: revision 1.2 share/locale/monetary/bg_BG.UTF-8.src: revision 1.2 share/locale/monetary/ca_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/cs_CZ.ISO8859-2.src: revision 1.2 share/locale/monetary/cs_CZ.UTF-8.src: revision 1.2 share/locale/monetary/da_DK.ISO8859-1.src: revision 1.2 share/locale/monetary/de_AT.ISO8859-1.src: revision 1.2 share/locale/monetary/de_CH.ISO8859-1.src: revision 1.2 share/locale/monetary/de_DE.ISO8859-1.src: revision 1.2 share/locale/monetary/el_GR.ISO8859-7.src: revision 1.2 share/locale/monetary/en_AU.ISO8859-1.src: revision 1.2 share/locale/monetary/en_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.UTF-8.src: revision 1.2 share/locale/monetary/en_IE.UTF-8.src: revision 1.2 share/locale/monetary/en_NZ.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.US-ASCII.src: revision 1.1 share/locale/monetary/es_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/et_EE.ISO8859-15.src: revision 1.2 share/locale/monetary/fi_FI.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_FR.ISO8859-1.src: revision 1.2 share/locale/monetary/he_IL.UTF-8.src: revision 1.2 share/locale/monetary/hi_IN.ISCII-DEV.src: revision 1.2 share/locale/monetary/hr_HR.ISO8859-2.src: revision 1.2 share/locale/monetary/hu_HU.ISO8859-2.src: revision 1.2 share/locale/monetary/hy_AM.ARMSCII-8.src: revision 1.2 share/locale/monetary/hy_AM.UTF-8.src: revision 1.2 share/locale/monetary/is_IS.ISO8859-1.src: revision 1.2 share/locale/monetary/it_IT.ISO8859-1.src: revision 1.2 share/locale/monetary/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/monetary/ja_JP.UTF-8.src: revision 1.2 share/locale/monetary/ja_JP.eucJP.src: revision 1.2 share/locale/monetary/kk_KZ.PT154.src: revision 1.2 share/locale/monetary/kk_KZ.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.eucKR.src: revision 1.2 share/locale/monetary/lt_LT.ISO8859-13.src: revision 1.2 share/locale/monetary/mn_MN.UTF-8.src: revision 1.2 share/locale/monetary/nl_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/nl_NL.ISO8859-1.src: revision 1.2 share/locale/monetary/no_NO.ISO8859-1.src: revision 1.2 share/locale/monetary/pl_PL.ISO8859-2.src: revision 1.2 share/locale/monetary/pl_PL.UTF-8.src: revision 1.2 share/locale/monetary/pt_BR.ISO8859-1.src: revision 1.2 share/locale/monetary/pt_PT.ISO8859-1.src: revision 1.2 share/locale/monetary/ro_RO.ISO8859-2.src: revision 1.2 share/locale/monetary/ru_RU.CP1251.src: revision 1.2 share/locale/monetary/ru_RU.CP866.src: revision 1.2 share/locale/monetary/ru_RU.ISO8859-5.src: revision 1.2 share/locale/monetary/ru_RU.KOI8-R.src: revision 1.2 share/locale/monetary/ru_RU.UTF-8.src: revision 1.2 share/locale/monetary/sk_SK.ISO8859-2.src: revision 1.2 share/locale/monetary/sl_SI.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_ME.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_RS.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_YU.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_YU.ISO8859-5.src: revision 1.2 share/locale/monetary/sr_YU.UTF-8.src: revision 1.2 share/locale/monetary/sv_SE.ISO8859-1.src: revision 1.2 share/locale/monetary/tr_TR.ISO8859-9.src: revision 1.2 share/locale/monetary/uk_UA.CP1251.src: revision 1.2 share/locale/monetary/uk_UA.ISO8859-5.src: revision 1.2 share/locale/monetary/uk_UA.KOI8-U.src: revision 1.2 share/locale/monetary/uk_UA.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.GB18030.src: revision 1.2 share/locale/monetary/zh_CN.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.eucCN.src: revision 1.2 share/locale/monetary/zh_HK.Big5hkscs.src: revision 1.1 share/locale/monetary/zh_HK.UTF-8.src: revision 1.2 share/locale/monetary/zh_TW.Big5.src: revision 1.2 share/locale/numeric/Makefile: revision 1.4 share/locale/numeric/am_ET.UTF-8.src: file removal share/locale/numeric/en_US.ISO8859-1.src: file removal share/locale/numeric/en_US.US-ASCII.src: revision 1.1 share/locale/numeric/ja_JP.eucJP.src: file removal share/locale/numeric/ko_KR.eucKR.src: file removal share/locale/numeric/mn_MN.UTF-8.src: file removal share/locale/numeric/sr_ME.ISO8859-2.src: revision 1.1 share/locale/numeric/sr_YU.ISO8859-2.src: file removal share/locale/numeric/sr_YU.ISO8859-5.src: file removal share/locale/numeric/zh_CN.eucCN.src: file removal share/locale/time/Makefile: revision 1.5 share/locale/time/en_US.ISO8859-1.src: file removal share/locale/time/en_US.US-ASCII.src: revision 1.1 share/locale/time/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/time/ja_JP.ct.src: revision 1.1 share/locale/time/sr_ME.ISO8859-2.src: revision 1.1 share/locale/time/sr_ME.ISO8859-5.src: revision 1.1 share/locale/time/sr_ME.UTF-8.src: revision 1.1 share/locale/time/sr_YU.ISO8859-2.src: file removal share/locale/time/sr_YU.ISO8859-5.src: file removal share/locale/time/sr_YU.UTF-8.src: file removal share/locale/time/zh_CN.GB18030.src: file removal share/locale/time/zh_TW.eucTW.src: revision 1.1 usr.bin/locale/locale.c: revision 1.6 usr.bin/mklocale/Makefile: revision 1.12 usr.bin/mklocale/lex.l: revision 1.14 usr.bin/mklocale/mklocaledb.c: revision 1.1 usr.bin/mklocale/yacc.y: revision 1.25 usr.sbin/chrtbl/Makefile: revision 1.8 usr.sbin/chrtbl/ctypeio.c: revision 1.1 usr.sbin/chrtbl/ctypeio.h: revision 1.1 Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience). [libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch]. [tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype(). [locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-< old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.1.2.1 | 02-Jan-2009 |
snj | file sr_ME.ISO8859-5.src was added on branch netbsd-5 on 2009-01-15 03:24:11 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 02-Jan-2009 |
tnozaki | branches: 1.1.2; 1.1.10; 1.1.16; Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience).
[libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch].
[tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype().
[locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-<
old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.1.16.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.10.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.2.2 | 15-Jan-2009 |
snj | Pull up following revision(s) (requested by tnozaki in ticket #222): distrib/sets/lists/base/mi: revision 1.788 distrib/utils/libhack/Makefile.inc: revision 1.23 distrib/utils/libhack/Makefile: revision 1.22 etc/mtree/NetBSD.dist: revision 1.387 include/locale.h: revision 1.15 lib/libc/citrus/Makefile.inc: revision 1.6 lib/libc/citrus/citrus_aliasname_local.h: revision 1.1 lib/libc/citrus/citrus_bcs.h: revision 1.5 lib/libc/citrus/citrus_bcs_strtol.c: revision 1.1 lib/libc/citrus/citrus_bcs_strtoul.c: revision 1.1 lib/libc/citrus/citrus_csmapper.c: revision 1.9 lib/libc/citrus/citrus_fix_grouping.h: revision 1.1 lib/libc/citrus/citrus_lc_ctype.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.h: revision 1.1 lib/libc/citrus/citrus_lc_monetary.c: revision 1.1 lib/libc/citrus/citrus_lc_monetary.h: revision 1.1 lib/libc/citrus/citrus_lc_numeric.c: revision 1.1 lib/libc/citrus/citrus_lc_numeric.h: revision 1.1 lib/libc/citrus/citrus_lc_template.h: revision 1.1 lib/libc/citrus/citrus_lc_template_decl.h: revision 1.1 lib/libc/citrus/citrus_lc_time.c: revision 1.1 lib/libc/citrus/citrus_lc_time.h: revision 1.1 lib/libc/citrus/citrus_module.c: revision 1.8 lib/libc/citrus/citrus_namespace.h: revision 1.7 lib/libc/citrus/modules/citrus_euc.c: revision 1.13 lib/libc/gen/Makefile.inc: revision 1.166 lib/libc/gen/isctype.c: revision 1.17 via patch lib/libc/gen/tolower_.c: revision 1.10 lib/libc/gen/toupper_.c: revision 1.10 lib/libc/iconv/Makefile.inc: revision 1.3 lib/libc/iconv/iconv.c: revision 1.7 lib/libc/locale/Makefile.inc: revision 1.53 lib/libc/locale/___runetype_mb.c: file removal lib/libc/locale/_wctrans.c: revision 1.7 lib/libc/locale/_wctrans_local.h: revision 1.3 lib/libc/locale/_wctype.c: revision 1.1 lib/libc/locale/_wctype_local.h: revision 1.1 lib/libc/locale/aliasname.c: revision 1.3 lib/libc/locale/aliasname_local.h: revision 1.2 lib/libc/locale/bsdctype.c: revision 1.1 lib/libc/locale/bsdctype.h: revision 1.1 lib/libc/locale/ctypeio.c: revision 1.8 lib/libc/locale/ctypeio.h: revision 1.2 lib/libc/locale/current_locale.c: revision 1.1 lib/libc/locale/dummy_lc_collate.c: revision 1.1 lib/libc/locale/dummy_lc_template.h: revision 1.1 lib/libc/locale/fix_grouping.c: revision 1.1 lib/libc/locale/fix_grouping.h: revision 1.1 lib/libc/locale/generic_lc_all.c: revision 1.1 lib/libc/locale/generic_lc_template.h: revision 1.1 lib/libc/locale/generic_lc_template_decl.h: revision 1.1 lib/libc/locale/global_locale.c: revision 1.1 lib/libc/locale/iswctype.c: file removal lib/libc/locale/iswctype_mb.c: revision 1.1 lib/libc/locale/iswctype_sb.c: revision 1.6 lib/libc/locale/lcmessages.c: file removal lib/libc/locale/lcmessages.h: file removal lib/libc/locale/lcmonetary.c: file removal lib/libc/locale/lcmonetary.h: file removal lib/libc/locale/lcnumeric.c: file removal lib/libc/locale/lcnumeric.h: file removal lib/libc/locale/lctime.c: file removal lib/libc/locale/lctime.h: file removal lib/libc/locale/localeconv.c: revision 1.15 lib/libc/locale/localeio.c: revision 1.2 lib/libc/locale/localeio.h: revision 1.2 lib/libc/locale/localeio_lc_ctype.c: revision 1.1 lib/libc/locale/localeio_lc_messages.c: revision 1.1 lib/libc/locale/localeio_lc_monetary.c: revision 1.1 lib/libc/locale/localeio_lc_numeric.c: revision 1.1 lib/libc/locale/localeio_lc_time.c: revision 1.1 lib/libc/locale/multibyte.h: revision 1.4 lib/libc/locale/multibyte_amd1.c: revision 1.6 lib/libc/locale/multibyte_c90.c: revision 1.5 lib/libc/locale/nb_lc_messages_misc.h: revision 1.1 lib/libc/locale/nb_lc_monetary_misc.h: revision 1.1 lib/libc/locale/nb_lc_numeric_misc.h: revision 1.1 lib/libc/locale/nb_lc_template.h: revision 1.1 lib/libc/locale/nb_lc_template_decl.h: revision 1.1 lib/libc/locale/nb_lc_time_misc.h: revision 1.1 lib/libc/locale/nl_langinfo.c: revision 1.12 lib/libc/locale/rune.c: revision 1.31 lib/libc/locale/rune.h: revision 1.13 lib/libc/locale/rune_local.h: revision 1.11 lib/libc/locale/runeglue.c: revision 1.14 lib/libc/locale/runetable.c: revision 1.18 lib/libc/locale/setlocale.c: revision 1.55 via patch lib/libc/locale/setlocale_local.h: revision 1.1 lib/libc/locale/setrunelocale.c: file removal lib/libc/nls/Makefile.inc: revision 1.9 lib/libc/nls/catopen.c: revision 1.26 lib/libc/string/Makefile.inc: revision 1.68 lib/libc/string/wcscmp.c: revision 1.6 lib/libc/string/wcsncmp.c: revision 1.6 lib/libc/string/wcswidth.c: file removal lib/libc/string/wmemcmp.c: revision 1.4 regress/lib/libc/locale/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/en_US.UTF-8.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.exp.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.in.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.exp.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.in.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.SJIS.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.eucJP.exp.uue: revision 1.2 regress/lib/libc/locale/ctype2/Makefile: revision 1.5 regress/lib/libc/locale/ctype2/ja_JP.ISO-2022-JP-2.in.uue: revision 1.1 regress/lib/libc/locale/ctype2/ja_JP.ISO2022-JP2.in.uue: file removal regress/lib/libc/locale/ctype3/Makefile: revision 1.5 regress/lib/libc/locale/mbtowc/Makefile: revision 1.3 regress/lib/libc/locale/mbtowc/ja_JP.ISO-2022-JP: revision 1.1 regress/lib/libc/locale/mbtowc/ja_JP.ISO2022-JP: file removal regress/lib/libc/locale/wcstod/wcstod_test.c: revision 1.2 share/locale/Makefile.locale: revision 1.1 share/locale/Makefile: revision 1.5 share/locale/ctype/Makefile: revision 1.28 share/locale/locale.alias: revision 1.11 share/locale/messages/Makefile: revision 1.5 share/locale/messages/en_US.ISO8859-1.src: file removal share/locale/messages/en_US.US-ASCII.src: revision 1.1 share/locale/messages/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/messages/ja_JP.ct.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-2.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-5.src: revision 1.1 share/locale/messages/sr_YU.ISO8859-2.src: file removal share/locale/messages/sr_YU.ISO8859-5.src: file removal share/locale/messages/sr_YU.UTF-8.src: file removal share/locale/messages/zh_CN.GB18030.src: file removal share/locale/messages/zh_TW.eucTW.src: revision 1.1 share/locale/monetary/Makefile: revision 1.5 share/locale/monetary/af_ZA.ISO8859-1.src: revision 1.2 share/locale/monetary/am_ET.UTF-8.src: revision 1.2 share/locale/monetary/be_BY.CP1131.src: file removal share/locale/monetary/be_BY.CP1251.src: revision 1.2 share/locale/monetary/be_BY.ISO8859-5.src: revision 1.2 share/locale/monetary/be_BY.UTF-8.src: revision 1.2 share/locale/monetary/bg_BG.CP1251.src: revision 1.2 share/locale/monetary/bg_BG.UTF-8.src: revision 1.2 share/locale/monetary/ca_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/cs_CZ.ISO8859-2.src: revision 1.2 share/locale/monetary/cs_CZ.UTF-8.src: revision 1.2 share/locale/monetary/da_DK.ISO8859-1.src: revision 1.2 share/locale/monetary/de_AT.ISO8859-1.src: revision 1.2 share/locale/monetary/de_CH.ISO8859-1.src: revision 1.2 share/locale/monetary/de_DE.ISO8859-1.src: revision 1.2 share/locale/monetary/el_GR.ISO8859-7.src: revision 1.2 share/locale/monetary/en_AU.ISO8859-1.src: revision 1.2 share/locale/monetary/en_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.UTF-8.src: revision 1.2 share/locale/monetary/en_IE.UTF-8.src: revision 1.2 share/locale/monetary/en_NZ.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.US-ASCII.src: revision 1.1 share/locale/monetary/es_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/et_EE.ISO8859-15.src: revision 1.2 share/locale/monetary/fi_FI.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_FR.ISO8859-1.src: revision 1.2 share/locale/monetary/he_IL.UTF-8.src: revision 1.2 share/locale/monetary/hi_IN.ISCII-DEV.src: revision 1.2 share/locale/monetary/hr_HR.ISO8859-2.src: revision 1.2 share/locale/monetary/hu_HU.ISO8859-2.src: revision 1.2 share/locale/monetary/hy_AM.ARMSCII-8.src: revision 1.2 share/locale/monetary/hy_AM.UTF-8.src: revision 1.2 share/locale/monetary/is_IS.ISO8859-1.src: revision 1.2 share/locale/monetary/it_IT.ISO8859-1.src: revision 1.2 share/locale/monetary/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/monetary/ja_JP.UTF-8.src: revision 1.2 share/locale/monetary/ja_JP.eucJP.src: revision 1.2 share/locale/monetary/kk_KZ.PT154.src: revision 1.2 share/locale/monetary/kk_KZ.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.eucKR.src: revision 1.2 share/locale/monetary/lt_LT.ISO8859-13.src: revision 1.2 share/locale/monetary/mn_MN.UTF-8.src: revision 1.2 share/locale/monetary/nl_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/nl_NL.ISO8859-1.src: revision 1.2 share/locale/monetary/no_NO.ISO8859-1.src: revision 1.2 share/locale/monetary/pl_PL.ISO8859-2.src: revision 1.2 share/locale/monetary/pl_PL.UTF-8.src: revision 1.2 share/locale/monetary/pt_BR.ISO8859-1.src: revision 1.2 share/locale/monetary/pt_PT.ISO8859-1.src: revision 1.2 share/locale/monetary/ro_RO.ISO8859-2.src: revision 1.2 share/locale/monetary/ru_RU.CP1251.src: revision 1.2 share/locale/monetary/ru_RU.CP866.src: revision 1.2 share/locale/monetary/ru_RU.ISO8859-5.src: revision 1.2 share/locale/monetary/ru_RU.KOI8-R.src: revision 1.2 share/locale/monetary/ru_RU.UTF-8.src: revision 1.2 share/locale/monetary/sk_SK.ISO8859-2.src: revision 1.2 share/locale/monetary/sl_SI.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_ME.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_RS.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_YU.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_YU.ISO8859-5.src: revision 1.2 share/locale/monetary/sr_YU.UTF-8.src: revision 1.2 share/locale/monetary/sv_SE.ISO8859-1.src: revision 1.2 share/locale/monetary/tr_TR.ISO8859-9.src: revision 1.2 share/locale/monetary/uk_UA.CP1251.src: revision 1.2 share/locale/monetary/uk_UA.ISO8859-5.src: revision 1.2 share/locale/monetary/uk_UA.KOI8-U.src: revision 1.2 share/locale/monetary/uk_UA.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.GB18030.src: revision 1.2 share/locale/monetary/zh_CN.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.eucCN.src: revision 1.2 share/locale/monetary/zh_HK.Big5hkscs.src: revision 1.1 share/locale/monetary/zh_HK.UTF-8.src: revision 1.2 share/locale/monetary/zh_TW.Big5.src: revision 1.2 share/locale/numeric/Makefile: revision 1.4 share/locale/numeric/am_ET.UTF-8.src: file removal share/locale/numeric/en_US.ISO8859-1.src: file removal share/locale/numeric/en_US.US-ASCII.src: revision 1.1 share/locale/numeric/ja_JP.eucJP.src: file removal share/locale/numeric/ko_KR.eucKR.src: file removal share/locale/numeric/mn_MN.UTF-8.src: file removal share/locale/numeric/sr_ME.ISO8859-2.src: revision 1.1 share/locale/numeric/sr_YU.ISO8859-2.src: file removal share/locale/numeric/sr_YU.ISO8859-5.src: file removal share/locale/numeric/zh_CN.eucCN.src: file removal share/locale/time/Makefile: revision 1.5 share/locale/time/en_US.ISO8859-1.src: file removal share/locale/time/en_US.US-ASCII.src: revision 1.1 share/locale/time/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/time/ja_JP.ct.src: revision 1.1 share/locale/time/sr_ME.ISO8859-2.src: revision 1.1 share/locale/time/sr_ME.ISO8859-5.src: revision 1.1 share/locale/time/sr_ME.UTF-8.src: revision 1.1 share/locale/time/sr_YU.ISO8859-2.src: file removal share/locale/time/sr_YU.ISO8859-5.src: file removal share/locale/time/sr_YU.UTF-8.src: file removal share/locale/time/zh_CN.GB18030.src: file removal share/locale/time/zh_TW.eucTW.src: revision 1.1 usr.bin/locale/locale.c: revision 1.6 usr.bin/mklocale/Makefile: revision 1.12 usr.bin/mklocale/lex.l: revision 1.14 usr.bin/mklocale/mklocaledb.c: revision 1.1 usr.bin/mklocale/yacc.y: revision 1.25 usr.sbin/chrtbl/Makefile: revision 1.8 usr.sbin/chrtbl/ctypeio.c: revision 1.1 usr.sbin/chrtbl/ctypeio.h: revision 1.1 Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience). [libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch]. [tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype(). [locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-< old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.1.2.1 | 02-Jan-2009 |
snj | file sr_ME.UTF-8.src was added on branch netbsd-5 on 2009-01-15 03:24:11 +0000
|
1.2 | 02-Jan-2009 |
tnozaki | Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience).
[libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch].
[tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype().
[locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-<
old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.8.1 | 15-Jan-2009 |
snj | Pull up following revision(s) (requested by tnozaki in ticket #222): distrib/sets/lists/base/mi: revision 1.788 distrib/utils/libhack/Makefile.inc: revision 1.23 distrib/utils/libhack/Makefile: revision 1.22 etc/mtree/NetBSD.dist: revision 1.387 include/locale.h: revision 1.15 lib/libc/citrus/Makefile.inc: revision 1.6 lib/libc/citrus/citrus_aliasname_local.h: revision 1.1 lib/libc/citrus/citrus_bcs.h: revision 1.5 lib/libc/citrus/citrus_bcs_strtol.c: revision 1.1 lib/libc/citrus/citrus_bcs_strtoul.c: revision 1.1 lib/libc/citrus/citrus_csmapper.c: revision 1.9 lib/libc/citrus/citrus_fix_grouping.h: revision 1.1 lib/libc/citrus/citrus_lc_ctype.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.h: revision 1.1 lib/libc/citrus/citrus_lc_monetary.c: revision 1.1 lib/libc/citrus/citrus_lc_monetary.h: revision 1.1 lib/libc/citrus/citrus_lc_numeric.c: revision 1.1 lib/libc/citrus/citrus_lc_numeric.h: revision 1.1 lib/libc/citrus/citrus_lc_template.h: revision 1.1 lib/libc/citrus/citrus_lc_template_decl.h: revision 1.1 lib/libc/citrus/citrus_lc_time.c: revision 1.1 lib/libc/citrus/citrus_lc_time.h: revision 1.1 lib/libc/citrus/citrus_module.c: revision 1.8 lib/libc/citrus/citrus_namespace.h: revision 1.7 lib/libc/citrus/modules/citrus_euc.c: revision 1.13 lib/libc/gen/Makefile.inc: revision 1.166 lib/libc/gen/isctype.c: revision 1.17 via patch lib/libc/gen/tolower_.c: revision 1.10 lib/libc/gen/toupper_.c: revision 1.10 lib/libc/iconv/Makefile.inc: revision 1.3 lib/libc/iconv/iconv.c: revision 1.7 lib/libc/locale/Makefile.inc: revision 1.53 lib/libc/locale/___runetype_mb.c: file removal lib/libc/locale/_wctrans.c: revision 1.7 lib/libc/locale/_wctrans_local.h: revision 1.3 lib/libc/locale/_wctype.c: revision 1.1 lib/libc/locale/_wctype_local.h: revision 1.1 lib/libc/locale/aliasname.c: revision 1.3 lib/libc/locale/aliasname_local.h: revision 1.2 lib/libc/locale/bsdctype.c: revision 1.1 lib/libc/locale/bsdctype.h: revision 1.1 lib/libc/locale/ctypeio.c: revision 1.8 lib/libc/locale/ctypeio.h: revision 1.2 lib/libc/locale/current_locale.c: revision 1.1 lib/libc/locale/dummy_lc_collate.c: revision 1.1 lib/libc/locale/dummy_lc_template.h: revision 1.1 lib/libc/locale/fix_grouping.c: revision 1.1 lib/libc/locale/fix_grouping.h: revision 1.1 lib/libc/locale/generic_lc_all.c: revision 1.1 lib/libc/locale/generic_lc_template.h: revision 1.1 lib/libc/locale/generic_lc_template_decl.h: revision 1.1 lib/libc/locale/global_locale.c: revision 1.1 lib/libc/locale/iswctype.c: file removal lib/libc/locale/iswctype_mb.c: revision 1.1 lib/libc/locale/iswctype_sb.c: revision 1.6 lib/libc/locale/lcmessages.c: file removal lib/libc/locale/lcmessages.h: file removal lib/libc/locale/lcmonetary.c: file removal lib/libc/locale/lcmonetary.h: file removal lib/libc/locale/lcnumeric.c: file removal lib/libc/locale/lcnumeric.h: file removal lib/libc/locale/lctime.c: file removal lib/libc/locale/lctime.h: file removal lib/libc/locale/localeconv.c: revision 1.15 lib/libc/locale/localeio.c: revision 1.2 lib/libc/locale/localeio.h: revision 1.2 lib/libc/locale/localeio_lc_ctype.c: revision 1.1 lib/libc/locale/localeio_lc_messages.c: revision 1.1 lib/libc/locale/localeio_lc_monetary.c: revision 1.1 lib/libc/locale/localeio_lc_numeric.c: revision 1.1 lib/libc/locale/localeio_lc_time.c: revision 1.1 lib/libc/locale/multibyte.h: revision 1.4 lib/libc/locale/multibyte_amd1.c: revision 1.6 lib/libc/locale/multibyte_c90.c: revision 1.5 lib/libc/locale/nb_lc_messages_misc.h: revision 1.1 lib/libc/locale/nb_lc_monetary_misc.h: revision 1.1 lib/libc/locale/nb_lc_numeric_misc.h: revision 1.1 lib/libc/locale/nb_lc_template.h: revision 1.1 lib/libc/locale/nb_lc_template_decl.h: revision 1.1 lib/libc/locale/nb_lc_time_misc.h: revision 1.1 lib/libc/locale/nl_langinfo.c: revision 1.12 lib/libc/locale/rune.c: revision 1.31 lib/libc/locale/rune.h: revision 1.13 lib/libc/locale/rune_local.h: revision 1.11 lib/libc/locale/runeglue.c: revision 1.14 lib/libc/locale/runetable.c: revision 1.18 lib/libc/locale/setlocale.c: revision 1.55 via patch lib/libc/locale/setlocale_local.h: revision 1.1 lib/libc/locale/setrunelocale.c: file removal lib/libc/nls/Makefile.inc: revision 1.9 lib/libc/nls/catopen.c: revision 1.26 lib/libc/string/Makefile.inc: revision 1.68 lib/libc/string/wcscmp.c: revision 1.6 lib/libc/string/wcsncmp.c: revision 1.6 lib/libc/string/wcswidth.c: file removal lib/libc/string/wmemcmp.c: revision 1.4 regress/lib/libc/locale/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/en_US.UTF-8.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.exp.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.in.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.exp.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.in.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.SJIS.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.eucJP.exp.uue: revision 1.2 regress/lib/libc/locale/ctype2/Makefile: revision 1.5 regress/lib/libc/locale/ctype2/ja_JP.ISO-2022-JP-2.in.uue: revision 1.1 regress/lib/libc/locale/ctype2/ja_JP.ISO2022-JP2.in.uue: file removal regress/lib/libc/locale/ctype3/Makefile: revision 1.5 regress/lib/libc/locale/mbtowc/Makefile: revision 1.3 regress/lib/libc/locale/mbtowc/ja_JP.ISO-2022-JP: revision 1.1 regress/lib/libc/locale/mbtowc/ja_JP.ISO2022-JP: file removal regress/lib/libc/locale/wcstod/wcstod_test.c: revision 1.2 share/locale/Makefile.locale: revision 1.1 share/locale/Makefile: revision 1.5 share/locale/ctype/Makefile: revision 1.28 share/locale/locale.alias: revision 1.11 share/locale/messages/Makefile: revision 1.5 share/locale/messages/en_US.ISO8859-1.src: file removal share/locale/messages/en_US.US-ASCII.src: revision 1.1 share/locale/messages/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/messages/ja_JP.ct.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-2.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-5.src: revision 1.1 share/locale/messages/sr_YU.ISO8859-2.src: file removal share/locale/messages/sr_YU.ISO8859-5.src: file removal share/locale/messages/sr_YU.UTF-8.src: file removal share/locale/messages/zh_CN.GB18030.src: file removal share/locale/messages/zh_TW.eucTW.src: revision 1.1 share/locale/monetary/Makefile: revision 1.5 share/locale/monetary/af_ZA.ISO8859-1.src: revision 1.2 share/locale/monetary/am_ET.UTF-8.src: revision 1.2 share/locale/monetary/be_BY.CP1131.src: file removal share/locale/monetary/be_BY.CP1251.src: revision 1.2 share/locale/monetary/be_BY.ISO8859-5.src: revision 1.2 share/locale/monetary/be_BY.UTF-8.src: revision 1.2 share/locale/monetary/bg_BG.CP1251.src: revision 1.2 share/locale/monetary/bg_BG.UTF-8.src: revision 1.2 share/locale/monetary/ca_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/cs_CZ.ISO8859-2.src: revision 1.2 share/locale/monetary/cs_CZ.UTF-8.src: revision 1.2 share/locale/monetary/da_DK.ISO8859-1.src: revision 1.2 share/locale/monetary/de_AT.ISO8859-1.src: revision 1.2 share/locale/monetary/de_CH.ISO8859-1.src: revision 1.2 share/locale/monetary/de_DE.ISO8859-1.src: revision 1.2 share/locale/monetary/el_GR.ISO8859-7.src: revision 1.2 share/locale/monetary/en_AU.ISO8859-1.src: revision 1.2 share/locale/monetary/en_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.UTF-8.src: revision 1.2 share/locale/monetary/en_IE.UTF-8.src: revision 1.2 share/locale/monetary/en_NZ.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.US-ASCII.src: revision 1.1 share/locale/monetary/es_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/et_EE.ISO8859-15.src: revision 1.2 share/locale/monetary/fi_FI.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_FR.ISO8859-1.src: revision 1.2 share/locale/monetary/he_IL.UTF-8.src: revision 1.2 share/locale/monetary/hi_IN.ISCII-DEV.src: revision 1.2 share/locale/monetary/hr_HR.ISO8859-2.src: revision 1.2 share/locale/monetary/hu_HU.ISO8859-2.src: revision 1.2 share/locale/monetary/hy_AM.ARMSCII-8.src: revision 1.2 share/locale/monetary/hy_AM.UTF-8.src: revision 1.2 share/locale/monetary/is_IS.ISO8859-1.src: revision 1.2 share/locale/monetary/it_IT.ISO8859-1.src: revision 1.2 share/locale/monetary/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/monetary/ja_JP.UTF-8.src: revision 1.2 share/locale/monetary/ja_JP.eucJP.src: revision 1.2 share/locale/monetary/kk_KZ.PT154.src: revision 1.2 share/locale/monetary/kk_KZ.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.eucKR.src: revision 1.2 share/locale/monetary/lt_LT.ISO8859-13.src: revision 1.2 share/locale/monetary/mn_MN.UTF-8.src: revision 1.2 share/locale/monetary/nl_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/nl_NL.ISO8859-1.src: revision 1.2 share/locale/monetary/no_NO.ISO8859-1.src: revision 1.2 share/locale/monetary/pl_PL.ISO8859-2.src: revision 1.2 share/locale/monetary/pl_PL.UTF-8.src: revision 1.2 share/locale/monetary/pt_BR.ISO8859-1.src: revision 1.2 share/locale/monetary/pt_PT.ISO8859-1.src: revision 1.2 share/locale/monetary/ro_RO.ISO8859-2.src: revision 1.2 share/locale/monetary/ru_RU.CP1251.src: revision 1.2 share/locale/monetary/ru_RU.CP866.src: revision 1.2 share/locale/monetary/ru_RU.ISO8859-5.src: revision 1.2 share/locale/monetary/ru_RU.KOI8-R.src: revision 1.2 share/locale/monetary/ru_RU.UTF-8.src: revision 1.2 share/locale/monetary/sk_SK.ISO8859-2.src: revision 1.2 share/locale/monetary/sl_SI.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_ME.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_RS.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_YU.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_YU.ISO8859-5.src: revision 1.2 share/locale/monetary/sr_YU.UTF-8.src: revision 1.2 share/locale/monetary/sv_SE.ISO8859-1.src: revision 1.2 share/locale/monetary/tr_TR.ISO8859-9.src: revision 1.2 share/locale/monetary/uk_UA.CP1251.src: revision 1.2 share/locale/monetary/uk_UA.ISO8859-5.src: revision 1.2 share/locale/monetary/uk_UA.KOI8-U.src: revision 1.2 share/locale/monetary/uk_UA.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.GB18030.src: revision 1.2 share/locale/monetary/zh_CN.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.eucCN.src: revision 1.2 share/locale/monetary/zh_HK.Big5hkscs.src: revision 1.1 share/locale/monetary/zh_HK.UTF-8.src: revision 1.2 share/locale/monetary/zh_TW.Big5.src: revision 1.2 share/locale/numeric/Makefile: revision 1.4 share/locale/numeric/am_ET.UTF-8.src: file removal share/locale/numeric/en_US.ISO8859-1.src: file removal share/locale/numeric/en_US.US-ASCII.src: revision 1.1 share/locale/numeric/ja_JP.eucJP.src: file removal share/locale/numeric/ko_KR.eucKR.src: file removal share/locale/numeric/mn_MN.UTF-8.src: file removal share/locale/numeric/sr_ME.ISO8859-2.src: revision 1.1 share/locale/numeric/sr_YU.ISO8859-2.src: file removal share/locale/numeric/sr_YU.ISO8859-5.src: file removal share/locale/numeric/zh_CN.eucCN.src: file removal share/locale/time/Makefile: revision 1.5 share/locale/time/en_US.ISO8859-1.src: file removal share/locale/time/en_US.US-ASCII.src: revision 1.1 share/locale/time/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/time/ja_JP.ct.src: revision 1.1 share/locale/time/sr_ME.ISO8859-2.src: revision 1.1 share/locale/time/sr_ME.ISO8859-5.src: revision 1.1 share/locale/time/sr_ME.UTF-8.src: revision 1.1 share/locale/time/sr_YU.ISO8859-2.src: file removal share/locale/time/sr_YU.ISO8859-5.src: file removal share/locale/time/sr_YU.UTF-8.src: file removal share/locale/time/zh_CN.GB18030.src: file removal share/locale/time/zh_TW.eucTW.src: revision 1.1 usr.bin/locale/locale.c: revision 1.6 usr.bin/mklocale/Makefile: revision 1.12 usr.bin/mklocale/lex.l: revision 1.14 usr.bin/mklocale/mklocaledb.c: revision 1.1 usr.bin/mklocale/yacc.y: revision 1.25 usr.sbin/chrtbl/Makefile: revision 1.8 usr.sbin/chrtbl/ctypeio.c: revision 1.1 usr.sbin/chrtbl/ctypeio.h: revision 1.1 Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience). [libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch]. [tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype(). [locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-< old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file sr_YU.ISO8859-2.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file sr_YU.ISO8859-2.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file sr_YU.ISO8859-2.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 02-Jan-2009 |
tnozaki | Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience).
[libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch].
[tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype().
[locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-<
old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.8.1 | 15-Jan-2009 |
snj | Pull up following revision(s) (requested by tnozaki in ticket #222): distrib/sets/lists/base/mi: revision 1.788 distrib/utils/libhack/Makefile.inc: revision 1.23 distrib/utils/libhack/Makefile: revision 1.22 etc/mtree/NetBSD.dist: revision 1.387 include/locale.h: revision 1.15 lib/libc/citrus/Makefile.inc: revision 1.6 lib/libc/citrus/citrus_aliasname_local.h: revision 1.1 lib/libc/citrus/citrus_bcs.h: revision 1.5 lib/libc/citrus/citrus_bcs_strtol.c: revision 1.1 lib/libc/citrus/citrus_bcs_strtoul.c: revision 1.1 lib/libc/citrus/citrus_csmapper.c: revision 1.9 lib/libc/citrus/citrus_fix_grouping.h: revision 1.1 lib/libc/citrus/citrus_lc_ctype.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.h: revision 1.1 lib/libc/citrus/citrus_lc_monetary.c: revision 1.1 lib/libc/citrus/citrus_lc_monetary.h: revision 1.1 lib/libc/citrus/citrus_lc_numeric.c: revision 1.1 lib/libc/citrus/citrus_lc_numeric.h: revision 1.1 lib/libc/citrus/citrus_lc_template.h: revision 1.1 lib/libc/citrus/citrus_lc_template_decl.h: revision 1.1 lib/libc/citrus/citrus_lc_time.c: revision 1.1 lib/libc/citrus/citrus_lc_time.h: revision 1.1 lib/libc/citrus/citrus_module.c: revision 1.8 lib/libc/citrus/citrus_namespace.h: revision 1.7 lib/libc/citrus/modules/citrus_euc.c: revision 1.13 lib/libc/gen/Makefile.inc: revision 1.166 lib/libc/gen/isctype.c: revision 1.17 via patch lib/libc/gen/tolower_.c: revision 1.10 lib/libc/gen/toupper_.c: revision 1.10 lib/libc/iconv/Makefile.inc: revision 1.3 lib/libc/iconv/iconv.c: revision 1.7 lib/libc/locale/Makefile.inc: revision 1.53 lib/libc/locale/___runetype_mb.c: file removal lib/libc/locale/_wctrans.c: revision 1.7 lib/libc/locale/_wctrans_local.h: revision 1.3 lib/libc/locale/_wctype.c: revision 1.1 lib/libc/locale/_wctype_local.h: revision 1.1 lib/libc/locale/aliasname.c: revision 1.3 lib/libc/locale/aliasname_local.h: revision 1.2 lib/libc/locale/bsdctype.c: revision 1.1 lib/libc/locale/bsdctype.h: revision 1.1 lib/libc/locale/ctypeio.c: revision 1.8 lib/libc/locale/ctypeio.h: revision 1.2 lib/libc/locale/current_locale.c: revision 1.1 lib/libc/locale/dummy_lc_collate.c: revision 1.1 lib/libc/locale/dummy_lc_template.h: revision 1.1 lib/libc/locale/fix_grouping.c: revision 1.1 lib/libc/locale/fix_grouping.h: revision 1.1 lib/libc/locale/generic_lc_all.c: revision 1.1 lib/libc/locale/generic_lc_template.h: revision 1.1 lib/libc/locale/generic_lc_template_decl.h: revision 1.1 lib/libc/locale/global_locale.c: revision 1.1 lib/libc/locale/iswctype.c: file removal lib/libc/locale/iswctype_mb.c: revision 1.1 lib/libc/locale/iswctype_sb.c: revision 1.6 lib/libc/locale/lcmessages.c: file removal lib/libc/locale/lcmessages.h: file removal lib/libc/locale/lcmonetary.c: file removal lib/libc/locale/lcmonetary.h: file removal lib/libc/locale/lcnumeric.c: file removal lib/libc/locale/lcnumeric.h: file removal lib/libc/locale/lctime.c: file removal lib/libc/locale/lctime.h: file removal lib/libc/locale/localeconv.c: revision 1.15 lib/libc/locale/localeio.c: revision 1.2 lib/libc/locale/localeio.h: revision 1.2 lib/libc/locale/localeio_lc_ctype.c: revision 1.1 lib/libc/locale/localeio_lc_messages.c: revision 1.1 lib/libc/locale/localeio_lc_monetary.c: revision 1.1 lib/libc/locale/localeio_lc_numeric.c: revision 1.1 lib/libc/locale/localeio_lc_time.c: revision 1.1 lib/libc/locale/multibyte.h: revision 1.4 lib/libc/locale/multibyte_amd1.c: revision 1.6 lib/libc/locale/multibyte_c90.c: revision 1.5 lib/libc/locale/nb_lc_messages_misc.h: revision 1.1 lib/libc/locale/nb_lc_monetary_misc.h: revision 1.1 lib/libc/locale/nb_lc_numeric_misc.h: revision 1.1 lib/libc/locale/nb_lc_template.h: revision 1.1 lib/libc/locale/nb_lc_template_decl.h: revision 1.1 lib/libc/locale/nb_lc_time_misc.h: revision 1.1 lib/libc/locale/nl_langinfo.c: revision 1.12 lib/libc/locale/rune.c: revision 1.31 lib/libc/locale/rune.h: revision 1.13 lib/libc/locale/rune_local.h: revision 1.11 lib/libc/locale/runeglue.c: revision 1.14 lib/libc/locale/runetable.c: revision 1.18 lib/libc/locale/setlocale.c: revision 1.55 via patch lib/libc/locale/setlocale_local.h: revision 1.1 lib/libc/locale/setrunelocale.c: file removal lib/libc/nls/Makefile.inc: revision 1.9 lib/libc/nls/catopen.c: revision 1.26 lib/libc/string/Makefile.inc: revision 1.68 lib/libc/string/wcscmp.c: revision 1.6 lib/libc/string/wcsncmp.c: revision 1.6 lib/libc/string/wcswidth.c: file removal lib/libc/string/wmemcmp.c: revision 1.4 regress/lib/libc/locale/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/en_US.UTF-8.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.exp.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.in.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.exp.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.in.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.SJIS.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.eucJP.exp.uue: revision 1.2 regress/lib/libc/locale/ctype2/Makefile: revision 1.5 regress/lib/libc/locale/ctype2/ja_JP.ISO-2022-JP-2.in.uue: revision 1.1 regress/lib/libc/locale/ctype2/ja_JP.ISO2022-JP2.in.uue: file removal regress/lib/libc/locale/ctype3/Makefile: revision 1.5 regress/lib/libc/locale/mbtowc/Makefile: revision 1.3 regress/lib/libc/locale/mbtowc/ja_JP.ISO-2022-JP: revision 1.1 regress/lib/libc/locale/mbtowc/ja_JP.ISO2022-JP: file removal regress/lib/libc/locale/wcstod/wcstod_test.c: revision 1.2 share/locale/Makefile.locale: revision 1.1 share/locale/Makefile: revision 1.5 share/locale/ctype/Makefile: revision 1.28 share/locale/locale.alias: revision 1.11 share/locale/messages/Makefile: revision 1.5 share/locale/messages/en_US.ISO8859-1.src: file removal share/locale/messages/en_US.US-ASCII.src: revision 1.1 share/locale/messages/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/messages/ja_JP.ct.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-2.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-5.src: revision 1.1 share/locale/messages/sr_YU.ISO8859-2.src: file removal share/locale/messages/sr_YU.ISO8859-5.src: file removal share/locale/messages/sr_YU.UTF-8.src: file removal share/locale/messages/zh_CN.GB18030.src: file removal share/locale/messages/zh_TW.eucTW.src: revision 1.1 share/locale/monetary/Makefile: revision 1.5 share/locale/monetary/af_ZA.ISO8859-1.src: revision 1.2 share/locale/monetary/am_ET.UTF-8.src: revision 1.2 share/locale/monetary/be_BY.CP1131.src: file removal share/locale/monetary/be_BY.CP1251.src: revision 1.2 share/locale/monetary/be_BY.ISO8859-5.src: revision 1.2 share/locale/monetary/be_BY.UTF-8.src: revision 1.2 share/locale/monetary/bg_BG.CP1251.src: revision 1.2 share/locale/monetary/bg_BG.UTF-8.src: revision 1.2 share/locale/monetary/ca_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/cs_CZ.ISO8859-2.src: revision 1.2 share/locale/monetary/cs_CZ.UTF-8.src: revision 1.2 share/locale/monetary/da_DK.ISO8859-1.src: revision 1.2 share/locale/monetary/de_AT.ISO8859-1.src: revision 1.2 share/locale/monetary/de_CH.ISO8859-1.src: revision 1.2 share/locale/monetary/de_DE.ISO8859-1.src: revision 1.2 share/locale/monetary/el_GR.ISO8859-7.src: revision 1.2 share/locale/monetary/en_AU.ISO8859-1.src: revision 1.2 share/locale/monetary/en_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.UTF-8.src: revision 1.2 share/locale/monetary/en_IE.UTF-8.src: revision 1.2 share/locale/monetary/en_NZ.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.US-ASCII.src: revision 1.1 share/locale/monetary/es_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/et_EE.ISO8859-15.src: revision 1.2 share/locale/monetary/fi_FI.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_FR.ISO8859-1.src: revision 1.2 share/locale/monetary/he_IL.UTF-8.src: revision 1.2 share/locale/monetary/hi_IN.ISCII-DEV.src: revision 1.2 share/locale/monetary/hr_HR.ISO8859-2.src: revision 1.2 share/locale/monetary/hu_HU.ISO8859-2.src: revision 1.2 share/locale/monetary/hy_AM.ARMSCII-8.src: revision 1.2 share/locale/monetary/hy_AM.UTF-8.src: revision 1.2 share/locale/monetary/is_IS.ISO8859-1.src: revision 1.2 share/locale/monetary/it_IT.ISO8859-1.src: revision 1.2 share/locale/monetary/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/monetary/ja_JP.UTF-8.src: revision 1.2 share/locale/monetary/ja_JP.eucJP.src: revision 1.2 share/locale/monetary/kk_KZ.PT154.src: revision 1.2 share/locale/monetary/kk_KZ.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.eucKR.src: revision 1.2 share/locale/monetary/lt_LT.ISO8859-13.src: revision 1.2 share/locale/monetary/mn_MN.UTF-8.src: revision 1.2 share/locale/monetary/nl_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/nl_NL.ISO8859-1.src: revision 1.2 share/locale/monetary/no_NO.ISO8859-1.src: revision 1.2 share/locale/monetary/pl_PL.ISO8859-2.src: revision 1.2 share/locale/monetary/pl_PL.UTF-8.src: revision 1.2 share/locale/monetary/pt_BR.ISO8859-1.src: revision 1.2 share/locale/monetary/pt_PT.ISO8859-1.src: revision 1.2 share/locale/monetary/ro_RO.ISO8859-2.src: revision 1.2 share/locale/monetary/ru_RU.CP1251.src: revision 1.2 share/locale/monetary/ru_RU.CP866.src: revision 1.2 share/locale/monetary/ru_RU.ISO8859-5.src: revision 1.2 share/locale/monetary/ru_RU.KOI8-R.src: revision 1.2 share/locale/monetary/ru_RU.UTF-8.src: revision 1.2 share/locale/monetary/sk_SK.ISO8859-2.src: revision 1.2 share/locale/monetary/sl_SI.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_ME.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_RS.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_YU.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_YU.ISO8859-5.src: revision 1.2 share/locale/monetary/sr_YU.UTF-8.src: revision 1.2 share/locale/monetary/sv_SE.ISO8859-1.src: revision 1.2 share/locale/monetary/tr_TR.ISO8859-9.src: revision 1.2 share/locale/monetary/uk_UA.CP1251.src: revision 1.2 share/locale/monetary/uk_UA.ISO8859-5.src: revision 1.2 share/locale/monetary/uk_UA.KOI8-U.src: revision 1.2 share/locale/monetary/uk_UA.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.GB18030.src: revision 1.2 share/locale/monetary/zh_CN.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.eucCN.src: revision 1.2 share/locale/monetary/zh_HK.Big5hkscs.src: revision 1.1 share/locale/monetary/zh_HK.UTF-8.src: revision 1.2 share/locale/monetary/zh_TW.Big5.src: revision 1.2 share/locale/numeric/Makefile: revision 1.4 share/locale/numeric/am_ET.UTF-8.src: file removal share/locale/numeric/en_US.ISO8859-1.src: file removal share/locale/numeric/en_US.US-ASCII.src: revision 1.1 share/locale/numeric/ja_JP.eucJP.src: file removal share/locale/numeric/ko_KR.eucKR.src: file removal share/locale/numeric/mn_MN.UTF-8.src: file removal share/locale/numeric/sr_ME.ISO8859-2.src: revision 1.1 share/locale/numeric/sr_YU.ISO8859-2.src: file removal share/locale/numeric/sr_YU.ISO8859-5.src: file removal share/locale/numeric/zh_CN.eucCN.src: file removal share/locale/time/Makefile: revision 1.5 share/locale/time/en_US.ISO8859-1.src: file removal share/locale/time/en_US.US-ASCII.src: revision 1.1 share/locale/time/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/time/ja_JP.ct.src: revision 1.1 share/locale/time/sr_ME.ISO8859-2.src: revision 1.1 share/locale/time/sr_ME.ISO8859-5.src: revision 1.1 share/locale/time/sr_ME.UTF-8.src: revision 1.1 share/locale/time/sr_YU.ISO8859-2.src: file removal share/locale/time/sr_YU.ISO8859-5.src: file removal share/locale/time/sr_YU.UTF-8.src: file removal share/locale/time/zh_CN.GB18030.src: file removal share/locale/time/zh_TW.eucTW.src: revision 1.1 usr.bin/locale/locale.c: revision 1.6 usr.bin/mklocale/Makefile: revision 1.12 usr.bin/mklocale/lex.l: revision 1.14 usr.bin/mklocale/mklocaledb.c: revision 1.1 usr.bin/mklocale/yacc.y: revision 1.25 usr.sbin/chrtbl/Makefile: revision 1.8 usr.sbin/chrtbl/ctypeio.c: revision 1.1 usr.sbin/chrtbl/ctypeio.h: revision 1.1 Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience). [libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch]. [tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype(). [locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-< old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file sr_YU.ISO8859-5.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file sr_YU.ISO8859-5.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file sr_YU.ISO8859-5.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 02-Jan-2009 |
tnozaki | Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience).
[libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch].
[tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype().
[locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-<
old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.8.1 | 15-Jan-2009 |
snj | Pull up following revision(s) (requested by tnozaki in ticket #222): distrib/sets/lists/base/mi: revision 1.788 distrib/utils/libhack/Makefile.inc: revision 1.23 distrib/utils/libhack/Makefile: revision 1.22 etc/mtree/NetBSD.dist: revision 1.387 include/locale.h: revision 1.15 lib/libc/citrus/Makefile.inc: revision 1.6 lib/libc/citrus/citrus_aliasname_local.h: revision 1.1 lib/libc/citrus/citrus_bcs.h: revision 1.5 lib/libc/citrus/citrus_bcs_strtol.c: revision 1.1 lib/libc/citrus/citrus_bcs_strtoul.c: revision 1.1 lib/libc/citrus/citrus_csmapper.c: revision 1.9 lib/libc/citrus/citrus_fix_grouping.h: revision 1.1 lib/libc/citrus/citrus_lc_ctype.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.h: revision 1.1 lib/libc/citrus/citrus_lc_monetary.c: revision 1.1 lib/libc/citrus/citrus_lc_monetary.h: revision 1.1 lib/libc/citrus/citrus_lc_numeric.c: revision 1.1 lib/libc/citrus/citrus_lc_numeric.h: revision 1.1 lib/libc/citrus/citrus_lc_template.h: revision 1.1 lib/libc/citrus/citrus_lc_template_decl.h: revision 1.1 lib/libc/citrus/citrus_lc_time.c: revision 1.1 lib/libc/citrus/citrus_lc_time.h: revision 1.1 lib/libc/citrus/citrus_module.c: revision 1.8 lib/libc/citrus/citrus_namespace.h: revision 1.7 lib/libc/citrus/modules/citrus_euc.c: revision 1.13 lib/libc/gen/Makefile.inc: revision 1.166 lib/libc/gen/isctype.c: revision 1.17 via patch lib/libc/gen/tolower_.c: revision 1.10 lib/libc/gen/toupper_.c: revision 1.10 lib/libc/iconv/Makefile.inc: revision 1.3 lib/libc/iconv/iconv.c: revision 1.7 lib/libc/locale/Makefile.inc: revision 1.53 lib/libc/locale/___runetype_mb.c: file removal lib/libc/locale/_wctrans.c: revision 1.7 lib/libc/locale/_wctrans_local.h: revision 1.3 lib/libc/locale/_wctype.c: revision 1.1 lib/libc/locale/_wctype_local.h: revision 1.1 lib/libc/locale/aliasname.c: revision 1.3 lib/libc/locale/aliasname_local.h: revision 1.2 lib/libc/locale/bsdctype.c: revision 1.1 lib/libc/locale/bsdctype.h: revision 1.1 lib/libc/locale/ctypeio.c: revision 1.8 lib/libc/locale/ctypeio.h: revision 1.2 lib/libc/locale/current_locale.c: revision 1.1 lib/libc/locale/dummy_lc_collate.c: revision 1.1 lib/libc/locale/dummy_lc_template.h: revision 1.1 lib/libc/locale/fix_grouping.c: revision 1.1 lib/libc/locale/fix_grouping.h: revision 1.1 lib/libc/locale/generic_lc_all.c: revision 1.1 lib/libc/locale/generic_lc_template.h: revision 1.1 lib/libc/locale/generic_lc_template_decl.h: revision 1.1 lib/libc/locale/global_locale.c: revision 1.1 lib/libc/locale/iswctype.c: file removal lib/libc/locale/iswctype_mb.c: revision 1.1 lib/libc/locale/iswctype_sb.c: revision 1.6 lib/libc/locale/lcmessages.c: file removal lib/libc/locale/lcmessages.h: file removal lib/libc/locale/lcmonetary.c: file removal lib/libc/locale/lcmonetary.h: file removal lib/libc/locale/lcnumeric.c: file removal lib/libc/locale/lcnumeric.h: file removal lib/libc/locale/lctime.c: file removal lib/libc/locale/lctime.h: file removal lib/libc/locale/localeconv.c: revision 1.15 lib/libc/locale/localeio.c: revision 1.2 lib/libc/locale/localeio.h: revision 1.2 lib/libc/locale/localeio_lc_ctype.c: revision 1.1 lib/libc/locale/localeio_lc_messages.c: revision 1.1 lib/libc/locale/localeio_lc_monetary.c: revision 1.1 lib/libc/locale/localeio_lc_numeric.c: revision 1.1 lib/libc/locale/localeio_lc_time.c: revision 1.1 lib/libc/locale/multibyte.h: revision 1.4 lib/libc/locale/multibyte_amd1.c: revision 1.6 lib/libc/locale/multibyte_c90.c: revision 1.5 lib/libc/locale/nb_lc_messages_misc.h: revision 1.1 lib/libc/locale/nb_lc_monetary_misc.h: revision 1.1 lib/libc/locale/nb_lc_numeric_misc.h: revision 1.1 lib/libc/locale/nb_lc_template.h: revision 1.1 lib/libc/locale/nb_lc_template_decl.h: revision 1.1 lib/libc/locale/nb_lc_time_misc.h: revision 1.1 lib/libc/locale/nl_langinfo.c: revision 1.12 lib/libc/locale/rune.c: revision 1.31 lib/libc/locale/rune.h: revision 1.13 lib/libc/locale/rune_local.h: revision 1.11 lib/libc/locale/runeglue.c: revision 1.14 lib/libc/locale/runetable.c: revision 1.18 lib/libc/locale/setlocale.c: revision 1.55 via patch lib/libc/locale/setlocale_local.h: revision 1.1 lib/libc/locale/setrunelocale.c: file removal lib/libc/nls/Makefile.inc: revision 1.9 lib/libc/nls/catopen.c: revision 1.26 lib/libc/string/Makefile.inc: revision 1.68 lib/libc/string/wcscmp.c: revision 1.6 lib/libc/string/wcsncmp.c: revision 1.6 lib/libc/string/wcswidth.c: file removal lib/libc/string/wmemcmp.c: revision 1.4 regress/lib/libc/locale/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/en_US.UTF-8.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.exp.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.in.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.exp.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.in.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.SJIS.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.eucJP.exp.uue: revision 1.2 regress/lib/libc/locale/ctype2/Makefile: revision 1.5 regress/lib/libc/locale/ctype2/ja_JP.ISO-2022-JP-2.in.uue: revision 1.1 regress/lib/libc/locale/ctype2/ja_JP.ISO2022-JP2.in.uue: file removal regress/lib/libc/locale/ctype3/Makefile: revision 1.5 regress/lib/libc/locale/mbtowc/Makefile: revision 1.3 regress/lib/libc/locale/mbtowc/ja_JP.ISO-2022-JP: revision 1.1 regress/lib/libc/locale/mbtowc/ja_JP.ISO2022-JP: file removal regress/lib/libc/locale/wcstod/wcstod_test.c: revision 1.2 share/locale/Makefile.locale: revision 1.1 share/locale/Makefile: revision 1.5 share/locale/ctype/Makefile: revision 1.28 share/locale/locale.alias: revision 1.11 share/locale/messages/Makefile: revision 1.5 share/locale/messages/en_US.ISO8859-1.src: file removal share/locale/messages/en_US.US-ASCII.src: revision 1.1 share/locale/messages/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/messages/ja_JP.ct.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-2.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-5.src: revision 1.1 share/locale/messages/sr_YU.ISO8859-2.src: file removal share/locale/messages/sr_YU.ISO8859-5.src: file removal share/locale/messages/sr_YU.UTF-8.src: file removal share/locale/messages/zh_CN.GB18030.src: file removal share/locale/messages/zh_TW.eucTW.src: revision 1.1 share/locale/monetary/Makefile: revision 1.5 share/locale/monetary/af_ZA.ISO8859-1.src: revision 1.2 share/locale/monetary/am_ET.UTF-8.src: revision 1.2 share/locale/monetary/be_BY.CP1131.src: file removal share/locale/monetary/be_BY.CP1251.src: revision 1.2 share/locale/monetary/be_BY.ISO8859-5.src: revision 1.2 share/locale/monetary/be_BY.UTF-8.src: revision 1.2 share/locale/monetary/bg_BG.CP1251.src: revision 1.2 share/locale/monetary/bg_BG.UTF-8.src: revision 1.2 share/locale/monetary/ca_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/cs_CZ.ISO8859-2.src: revision 1.2 share/locale/monetary/cs_CZ.UTF-8.src: revision 1.2 share/locale/monetary/da_DK.ISO8859-1.src: revision 1.2 share/locale/monetary/de_AT.ISO8859-1.src: revision 1.2 share/locale/monetary/de_CH.ISO8859-1.src: revision 1.2 share/locale/monetary/de_DE.ISO8859-1.src: revision 1.2 share/locale/monetary/el_GR.ISO8859-7.src: revision 1.2 share/locale/monetary/en_AU.ISO8859-1.src: revision 1.2 share/locale/monetary/en_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.UTF-8.src: revision 1.2 share/locale/monetary/en_IE.UTF-8.src: revision 1.2 share/locale/monetary/en_NZ.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.US-ASCII.src: revision 1.1 share/locale/monetary/es_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/et_EE.ISO8859-15.src: revision 1.2 share/locale/monetary/fi_FI.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_FR.ISO8859-1.src: revision 1.2 share/locale/monetary/he_IL.UTF-8.src: revision 1.2 share/locale/monetary/hi_IN.ISCII-DEV.src: revision 1.2 share/locale/monetary/hr_HR.ISO8859-2.src: revision 1.2 share/locale/monetary/hu_HU.ISO8859-2.src: revision 1.2 share/locale/monetary/hy_AM.ARMSCII-8.src: revision 1.2 share/locale/monetary/hy_AM.UTF-8.src: revision 1.2 share/locale/monetary/is_IS.ISO8859-1.src: revision 1.2 share/locale/monetary/it_IT.ISO8859-1.src: revision 1.2 share/locale/monetary/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/monetary/ja_JP.UTF-8.src: revision 1.2 share/locale/monetary/ja_JP.eucJP.src: revision 1.2 share/locale/monetary/kk_KZ.PT154.src: revision 1.2 share/locale/monetary/kk_KZ.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.eucKR.src: revision 1.2 share/locale/monetary/lt_LT.ISO8859-13.src: revision 1.2 share/locale/monetary/mn_MN.UTF-8.src: revision 1.2 share/locale/monetary/nl_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/nl_NL.ISO8859-1.src: revision 1.2 share/locale/monetary/no_NO.ISO8859-1.src: revision 1.2 share/locale/monetary/pl_PL.ISO8859-2.src: revision 1.2 share/locale/monetary/pl_PL.UTF-8.src: revision 1.2 share/locale/monetary/pt_BR.ISO8859-1.src: revision 1.2 share/locale/monetary/pt_PT.ISO8859-1.src: revision 1.2 share/locale/monetary/ro_RO.ISO8859-2.src: revision 1.2 share/locale/monetary/ru_RU.CP1251.src: revision 1.2 share/locale/monetary/ru_RU.CP866.src: revision 1.2 share/locale/monetary/ru_RU.ISO8859-5.src: revision 1.2 share/locale/monetary/ru_RU.KOI8-R.src: revision 1.2 share/locale/monetary/ru_RU.UTF-8.src: revision 1.2 share/locale/monetary/sk_SK.ISO8859-2.src: revision 1.2 share/locale/monetary/sl_SI.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_ME.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_RS.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_YU.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_YU.ISO8859-5.src: revision 1.2 share/locale/monetary/sr_YU.UTF-8.src: revision 1.2 share/locale/monetary/sv_SE.ISO8859-1.src: revision 1.2 share/locale/monetary/tr_TR.ISO8859-9.src: revision 1.2 share/locale/monetary/uk_UA.CP1251.src: revision 1.2 share/locale/monetary/uk_UA.ISO8859-5.src: revision 1.2 share/locale/monetary/uk_UA.KOI8-U.src: revision 1.2 share/locale/monetary/uk_UA.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.GB18030.src: revision 1.2 share/locale/monetary/zh_CN.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.eucCN.src: revision 1.2 share/locale/monetary/zh_HK.Big5hkscs.src: revision 1.1 share/locale/monetary/zh_HK.UTF-8.src: revision 1.2 share/locale/monetary/zh_TW.Big5.src: revision 1.2 share/locale/numeric/Makefile: revision 1.4 share/locale/numeric/am_ET.UTF-8.src: file removal share/locale/numeric/en_US.ISO8859-1.src: file removal share/locale/numeric/en_US.US-ASCII.src: revision 1.1 share/locale/numeric/ja_JP.eucJP.src: file removal share/locale/numeric/ko_KR.eucKR.src: file removal share/locale/numeric/mn_MN.UTF-8.src: file removal share/locale/numeric/sr_ME.ISO8859-2.src: revision 1.1 share/locale/numeric/sr_YU.ISO8859-2.src: file removal share/locale/numeric/sr_YU.ISO8859-5.src: file removal share/locale/numeric/zh_CN.eucCN.src: file removal share/locale/time/Makefile: revision 1.5 share/locale/time/en_US.ISO8859-1.src: file removal share/locale/time/en_US.US-ASCII.src: revision 1.1 share/locale/time/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/time/ja_JP.ct.src: revision 1.1 share/locale/time/sr_ME.ISO8859-2.src: revision 1.1 share/locale/time/sr_ME.ISO8859-5.src: revision 1.1 share/locale/time/sr_ME.UTF-8.src: revision 1.1 share/locale/time/sr_YU.ISO8859-2.src: file removal share/locale/time/sr_YU.ISO8859-5.src: file removal share/locale/time/sr_YU.UTF-8.src: file removal share/locale/time/zh_CN.GB18030.src: file removal share/locale/time/zh_TW.eucTW.src: revision 1.1 usr.bin/locale/locale.c: revision 1.6 usr.bin/mklocale/Makefile: revision 1.12 usr.bin/mklocale/lex.l: revision 1.14 usr.bin/mklocale/mklocaledb.c: revision 1.1 usr.bin/mklocale/yacc.y: revision 1.25 usr.sbin/chrtbl/Makefile: revision 1.8 usr.sbin/chrtbl/ctypeio.c: revision 1.1 usr.sbin/chrtbl/ctypeio.h: revision 1.1 Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience). [libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch]. [tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype(). [locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-< old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file sr_YU.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file sr_YU.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file sr_YU.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file sv_SE.ISO8859-1.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file sv_SE.ISO8859-1.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file sv_SE.ISO8859-1.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file sv_SE.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file sv_SE.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file sv_SE.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file tr_TR.ISO8859-9.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file tr_TR.ISO8859-9.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file tr_TR.ISO8859-9.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file tr_TR.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file tr_TR.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file tr_TR.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file uk_UA.CP1251.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file uk_UA.CP1251.src was added on branch mjf-devfs2 on 2008-06-02 13:21:33 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file uk_UA.CP1251.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file uk_UA.ISO8859-5.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file uk_UA.ISO8859-5.src was added on branch mjf-devfs2 on 2008-06-02 13:21:34 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file uk_UA.ISO8859-5.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file uk_UA.KOI8-U.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file uk_UA.KOI8-U.src was added on branch mjf-devfs2 on 2008-06-02 13:21:34 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file uk_UA.KOI8-U.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file uk_UA.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file uk_UA.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:34 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file uk_UA.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 02-Jan-2009 |
tnozaki | Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience).
[libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch].
[tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype().
[locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-<
old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.8.1 | 15-Jan-2009 |
snj | Pull up following revision(s) (requested by tnozaki in ticket #222): distrib/sets/lists/base/mi: revision 1.788 distrib/utils/libhack/Makefile.inc: revision 1.23 distrib/utils/libhack/Makefile: revision 1.22 etc/mtree/NetBSD.dist: revision 1.387 include/locale.h: revision 1.15 lib/libc/citrus/Makefile.inc: revision 1.6 lib/libc/citrus/citrus_aliasname_local.h: revision 1.1 lib/libc/citrus/citrus_bcs.h: revision 1.5 lib/libc/citrus/citrus_bcs_strtol.c: revision 1.1 lib/libc/citrus/citrus_bcs_strtoul.c: revision 1.1 lib/libc/citrus/citrus_csmapper.c: revision 1.9 lib/libc/citrus/citrus_fix_grouping.h: revision 1.1 lib/libc/citrus/citrus_lc_ctype.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.h: revision 1.1 lib/libc/citrus/citrus_lc_monetary.c: revision 1.1 lib/libc/citrus/citrus_lc_monetary.h: revision 1.1 lib/libc/citrus/citrus_lc_numeric.c: revision 1.1 lib/libc/citrus/citrus_lc_numeric.h: revision 1.1 lib/libc/citrus/citrus_lc_template.h: revision 1.1 lib/libc/citrus/citrus_lc_template_decl.h: revision 1.1 lib/libc/citrus/citrus_lc_time.c: revision 1.1 lib/libc/citrus/citrus_lc_time.h: revision 1.1 lib/libc/citrus/citrus_module.c: revision 1.8 lib/libc/citrus/citrus_namespace.h: revision 1.7 lib/libc/citrus/modules/citrus_euc.c: revision 1.13 lib/libc/gen/Makefile.inc: revision 1.166 lib/libc/gen/isctype.c: revision 1.17 via patch lib/libc/gen/tolower_.c: revision 1.10 lib/libc/gen/toupper_.c: revision 1.10 lib/libc/iconv/Makefile.inc: revision 1.3 lib/libc/iconv/iconv.c: revision 1.7 lib/libc/locale/Makefile.inc: revision 1.53 lib/libc/locale/___runetype_mb.c: file removal lib/libc/locale/_wctrans.c: revision 1.7 lib/libc/locale/_wctrans_local.h: revision 1.3 lib/libc/locale/_wctype.c: revision 1.1 lib/libc/locale/_wctype_local.h: revision 1.1 lib/libc/locale/aliasname.c: revision 1.3 lib/libc/locale/aliasname_local.h: revision 1.2 lib/libc/locale/bsdctype.c: revision 1.1 lib/libc/locale/bsdctype.h: revision 1.1 lib/libc/locale/ctypeio.c: revision 1.8 lib/libc/locale/ctypeio.h: revision 1.2 lib/libc/locale/current_locale.c: revision 1.1 lib/libc/locale/dummy_lc_collate.c: revision 1.1 lib/libc/locale/dummy_lc_template.h: revision 1.1 lib/libc/locale/fix_grouping.c: revision 1.1 lib/libc/locale/fix_grouping.h: revision 1.1 lib/libc/locale/generic_lc_all.c: revision 1.1 lib/libc/locale/generic_lc_template.h: revision 1.1 lib/libc/locale/generic_lc_template_decl.h: revision 1.1 lib/libc/locale/global_locale.c: revision 1.1 lib/libc/locale/iswctype.c: file removal lib/libc/locale/iswctype_mb.c: revision 1.1 lib/libc/locale/iswctype_sb.c: revision 1.6 lib/libc/locale/lcmessages.c: file removal lib/libc/locale/lcmessages.h: file removal lib/libc/locale/lcmonetary.c: file removal lib/libc/locale/lcmonetary.h: file removal lib/libc/locale/lcnumeric.c: file removal lib/libc/locale/lcnumeric.h: file removal lib/libc/locale/lctime.c: file removal lib/libc/locale/lctime.h: file removal lib/libc/locale/localeconv.c: revision 1.15 lib/libc/locale/localeio.c: revision 1.2 lib/libc/locale/localeio.h: revision 1.2 lib/libc/locale/localeio_lc_ctype.c: revision 1.1 lib/libc/locale/localeio_lc_messages.c: revision 1.1 lib/libc/locale/localeio_lc_monetary.c: revision 1.1 lib/libc/locale/localeio_lc_numeric.c: revision 1.1 lib/libc/locale/localeio_lc_time.c: revision 1.1 lib/libc/locale/multibyte.h: revision 1.4 lib/libc/locale/multibyte_amd1.c: revision 1.6 lib/libc/locale/multibyte_c90.c: revision 1.5 lib/libc/locale/nb_lc_messages_misc.h: revision 1.1 lib/libc/locale/nb_lc_monetary_misc.h: revision 1.1 lib/libc/locale/nb_lc_numeric_misc.h: revision 1.1 lib/libc/locale/nb_lc_template.h: revision 1.1 lib/libc/locale/nb_lc_template_decl.h: revision 1.1 lib/libc/locale/nb_lc_time_misc.h: revision 1.1 lib/libc/locale/nl_langinfo.c: revision 1.12 lib/libc/locale/rune.c: revision 1.31 lib/libc/locale/rune.h: revision 1.13 lib/libc/locale/rune_local.h: revision 1.11 lib/libc/locale/runeglue.c: revision 1.14 lib/libc/locale/runetable.c: revision 1.18 lib/libc/locale/setlocale.c: revision 1.55 via patch lib/libc/locale/setlocale_local.h: revision 1.1 lib/libc/locale/setrunelocale.c: file removal lib/libc/nls/Makefile.inc: revision 1.9 lib/libc/nls/catopen.c: revision 1.26 lib/libc/string/Makefile.inc: revision 1.68 lib/libc/string/wcscmp.c: revision 1.6 lib/libc/string/wcsncmp.c: revision 1.6 lib/libc/string/wcswidth.c: file removal lib/libc/string/wmemcmp.c: revision 1.4 regress/lib/libc/locale/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/en_US.UTF-8.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.exp.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.in.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.exp.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.in.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.SJIS.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.eucJP.exp.uue: revision 1.2 regress/lib/libc/locale/ctype2/Makefile: revision 1.5 regress/lib/libc/locale/ctype2/ja_JP.ISO-2022-JP-2.in.uue: revision 1.1 regress/lib/libc/locale/ctype2/ja_JP.ISO2022-JP2.in.uue: file removal regress/lib/libc/locale/ctype3/Makefile: revision 1.5 regress/lib/libc/locale/mbtowc/Makefile: revision 1.3 regress/lib/libc/locale/mbtowc/ja_JP.ISO-2022-JP: revision 1.1 regress/lib/libc/locale/mbtowc/ja_JP.ISO2022-JP: file removal regress/lib/libc/locale/wcstod/wcstod_test.c: revision 1.2 share/locale/Makefile.locale: revision 1.1 share/locale/Makefile: revision 1.5 share/locale/ctype/Makefile: revision 1.28 share/locale/locale.alias: revision 1.11 share/locale/messages/Makefile: revision 1.5 share/locale/messages/en_US.ISO8859-1.src: file removal share/locale/messages/en_US.US-ASCII.src: revision 1.1 share/locale/messages/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/messages/ja_JP.ct.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-2.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-5.src: revision 1.1 share/locale/messages/sr_YU.ISO8859-2.src: file removal share/locale/messages/sr_YU.ISO8859-5.src: file removal share/locale/messages/sr_YU.UTF-8.src: file removal share/locale/messages/zh_CN.GB18030.src: file removal share/locale/messages/zh_TW.eucTW.src: revision 1.1 share/locale/monetary/Makefile: revision 1.5 share/locale/monetary/af_ZA.ISO8859-1.src: revision 1.2 share/locale/monetary/am_ET.UTF-8.src: revision 1.2 share/locale/monetary/be_BY.CP1131.src: file removal share/locale/monetary/be_BY.CP1251.src: revision 1.2 share/locale/monetary/be_BY.ISO8859-5.src: revision 1.2 share/locale/monetary/be_BY.UTF-8.src: revision 1.2 share/locale/monetary/bg_BG.CP1251.src: revision 1.2 share/locale/monetary/bg_BG.UTF-8.src: revision 1.2 share/locale/monetary/ca_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/cs_CZ.ISO8859-2.src: revision 1.2 share/locale/monetary/cs_CZ.UTF-8.src: revision 1.2 share/locale/monetary/da_DK.ISO8859-1.src: revision 1.2 share/locale/monetary/de_AT.ISO8859-1.src: revision 1.2 share/locale/monetary/de_CH.ISO8859-1.src: revision 1.2 share/locale/monetary/de_DE.ISO8859-1.src: revision 1.2 share/locale/monetary/el_GR.ISO8859-7.src: revision 1.2 share/locale/monetary/en_AU.ISO8859-1.src: revision 1.2 share/locale/monetary/en_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.UTF-8.src: revision 1.2 share/locale/monetary/en_IE.UTF-8.src: revision 1.2 share/locale/monetary/en_NZ.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.US-ASCII.src: revision 1.1 share/locale/monetary/es_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/et_EE.ISO8859-15.src: revision 1.2 share/locale/monetary/fi_FI.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_FR.ISO8859-1.src: revision 1.2 share/locale/monetary/he_IL.UTF-8.src: revision 1.2 share/locale/monetary/hi_IN.ISCII-DEV.src: revision 1.2 share/locale/monetary/hr_HR.ISO8859-2.src: revision 1.2 share/locale/monetary/hu_HU.ISO8859-2.src: revision 1.2 share/locale/monetary/hy_AM.ARMSCII-8.src: revision 1.2 share/locale/monetary/hy_AM.UTF-8.src: revision 1.2 share/locale/monetary/is_IS.ISO8859-1.src: revision 1.2 share/locale/monetary/it_IT.ISO8859-1.src: revision 1.2 share/locale/monetary/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/monetary/ja_JP.UTF-8.src: revision 1.2 share/locale/monetary/ja_JP.eucJP.src: revision 1.2 share/locale/monetary/kk_KZ.PT154.src: revision 1.2 share/locale/monetary/kk_KZ.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.eucKR.src: revision 1.2 share/locale/monetary/lt_LT.ISO8859-13.src: revision 1.2 share/locale/monetary/mn_MN.UTF-8.src: revision 1.2 share/locale/monetary/nl_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/nl_NL.ISO8859-1.src: revision 1.2 share/locale/monetary/no_NO.ISO8859-1.src: revision 1.2 share/locale/monetary/pl_PL.ISO8859-2.src: revision 1.2 share/locale/monetary/pl_PL.UTF-8.src: revision 1.2 share/locale/monetary/pt_BR.ISO8859-1.src: revision 1.2 share/locale/monetary/pt_PT.ISO8859-1.src: revision 1.2 share/locale/monetary/ro_RO.ISO8859-2.src: revision 1.2 share/locale/monetary/ru_RU.CP1251.src: revision 1.2 share/locale/monetary/ru_RU.CP866.src: revision 1.2 share/locale/monetary/ru_RU.ISO8859-5.src: revision 1.2 share/locale/monetary/ru_RU.KOI8-R.src: revision 1.2 share/locale/monetary/ru_RU.UTF-8.src: revision 1.2 share/locale/monetary/sk_SK.ISO8859-2.src: revision 1.2 share/locale/monetary/sl_SI.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_ME.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_RS.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_YU.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_YU.ISO8859-5.src: revision 1.2 share/locale/monetary/sr_YU.UTF-8.src: revision 1.2 share/locale/monetary/sv_SE.ISO8859-1.src: revision 1.2 share/locale/monetary/tr_TR.ISO8859-9.src: revision 1.2 share/locale/monetary/uk_UA.CP1251.src: revision 1.2 share/locale/monetary/uk_UA.ISO8859-5.src: revision 1.2 share/locale/monetary/uk_UA.KOI8-U.src: revision 1.2 share/locale/monetary/uk_UA.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.GB18030.src: revision 1.2 share/locale/monetary/zh_CN.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.eucCN.src: revision 1.2 share/locale/monetary/zh_HK.Big5hkscs.src: revision 1.1 share/locale/monetary/zh_HK.UTF-8.src: revision 1.2 share/locale/monetary/zh_TW.Big5.src: revision 1.2 share/locale/numeric/Makefile: revision 1.4 share/locale/numeric/am_ET.UTF-8.src: file removal share/locale/numeric/en_US.ISO8859-1.src: file removal share/locale/numeric/en_US.US-ASCII.src: revision 1.1 share/locale/numeric/ja_JP.eucJP.src: file removal share/locale/numeric/ko_KR.eucKR.src: file removal share/locale/numeric/mn_MN.UTF-8.src: file removal share/locale/numeric/sr_ME.ISO8859-2.src: revision 1.1 share/locale/numeric/sr_YU.ISO8859-2.src: file removal share/locale/numeric/sr_YU.ISO8859-5.src: file removal share/locale/numeric/zh_CN.eucCN.src: file removal share/locale/time/Makefile: revision 1.5 share/locale/time/en_US.ISO8859-1.src: file removal share/locale/time/en_US.US-ASCII.src: revision 1.1 share/locale/time/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/time/ja_JP.ct.src: revision 1.1 share/locale/time/sr_ME.ISO8859-2.src: revision 1.1 share/locale/time/sr_ME.ISO8859-5.src: revision 1.1 share/locale/time/sr_ME.UTF-8.src: revision 1.1 share/locale/time/sr_YU.ISO8859-2.src: file removal share/locale/time/sr_YU.ISO8859-5.src: file removal share/locale/time/sr_YU.UTF-8.src: file removal share/locale/time/zh_CN.GB18030.src: file removal share/locale/time/zh_TW.eucTW.src: revision 1.1 usr.bin/locale/locale.c: revision 1.6 usr.bin/mklocale/Makefile: revision 1.12 usr.bin/mklocale/lex.l: revision 1.14 usr.bin/mklocale/mklocaledb.c: revision 1.1 usr.bin/mklocale/yacc.y: revision 1.25 usr.sbin/chrtbl/Makefile: revision 1.8 usr.sbin/chrtbl/ctypeio.c: revision 1.1 usr.sbin/chrtbl/ctypeio.h: revision 1.1 Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience). [libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch]. [tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype(). [locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-< old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file zh_CN.GB18030.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file zh_CN.GB18030.src was added on branch mjf-devfs2 on 2008-06-02 13:21:34 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file zh_CN.GB18030.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 30-May-2008 |
ginsbach | These are really aliases for zh_CN.eucCN. This was a redundancy that was incorrectly copied from FreeBSD. OK'ed by tnozaki.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.2.3 | 04-Jun-2008 |
yamt | sync with head
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file zh_CN.GB2312.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file zh_CN.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file zh_CN.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:34 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file zh_CN.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file zh_CN.eucCN.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file zh_CN.eucCN.src was added on branch mjf-devfs2 on 2008-06-02 13:21:34 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file zh_CN.eucCN.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file zh_HK.UTF-8.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file zh_HK.UTF-8.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file zh_TW.Big5.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file zh_TW.Big5.src was added on branch mjf-devfs2 on 2008-06-02 13:21:34 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file zh_TW.Big5.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 17-May-2008 |
ginsbach | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.30; Add locale category files for LC_TIME. These are sourced from FreeBSD with modifications to the comments and sorted properly for NetBSD. Additional Makefile work is still needed to generate the links for locales with shared category files.
|
1.1.30.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.24.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.2 | 24-Sep-2008 |
wrstuden | Add files missed in sync with head
|
1.1.6.1 | 17-May-2008 |
wrstuden | file zh_TW.UTF-8.src was added on branch wrstuden-revivesa on 2008-09-24 04:45:56 +0000
|
1.1.4.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 17-May-2008 |
mjf | file zh_TW.UTF-8.src was added on branch mjf-devfs2 on 2008-06-02 13:21:34 +0000
|
1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
1.1.2.1 | 17-May-2008 |
yamt | file zh_TW.UTF-8.src was added on branch yamt-pf42 on 2008-05-18 12:31:04 +0000
|
1.2 | 11-Aug-2013 |
joerg | Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1 | 02-Jan-2009 |
tnozaki | branches: 1.1.2; 1.1.10; 1.1.16; Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience).
[libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch].
[tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype().
[locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-<
old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.1.16.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.10.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.2.2 | 15-Jan-2009 |
snj | Pull up following revision(s) (requested by tnozaki in ticket #222): distrib/sets/lists/base/mi: revision 1.788 distrib/utils/libhack/Makefile.inc: revision 1.23 distrib/utils/libhack/Makefile: revision 1.22 etc/mtree/NetBSD.dist: revision 1.387 include/locale.h: revision 1.15 lib/libc/citrus/Makefile.inc: revision 1.6 lib/libc/citrus/citrus_aliasname_local.h: revision 1.1 lib/libc/citrus/citrus_bcs.h: revision 1.5 lib/libc/citrus/citrus_bcs_strtol.c: revision 1.1 lib/libc/citrus/citrus_bcs_strtoul.c: revision 1.1 lib/libc/citrus/citrus_csmapper.c: revision 1.9 lib/libc/citrus/citrus_fix_grouping.h: revision 1.1 lib/libc/citrus/citrus_lc_ctype.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.c: revision 1.1 lib/libc/citrus/citrus_lc_messages.h: revision 1.1 lib/libc/citrus/citrus_lc_monetary.c: revision 1.1 lib/libc/citrus/citrus_lc_monetary.h: revision 1.1 lib/libc/citrus/citrus_lc_numeric.c: revision 1.1 lib/libc/citrus/citrus_lc_numeric.h: revision 1.1 lib/libc/citrus/citrus_lc_template.h: revision 1.1 lib/libc/citrus/citrus_lc_template_decl.h: revision 1.1 lib/libc/citrus/citrus_lc_time.c: revision 1.1 lib/libc/citrus/citrus_lc_time.h: revision 1.1 lib/libc/citrus/citrus_module.c: revision 1.8 lib/libc/citrus/citrus_namespace.h: revision 1.7 lib/libc/citrus/modules/citrus_euc.c: revision 1.13 lib/libc/gen/Makefile.inc: revision 1.166 lib/libc/gen/isctype.c: revision 1.17 via patch lib/libc/gen/tolower_.c: revision 1.10 lib/libc/gen/toupper_.c: revision 1.10 lib/libc/iconv/Makefile.inc: revision 1.3 lib/libc/iconv/iconv.c: revision 1.7 lib/libc/locale/Makefile.inc: revision 1.53 lib/libc/locale/___runetype_mb.c: file removal lib/libc/locale/_wctrans.c: revision 1.7 lib/libc/locale/_wctrans_local.h: revision 1.3 lib/libc/locale/_wctype.c: revision 1.1 lib/libc/locale/_wctype_local.h: revision 1.1 lib/libc/locale/aliasname.c: revision 1.3 lib/libc/locale/aliasname_local.h: revision 1.2 lib/libc/locale/bsdctype.c: revision 1.1 lib/libc/locale/bsdctype.h: revision 1.1 lib/libc/locale/ctypeio.c: revision 1.8 lib/libc/locale/ctypeio.h: revision 1.2 lib/libc/locale/current_locale.c: revision 1.1 lib/libc/locale/dummy_lc_collate.c: revision 1.1 lib/libc/locale/dummy_lc_template.h: revision 1.1 lib/libc/locale/fix_grouping.c: revision 1.1 lib/libc/locale/fix_grouping.h: revision 1.1 lib/libc/locale/generic_lc_all.c: revision 1.1 lib/libc/locale/generic_lc_template.h: revision 1.1 lib/libc/locale/generic_lc_template_decl.h: revision 1.1 lib/libc/locale/global_locale.c: revision 1.1 lib/libc/locale/iswctype.c: file removal lib/libc/locale/iswctype_mb.c: revision 1.1 lib/libc/locale/iswctype_sb.c: revision 1.6 lib/libc/locale/lcmessages.c: file removal lib/libc/locale/lcmessages.h: file removal lib/libc/locale/lcmonetary.c: file removal lib/libc/locale/lcmonetary.h: file removal lib/libc/locale/lcnumeric.c: file removal lib/libc/locale/lcnumeric.h: file removal lib/libc/locale/lctime.c: file removal lib/libc/locale/lctime.h: file removal lib/libc/locale/localeconv.c: revision 1.15 lib/libc/locale/localeio.c: revision 1.2 lib/libc/locale/localeio.h: revision 1.2 lib/libc/locale/localeio_lc_ctype.c: revision 1.1 lib/libc/locale/localeio_lc_messages.c: revision 1.1 lib/libc/locale/localeio_lc_monetary.c: revision 1.1 lib/libc/locale/localeio_lc_numeric.c: revision 1.1 lib/libc/locale/localeio_lc_time.c: revision 1.1 lib/libc/locale/multibyte.h: revision 1.4 lib/libc/locale/multibyte_amd1.c: revision 1.6 lib/libc/locale/multibyte_c90.c: revision 1.5 lib/libc/locale/nb_lc_messages_misc.h: revision 1.1 lib/libc/locale/nb_lc_monetary_misc.h: revision 1.1 lib/libc/locale/nb_lc_numeric_misc.h: revision 1.1 lib/libc/locale/nb_lc_template.h: revision 1.1 lib/libc/locale/nb_lc_template_decl.h: revision 1.1 lib/libc/locale/nb_lc_time_misc.h: revision 1.1 lib/libc/locale/nl_langinfo.c: revision 1.12 lib/libc/locale/rune.c: revision 1.31 lib/libc/locale/rune.h: revision 1.13 lib/libc/locale/rune_local.h: revision 1.11 lib/libc/locale/runeglue.c: revision 1.14 lib/libc/locale/runetable.c: revision 1.18 lib/libc/locale/setlocale.c: revision 1.55 via patch lib/libc/locale/setlocale_local.h: revision 1.1 lib/libc/locale/setrunelocale.c: file removal lib/libc/nls/Makefile.inc: revision 1.9 lib/libc/nls/catopen.c: revision 1.26 lib/libc/string/Makefile.inc: revision 1.68 lib/libc/string/wcscmp.c: revision 1.6 lib/libc/string/wcsncmp.c: revision 1.6 lib/libc/string/wcswidth.c: file removal lib/libc/string/wmemcmp.c: revision 1.4 regress/lib/libc/locale/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/Makefile: revision 1.4 regress/lib/libc/locale/ctype1/en_US.UTF-8.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.exp.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO-2022-JP.in.uue: revision 1.1 regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.exp.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.ISO2022-JP.in.uue: file removal regress/lib/libc/locale/ctype1/ja_JP.SJIS.exp.uue: revision 1.2 regress/lib/libc/locale/ctype1/ja_JP.eucJP.exp.uue: revision 1.2 regress/lib/libc/locale/ctype2/Makefile: revision 1.5 regress/lib/libc/locale/ctype2/ja_JP.ISO-2022-JP-2.in.uue: revision 1.1 regress/lib/libc/locale/ctype2/ja_JP.ISO2022-JP2.in.uue: file removal regress/lib/libc/locale/ctype3/Makefile: revision 1.5 regress/lib/libc/locale/mbtowc/Makefile: revision 1.3 regress/lib/libc/locale/mbtowc/ja_JP.ISO-2022-JP: revision 1.1 regress/lib/libc/locale/mbtowc/ja_JP.ISO2022-JP: file removal regress/lib/libc/locale/wcstod/wcstod_test.c: revision 1.2 share/locale/Makefile.locale: revision 1.1 share/locale/Makefile: revision 1.5 share/locale/ctype/Makefile: revision 1.28 share/locale/locale.alias: revision 1.11 share/locale/messages/Makefile: revision 1.5 share/locale/messages/en_US.ISO8859-1.src: file removal share/locale/messages/en_US.US-ASCII.src: revision 1.1 share/locale/messages/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/messages/ja_JP.ct.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-2.src: revision 1.1 share/locale/messages/sr_ME.ISO8859-5.src: revision 1.1 share/locale/messages/sr_YU.ISO8859-2.src: file removal share/locale/messages/sr_YU.ISO8859-5.src: file removal share/locale/messages/sr_YU.UTF-8.src: file removal share/locale/messages/zh_CN.GB18030.src: file removal share/locale/messages/zh_TW.eucTW.src: revision 1.1 share/locale/monetary/Makefile: revision 1.5 share/locale/monetary/af_ZA.ISO8859-1.src: revision 1.2 share/locale/monetary/am_ET.UTF-8.src: revision 1.2 share/locale/monetary/be_BY.CP1131.src: file removal share/locale/monetary/be_BY.CP1251.src: revision 1.2 share/locale/monetary/be_BY.ISO8859-5.src: revision 1.2 share/locale/monetary/be_BY.UTF-8.src: revision 1.2 share/locale/monetary/bg_BG.CP1251.src: revision 1.2 share/locale/monetary/bg_BG.UTF-8.src: revision 1.2 share/locale/monetary/ca_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/cs_CZ.ISO8859-2.src: revision 1.2 share/locale/monetary/cs_CZ.UTF-8.src: revision 1.2 share/locale/monetary/da_DK.ISO8859-1.src: revision 1.2 share/locale/monetary/de_AT.ISO8859-1.src: revision 1.2 share/locale/monetary/de_CH.ISO8859-1.src: revision 1.2 share/locale/monetary/de_DE.ISO8859-1.src: revision 1.2 share/locale/monetary/el_GR.ISO8859-7.src: revision 1.2 share/locale/monetary/en_AU.ISO8859-1.src: revision 1.2 share/locale/monetary/en_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.ISO8859-1.src: revision 1.2 share/locale/monetary/en_GB.UTF-8.src: revision 1.2 share/locale/monetary/en_IE.UTF-8.src: revision 1.2 share/locale/monetary/en_NZ.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.ISO8859-1.src: revision 1.2 share/locale/monetary/en_US.US-ASCII.src: revision 1.1 share/locale/monetary/es_ES.ISO8859-1.src: revision 1.2 share/locale/monetary/et_EE.ISO8859-15.src: revision 1.2 share/locale/monetary/fi_FI.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_CA.ISO8859-1.src: revision 1.2 share/locale/monetary/fr_FR.ISO8859-1.src: revision 1.2 share/locale/monetary/he_IL.UTF-8.src: revision 1.2 share/locale/monetary/hi_IN.ISCII-DEV.src: revision 1.2 share/locale/monetary/hr_HR.ISO8859-2.src: revision 1.2 share/locale/monetary/hu_HU.ISO8859-2.src: revision 1.2 share/locale/monetary/hy_AM.ARMSCII-8.src: revision 1.2 share/locale/monetary/hy_AM.UTF-8.src: revision 1.2 share/locale/monetary/is_IS.ISO8859-1.src: revision 1.2 share/locale/monetary/it_IT.ISO8859-1.src: revision 1.2 share/locale/monetary/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/monetary/ja_JP.UTF-8.src: revision 1.2 share/locale/monetary/ja_JP.eucJP.src: revision 1.2 share/locale/monetary/kk_KZ.PT154.src: revision 1.2 share/locale/monetary/kk_KZ.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.UTF-8.src: revision 1.2 share/locale/monetary/ko_KR.eucKR.src: revision 1.2 share/locale/monetary/lt_LT.ISO8859-13.src: revision 1.2 share/locale/monetary/mn_MN.UTF-8.src: revision 1.2 share/locale/monetary/nl_BE.ISO8859-1.src: revision 1.2 share/locale/monetary/nl_NL.ISO8859-1.src: revision 1.2 share/locale/monetary/no_NO.ISO8859-1.src: revision 1.2 share/locale/monetary/pl_PL.ISO8859-2.src: revision 1.2 share/locale/monetary/pl_PL.UTF-8.src: revision 1.2 share/locale/monetary/pt_BR.ISO8859-1.src: revision 1.2 share/locale/monetary/pt_PT.ISO8859-1.src: revision 1.2 share/locale/monetary/ro_RO.ISO8859-2.src: revision 1.2 share/locale/monetary/ru_RU.CP1251.src: revision 1.2 share/locale/monetary/ru_RU.CP866.src: revision 1.2 share/locale/monetary/ru_RU.ISO8859-5.src: revision 1.2 share/locale/monetary/ru_RU.KOI8-R.src: revision 1.2 share/locale/monetary/ru_RU.UTF-8.src: revision 1.2 share/locale/monetary/sk_SK.ISO8859-2.src: revision 1.2 share/locale/monetary/sl_SI.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_ME.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_RS.ISO8859-2.src: revision 1.1 share/locale/monetary/sr_YU.ISO8859-2.src: revision 1.2 share/locale/monetary/sr_YU.ISO8859-5.src: revision 1.2 share/locale/monetary/sr_YU.UTF-8.src: revision 1.2 share/locale/monetary/sv_SE.ISO8859-1.src: revision 1.2 share/locale/monetary/tr_TR.ISO8859-9.src: revision 1.2 share/locale/monetary/uk_UA.CP1251.src: revision 1.2 share/locale/monetary/uk_UA.ISO8859-5.src: revision 1.2 share/locale/monetary/uk_UA.KOI8-U.src: revision 1.2 share/locale/monetary/uk_UA.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.GB18030.src: revision 1.2 share/locale/monetary/zh_CN.UTF-8.src: revision 1.2 share/locale/monetary/zh_CN.eucCN.src: revision 1.2 share/locale/monetary/zh_HK.Big5hkscs.src: revision 1.1 share/locale/monetary/zh_HK.UTF-8.src: revision 1.2 share/locale/monetary/zh_TW.Big5.src: revision 1.2 share/locale/numeric/Makefile: revision 1.4 share/locale/numeric/am_ET.UTF-8.src: file removal share/locale/numeric/en_US.ISO8859-1.src: file removal share/locale/numeric/en_US.US-ASCII.src: revision 1.1 share/locale/numeric/ja_JP.eucJP.src: file removal share/locale/numeric/ko_KR.eucKR.src: file removal share/locale/numeric/mn_MN.UTF-8.src: file removal share/locale/numeric/sr_ME.ISO8859-2.src: revision 1.1 share/locale/numeric/sr_YU.ISO8859-2.src: file removal share/locale/numeric/sr_YU.ISO8859-5.src: file removal share/locale/numeric/zh_CN.eucCN.src: file removal share/locale/time/Makefile: revision 1.5 share/locale/time/en_US.ISO8859-1.src: file removal share/locale/time/en_US.US-ASCII.src: revision 1.1 share/locale/time/ja_JP.ISO-2022-JP.src: revision 1.1 share/locale/time/ja_JP.ct.src: revision 1.1 share/locale/time/sr_ME.ISO8859-2.src: revision 1.1 share/locale/time/sr_ME.ISO8859-5.src: revision 1.1 share/locale/time/sr_ME.UTF-8.src: revision 1.1 share/locale/time/sr_YU.ISO8859-2.src: file removal share/locale/time/sr_YU.ISO8859-5.src: file removal share/locale/time/sr_YU.UTF-8.src: file removal share/locale/time/zh_CN.GB18030.src: file removal share/locale/time/zh_TW.eucTW.src: revision 1.1 usr.bin/locale/locale.c: revision 1.6 usr.bin/mklocale/Makefile: revision 1.12 usr.bin/mklocale/lex.l: revision 1.14 usr.bin/mklocale/mklocaledb.c: revision 1.1 usr.bin/mklocale/yacc.y: revision 1.25 usr.sbin/chrtbl/Makefile: revision 1.8 usr.sbin/chrtbl/ctypeio.c: revision 1.1 usr.sbin/chrtbl/ctypeio.h: revision 1.1 Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience). [libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch]. [tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype(). [locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage.
i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax.
citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-< old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
|
1.1.2.1 | 02-Jan-2009 |
snj | file zh_TW.eucTW.src was added on branch netbsd-5 on 2009-01-15 03:24:11 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file af_ZA.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file af_ZA.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file af_ZA.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file af_ZA.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file be_BY.CP1251.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file be_BY.CP1251.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file be_BY.ISO8859-5.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file be_BY.ISO8859-5.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file bg_BG.CP1251.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file bg_BG.CP1251.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file ca_ES.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file ca_ES.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file ca_ES.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file ca_ES.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file cs_CZ.ISO8859-2.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file cs_CZ.ISO8859-2.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file da_DK.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file da_DK.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file da_DK.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file da_DK.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file de_AT.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file de_AT.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file de_AT.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file de_AT.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file de_CH.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file de_CH.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file de_CH.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file de_CH.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file de_DE.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file de_DE.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file de_DE.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file de_DE.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file el_GR.ISO8859-7.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file el_GR.ISO8859-7.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file en_AU.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file en_AU.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file en_AU.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file en_AU.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file en_CA.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file en_CA.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file en_CA.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file en_CA.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file en_GB.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file en_GB.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file en_GB.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file en_GB.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file en_NZ.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file en_NZ.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file en_NZ.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file en_NZ.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file en_US.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file en_US.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file en_US.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file en_US.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file en_US.US-ASCII.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file en_US.US-ASCII.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file es_ES.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file es_ES.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file es_ES.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file es_ES.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file et_EE.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file et_EE.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file eu_ES.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file eu_ES.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file eu_ES.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file eu_ES.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file fi_FI.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file fi_FI.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file fi_FI.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file fi_FI.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file fr_BE.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file fr_BE.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file fr_BE.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file fr_BE.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file fr_CA.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file fr_CA.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file fr_CA.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file fr_CA.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file fr_CH.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file fr_CH.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file fr_CH.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file fr_CH.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file fr_FR.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file fr_FR.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file fr_FR.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file fr_FR.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file hr_HR.ISO8859-2.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file hr_HR.ISO8859-2.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file hu_HU.ISO8859-2.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file hu_HU.ISO8859-2.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file hy_AM.ARMSCII-8.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file hy_AM.ARMSCII-8.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file is_IS.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file is_IS.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file is_IS.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file is_IS.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file it_CH.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file it_CH.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file it_CH.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file it_CH.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file it_IT.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file it_IT.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file it_IT.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file it_IT.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file ja_JP.ISO-2022-JP-2.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file ja_JP.ISO-2022-JP-2.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file ja_JP.ISO-2022-JP.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file ja_JP.ISO-2022-JP.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file ja_JP.SJIS.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file ja_JP.SJIS.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Add forgotten conversions of ja_JP for the COMPOUND_TEXT encoding.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file ja_JP.ct.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file ja_JP.ct.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file ja_JP.eucJP.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file ja_JP.eucJP.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file kk_KZ.PT154.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file kk_KZ.PT154.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file ko_KR.eucKR.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file ko_KR.eucKR.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file lt_LT.ISO8859-13.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file lt_LT.ISO8859-13.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file lt_LT.ISO8859-4.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file lt_LT.ISO8859-4.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file nb_NO.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file nb_NO.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file nb_NO.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file nb_NO.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file nl_BE.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file nl_BE.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file nl_BE.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file nl_BE.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file nl_NL.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file nl_NL.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file nl_NL.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file nl_NL.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file nn_NO.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file nn_NO.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file nn_NO.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file nn_NO.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file pl_PL.ISO8859-2.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file pl_PL.ISO8859-2.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file pt_BR.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file pt_BR.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file pt_PT.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file pt_PT.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file pt_PT.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file pt_PT.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file ro_RO.ISO8859-2.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file ro_RO.ISO8859-2.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file ru_BY.CP1251.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file ru_BY.CP1251.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file ru_RU.CP1251.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file ru_RU.CP1251.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file ru_RU.CP866.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file ru_RU.CP866.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file ru_RU.ISO8859-5.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file ru_RU.ISO8859-5.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file ru_RU.KOI8-R.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file ru_RU.KOI8-R.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file sk_SK.ISO8859-2.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file sk_SK.ISO8859-2.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file sl_SI.ISO8859-2.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file sl_SI.ISO8859-2.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file sr_Cyrl_ME.ISO8859-5.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file sr_Cyrl_ME.ISO8859-5.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file sr_Cyrl_RS.ISO8859-5.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file sr_Cyrl_RS.ISO8859-5.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file sr_Latn_ME.ISO8859-2.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file sr_Latn_ME.ISO8859-2.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file sr_Latn_RS.ISO8859-2.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file sr_Latn_RS.ISO8859-2.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file sv_SE.ISO8859-1.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file sv_SE.ISO8859-1.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file sv_SE.ISO8859-15.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file sv_SE.ISO8859-15.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file tr_TR.ISO8859-9.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file tr_TR.ISO8859-9.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file uk_UA.CP1251.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file uk_UA.CP1251.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file uk_UA.ISO8859-5.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file uk_UA.ISO8859-5.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file uk_UA.KOI8-U.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file uk_UA.KOI8-U.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file zh_CN.GB18030.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file zh_CN.GB18030.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file zh_CN.eucCN.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file zh_CN.eucCN.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file zh_HK.Big5hkscs.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file zh_HK.Big5hkscs.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file zh_TW.Big5.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file zh_TW.Big5.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|
1.1 | 11-Aug-2013 |
joerg | branches: 1.1.4; 1.1.8; Provide UTF-8 variants for all existing locales. The data is derived from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions. The alias is choosen based on the character set for the non-UTF-8 case and Cyrillic is the default for UTF-8.
|
1.1.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 11-Aug-2013 |
tls | file zh_TW.eucTW.src was added on branch tls-maxphys on 2014-08-20 00:02:34 +0000
|
1.1.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.4.1 | 11-Aug-2013 |
yamt | file zh_TW.eucTW.src was added on branch yamt-pagecache on 2014-05-22 11:37:49 +0000
|