From owner-cvs-all Mon Apr 22 2:36:34 2002 Delivered-To: cvs-all@freebsd.org Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by hub.freebsd.org (Postfix) with ESMTP id 1E6BE37B41A; Mon, 22 Apr 2002 02:36:25 -0700 (PDT) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id JHY09VAJ; Mon, 22 Apr 2002 11:48:05 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g3M8kbm11170; Mon, 22 Apr 2002 11:46:37 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3CC3CE5A.35AE5AF2@FreeBSD.org> Date: Mon, 22 Apr 2002 11:48:26 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Garrett Wollman Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/expr expr.1 expr.y References: <200203222018.g2MKIRj87213@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This change broke libtool and some 600 ports which use it. Please see http://www.freebsd.org/cgi/query-pr.cgi?pr=37317 for example and fix ASAP or if there is no quick solution then backout temporarly and then commit again when the fix is ready. Otherwise we'll be flooded with similar bug reports. Thanks! -Maxim Garrett Wollman wrote: > > wollman 2002/03/22 12:18:27 PST > > Modified files: > bin/expr expr.1 expr.y > Log: > Make expr POSIX-compliant, and fix some bugs. Specifically: > > - expr must conform to the Utility Syntax Guidelines, so use > getopt() to eat the (non-existent) options. > > - Use the Standard type intmax_t for arithmetic. > > - If an argument cannot be *completely* converted to an integer, then > it is a string. > > Additionally make some style cleanups near the modified lines. This > utility is still not completely style-compliant. > > Revision Changes Path > 1.13 +98 -17 src/bin/expr/expr.1 > 1.19 +116 -86 src/bin/expr/expr.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message