Date: Mon, 22 Apr 2002 11:48:26 +0300 From: Maxim Sobolev <sobomax@FreeBSD.org> To: Garrett Wollman <wollman@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/expr expr.1 expr.y Message-ID: <3CC3CE5A.35AE5AF2@FreeBSD.org> References: <200203222018.g2MKIRj87213@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CC3CE5A.35AE5AF2>