Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
localedata: iw_IL: delete old/deprecated locale [BZ #16137]
From the bug:
Obsolete locale.  The ISO-639 code for Hebrew was changed from 'iw'
to 'he' in 1989, according to Bruno Haible on libc-alpha 2003-09-01.

Reported-by: Chris Leonard <cjlhomeaddress@gmail.com>
  • Loading branch information
Mike Frysinger committed Apr 8, 2016
1 parent eb64b6d commit 20003c4
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 174 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
@@ -1,3 +1,12 @@
2016-04-08 Mike Frysinger <vapier@gentoo.org>

[BZ #16137]
* benchtests/Makefile (LOCALES): Change iw_IL to he_IL.
* benchtests/bench-strcoll.c (input_files): Likewise.
* benchtests/strcoll-inputs/filelist#en_US.UTF-8: Likewise.
* benchtests/strcoll-inputs/lorem_ipsum#iw_IL.UTF-8: Rename to ...
* benchtests/strcoll-inputs/lorem_ipsum#he_IL.UTF-8: ... here.

2016-04-08 Joseph Myers <joseph@codesourcery.com>

[BZ #19929]
Expand Down
2 changes: 1 addition & 1 deletion benchtests/Makefile
Expand Up @@ -48,7 +48,7 @@ string-benchset-all := $(string-benchset) ${wcsmbs-benchset}
LOCALES := en_US.UTF-8 tr_TR.UTF-8 cs_CZ.UTF-8 fa_IR.UTF-8 fr_FR.UTF-8 \
ja_JP.UTF-8 si_LK.UTF-8 en_GB.UTF-8 vi_VN.UTF-8 ar_SA.UTF-8 \
da_DK.UTF-8 pl_PL.UTF-8 pt_PT.UTF-8 el_GR.UTF-8 ru_RU.UTF-8 \
iw_IL.UTF-8 is_IS.UTF-8 es_ES.UTF-8 hi_IN.UTF-8 sv_SE.UTF-8 \
he_IL.UTF-8 is_IS.UTF-8 es_ES.UTF-8 hi_IN.UTF-8 sv_SE.UTF-8 \
hu_HU.UTF-8 it_IT.UTF-8 sr_RS.UTF-8 zh_CN.UTF-8
include ../gen-locales.mk

Expand Down
2 changes: 1 addition & 1 deletion benchtests/bench-strcoll.c
Expand Up @@ -44,7 +44,7 @@ static const char *const input_files[] = {
"lorem_ipsum#pt_PT.UTF-8",
"lorem_ipsum#el_GR.UTF-8",
"lorem_ipsum#ru_RU.UTF-8",
"lorem_ipsum#iw_IL.UTF-8",
"lorem_ipsum#he_IL.UTF-8",
"lorem_ipsum#es_ES.UTF-8",
"lorem_ipsum#hi_IN.UTF-8",
"lorem_ipsum#sv_SE.UTF-8",
Expand Down
3 changes: 1 addition & 2 deletions benchtests/strcoll-inputs/filelist#en_US.UTF-8
Expand Up @@ -10525,7 +10525,7 @@ lorem_ipsum_el_GR
lorem_ipsum_pt_PT
lorem_ipsum_tr_TR
en_US
lorem_ipsum_iw_IL
lorem_ipsum_he_IL
lorem_ipsum_ru_RU
lorem_ipsum_hu_HU
lorem_ipsum_ja_JP
Expand Down Expand Up @@ -11550,7 +11550,6 @@ tr_TR
iu_CA
szl_PL
fr_BE@euro
iw_IL
fy_NL
mn_MN
cmn_TW
Expand Down
6 changes: 6 additions & 0 deletions localedata/ChangeLog
@@ -1,3 +1,9 @@
2016-04-08 Mike Frysinger <vapier@gentoo.org>

[BZ #16137]
* locales/iw_IL: Deleted.
* SUPPORTED: Delete iw_IL lines.

2016-04-08 Mike FABIAN <mfabian@redhat.com>

* locales/i18n: Fix typos in tel_int_fmt.
Expand Down
2 changes: 0 additions & 2 deletions localedata/SUPPORTED
Expand Up @@ -262,8 +262,6 @@ it_IT.UTF-8/UTF-8 \
it_IT/ISO-8859-1 \
it_IT@euro/ISO-8859-15 \
iu_CA/UTF-8 \
iw_IL.UTF-8/UTF-8 \
iw_IL/ISO-8859-8 \
ja_JP.EUC-JP/EUC-JP \
ja_JP.UTF-8/UTF-8 \
ka_GE.UTF-8/UTF-8 \
Expand Down
168 changes: 0 additions & 168 deletions localedata/locales/iw_IL

This file was deleted.

0 comments on commit 20003c4

Please sign in to comment.