From owner-cvs-src@FreeBSD.ORG Fri Apr 30 20:59:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0444116A4CF; Fri, 30 Apr 2004 20:59:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4D7043D41; Fri, 30 Apr 2004 20:59:43 -0700 (PDT) (envelope-from smkelly@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i413xhGe069016; Fri, 30 Apr 2004 20:59:43 -0700 (PDT) (envelope-from smkelly@repoman.freebsd.org) Received: (from smkelly@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i413xhBO069015; Fri, 30 Apr 2004 20:59:43 -0700 (PDT) (envelope-from smkelly) Message-Id: <200405010359.i413xhBO069015@repoman.freebsd.org> From: Sean Kelly Date: Fri, 30 Apr 2004 20:59:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/m4 expr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 May 2004 03:59:44 -0000 smkelly 2004/04/30 20:59:43 PDT FreeBSD src repository Modified files: usr.bin/m4 expr.c Log: Fix m4 to properly handle bitwise operators &, ^, and |. Fix operator precedence. Add short-circuit evaluation. PR: bin/60914 Reviewed by: petef Discussed with: jeff, petef Revision Changes Path 1.14 +173 -154 src/usr.bin/m4/expr.c