From owner-cvs-all@FreeBSD.ORG Fri Feb 24 03:50:23 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46B9F106566B; Fri, 24 Feb 2012 03:50:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 374508FC0A; Fri, 24 Feb 2012 03:50:23 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q1O3oN6X072517; Fri, 24 Feb 2012 03:50:23 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q1O3oNUi072516; Fri, 24 Feb 2012 03:50:23 GMT (envelope-from sunpoet) Message-Id: <201202240350.q1O3oNUi072516@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Feb 2012 03:50:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/fasm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2012 03:50:23 -0000 sunpoet 2012-02-24 03:50:23 UTC FreeBSD ports repository Modified files: lang/fasm Makefile distinfo Log: - Update to 1.69.39 Changes: 1.69.39: - Fixed a bug in expression calculator that caused result of division by number larger than 32-bit be always the absolute value of actual result (the sign was dropped). 1.69.38: - Fixed a small bug that made relative offsets get invalid symbol type in some cases. 1.69.37: - Added "relativeto" testing operator. - Couple of small bugfixes. 1.69.36: - Added "assert" directive. - Macroinstruction argument now can have default value, defined with "=" symbol followed by value after the argument name in definition. - Fixed a bug which disallowed combining unary "+" with other unary operators. PR: ports/165395 Submitted by: Aldis Berjoza (maintainer) Revision Changes Path 1.25 +1 -1 ports/lang/fasm/Makefile 1.21 +2 -2 ports/lang/fasm/distinfo