From owner-freebsd-stable Sat Jan 5 9: 5:59 2002 Delivered-To: freebsd-stable@freebsd.org Received: from cheer.mahoroba.org (flets-f0064.kamome.or.jp [211.8.127.64]) by hub.freebsd.org (Postfix) with ESMTP id 2D88037B41F; Sat, 5 Jan 2002 09:05:48 -0800 (PST) Received: from mille.mahoroba.org (IDENT:RSJN1IM2hxrGEOE6SzCdAjxoj8PzNKacx7F78zvUip33/jPyowzUU5E9a1C9f+1A@mille.mahoroba.org [IPv6:2001:200:301:0:202:2dff:fe0a:6bee]) (user=ume mech=CRAM-MD5 bits=0) by cheer.mahoroba.org (8.12.1/8.12.1) with ESMTP/inet6 id g05H5iwX003661 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 6 Jan 2002 02:05:44 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Sun, 06 Jan 2002 02:05:44 +0900 Message-ID: From: Hajimu UMEMOTO To: Alexey Zelkin Cc: stable@freebsd.org, re@freebsd.org Subject: Re: HEADSUP: several locale renames were MFCed In-Reply-To: <20020105183137.A79023@ark.cris.net> References: <20020105183137.A79023@ark.cris.net> User-Agent: xcite1.38> Wanderlust/2.8.1 (Something) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.1 (i386--freebsd) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC1MWhsoQg==?=) X-Operating-System: FreeBSD 4.5-PRERELEASE MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS-perl11-milter (http://amavis.org/) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, >>>>> On Sat, 5 Jan 2002 18:31:37 +0200 >>>>> Alexey Zelkin said: phantom> I've just MFCed following several locale renames phantom> 1. ISO_* -> ISO* phantom> 2. ru_SU* -> ru_RU* phantom> 3. DIS_* -> ISO*-15 phantom> 4. *.EUC -> *.euc?? phantom> 5. *.ASCII -> *.US-ASCII Current tcsh is not aware of ja_JP.eucJP locale. I sent the patch to the author of tcsh, before. We need to merge it, too. However, once MFC is done, the patch becomes insufficient. The patch I sent is following: Index: contrib/tcsh/tc.const.c diff -u contrib/tcsh/tc.const.c.orig contrib/tcsh/tc.const.c --- contrib/tcsh/tc.const.c.orig Mon Oct 8 02:51:53 2001 +++ contrib/tcsh/tc.const.c Wed Nov 28 05:06:45 2001 @@ -147,6 +147,11 @@ # elif defined(aix) Char STRLANGEUCJPB[] = { 'j', 'a', '_', 'J', 'P', '\0' }; Char STRLANGEUCKRB[] = { 'k', 'o', '_', 'K', 'R', '\0' }; +# elif defined(__FreeBSD__) && __FreeBSD__ >= 5 +Char STRLANGEUCJPB[] = { 'j', 'a', '_', 'J', 'P', '.', 'e', 'u', 'c', 'J', + 'P', '\0' }; +Char STRLANGEUCKRB[] = { 'k', 'o', '_', 'K', 'R', '.', 'e', 'u', 'c', 'K', + 'R', '\0' }; # else Char STRLANGEUCJPB[] = { '\0' }; Char STRLANGEUCKRB[] = { '\0' }; -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message