Subject: CVS commit: pkgsrc/devel/gpasm
To: None <pkgsrc-changes@netbsd.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: pkgsrc-changes
Date: 07/05/2001 17:32:35
Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Thu Jul  5 14:32:35 UTC 2001

Modified Files:
	pkgsrc/devel/gpasm: Makefile distinfo
	pkgsrc/devel/gpasm/patches: patch-aa
	pkgsrc/devel/gpasm/pkg: PLIST

Log Message:
update to gpasm-0.9.7

many improvements such as:

1.  The i++ and i-- operators are now implemented.  Note: the variable is a
label and must appear in column 1.

2.  +=, -=, *=, /=, %=, <<=, >>=, &=, |=, and ^= have all been implemented.

additional processor support and more.

Also, many bug fixes.  See the ChangeLog in the distfile for a complete list
of changes (quite long).


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/gpasm/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/gpasm/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/gpasm/patches/patch-aa
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/gpasm/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.