From owner-cvs-all Mon Apr 9 5:13:15 2001 Delivered-To: cvs-all@freebsd.org Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (Postfix) with ESMTP id 9E0AE37B424; Mon, 9 Apr 2001 05:13:11 -0700 (PDT) (envelope-from vallo@myhakas.matti.ee) Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.114.87]) by solaris.matti.ee (Postfix) with ESMTP id 1FD172CE3C; Mon, 9 Apr 2001 14:13:03 +0200 (EET) Received: (from vallo@localhost) by myhakas.matti.ee (8.11.3/8.11.3) id f39CBGD44143; Mon, 9 Apr 2001 14:11:16 +0200 (EET) (envelope-from vallo) Date: Mon, 9 Apr 2001 14:11:16 +0200 From: Vallo Kallaste To: Cejka Rudolf Cc: Ruslan Ermilov , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/kdump mkioctls Message-ID: <20010409141116.B42378@myhakas.matti.ee> Reply-To: vallo@matti.ee References: <20010406215344.A93219@dcse.fee.vutbr.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.14i-ja0 In-Reply-To: <20010406215344.A93219@dcse.fee.vutbr.cz>; from cejkar@dcse.fee.vutbr.cz on Fri, Apr 06, 2001 at 09:53:44PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Apr 06, 2001 at 09:53:44PM +0200, Cejka Rudolf wrote: > Ruslan Ermilov wrote (2001/04/06): > > ru 2001/04/06 07:40:26 PDT > > > > Modified files: > > usr.bin/kdump mkioctls > > Log: > > Execute this script in a "C" locale environment. > > > > Currently, cs_CZ.ISO_8859-2 locale's collation sequence is > > broken, and this caused grep(1) to skip some include files. > > With respect to this problem, cs_CZ.ISO_8859-2 locale's collation > sequence is correct. According to SUSv2, regular expression used > with grep is written in unportable way and for languages different > from "C" results may be different. Yep, I've had exactly same problem with some ports which used unportable regex construction for sed, [_0-9A-Za-z] for example. Actually they did want to say [[:alnum:]] accordingly to context the regex was in. -- Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message