This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Change YUGOSLAVIA to "SERBIA AND MONTENEGRO" iniso-3166.def


[Roland McGrath] <roland@redhat.com> writes:
> I think the easiest thing is if you post the final patch here, and take
> responsibility for hounding someone to commit if we all flake, and for
> marking the bugzilla report appropriately afterwards.

OK.  I'll post the patches to the mailing lists, and keep track of the
bugzilla status.

[Petter Reinholdtsen]
> Here is a patch to fix bugzilla bug #40, removing YUGOSLAVIA and
> inserting "SERBIA AND MONTENEGRO" in iso-3166.def.

Hm.  The patch was supposed to be included in the mail.  It wasn't.
Here is another try.

This will break the building of sr_YU and sr_YU@cyrillic.  Bugzilla
bug #39 have a new locale sr_SC to replace it.  I suggest removing the
sr_YU and sr_YU@cyrillic entries from SUPPORTED (and locales), and add
the new locale sr_CS.

2004-05-15  Petter Reinholdtsen  <pere@hungry.com>

	* locale/iso-3166.def: Remove YUGOSLAVIA and insert "SERBIA AND
	MONTENEGRO" which have taken over the code 819.  Patch from
	Danilo Segan. [BZ #40]

Index: locale/iso-3166.def
===================================================================
RCS file: /cvs/glibc/libc/locale/iso-3166.def,v
retrieving revision 1.4
diff -u -3 -p -u -r1.4 iso-3166.def
--- locale/iso-3166.def	4 Dec 2003 04:33:59 -0000	1.4
+++ locale/iso-3166.def	15 May 2004 09:04:04 -0000
@@ -193,6 +193,7 @@ DEFINE_COUNTRY_CODE ("SAN MARINO", SM, S
 DEFINE_COUNTRY_CODE ("SAO TOME AND PRINCIPE", ST, STP, 678)
 DEFINE_COUNTRY_CODE ("SAUDI ARABIA", SA, SAU, 682)
 DEFINE_COUNTRY_CODE ("SENEGAL", SN, SEN, 686)
+DEFINE_COUNTRY_CODE ("SERBIA AND MONTENEGRO", CS, SCG, 891)
 DEFINE_COUNTRY_CODE ("SEYCHELLES", SC, SYC, 690)
 DEFINE_COUNTRY_CODE ("SIERRA LEONE", SL, SLE, 694)
 DEFINE_COUNTRY_CODE ("SINGAPORE", SG, SGP, 702)
@@ -240,6 +241,5 @@ DEFINE_COUNTRY_CODE ("VIRGIN ISLANDS, U.
 DEFINE_COUNTRY_CODE ("WALLIS AND FUTUNA", WF, WLF, 876)
 DEFINE_COUNTRY_CODE ("WESTERN SAHARA", EH, ESH, 732)
 DEFINE_COUNTRY_CODE ("YEMEN", YE, YEM, 887)
-DEFINE_COUNTRY_CODE ("YUGOSLAVIA", YU, YUG, 891)
 DEFINE_COUNTRY_CODE ("ZAMBIA", ZM, ZMB, 894)
 DEFINE_COUNTRY_CODE ("ZIMBABWE", ZW, ZWE, 716)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]